EmbLogic's Blog

to VAIBHAV SIR : BUSYBOX CROSS COMPILATION ERROR …

util-linux/mount.c:29:21: fatal error: rpc/rpc.h: No such file or directory

One Response to to VAIBHAV SIR : BUSYBOX CROSS COMPILATION ERROR …

  1. Fatal error always comes when header file was not foung by the compiler on the standerd path. to resolve this problem you should modify the C_INCLUDE_PATH enviournment variable to the pathe where your headers are stored by using this command

    #export C_INCLUDE_PATH=/usr/include:$C_INCLUDE_PATH

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>