anyone compiling busybox with "arm-eabi-" cross compile toolchain???
Hi All i am facing some build errors with busy box compilation with CROSS_COMPILE=arm-eabi- Busybox version: 1.21.1 Error: In file included from include/libbb.h:13:0, from include/busybox.h:8, from applets/applets.c:9: include/platform.h:138:20: fatal error: limits.h: No such file or directory Looks like i missed some include path..can anyone who tried this help me?? -- With regards, Sandeep Kumar Anantapalli,
On Fri, Sep 20, 2013 at 12:19 PM, sandeep kumar <coolsandyforyou@gmail.com>wrote:
Hi All
i am facing some build errors with busy box compilation with CROSS_COMPILE=arm-eabi-
Busybox version: 1.21.1
Error: In file included from include/libbb.h:13:0, from include/busybox.h:8, from applets/applets.c:9: include/platform.h:138:20: fatal error: limits.h: No such file or directory
Looks like i missed some include path..can anyone who tried this help me??
Verify if your toolchain dir does indeed have this file (limits.h). Then check the include paths in the Makefile if they are pointing to the right dirs. Most likely your include paths are incorrect. Could be a problem with how you configured busybox. HTH, -mandeep
-- With regards, Sandeep Kumar Anantapalli,
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
It was problem with the combination of ARM tool chain and busybox version... http://thangamaniarun.wordpress.com/2013/04/22/cross-compiling-busybox-1-20-... This has worked for me, thanks !!! On Fri, Sep 20, 2013 at 12:47 PM, Mandeep Sandhu < mandeepsandhu.chd@gmail.com> wrote:
On Fri, Sep 20, 2013 at 12:19 PM, sandeep kumar <coolsandyforyou@gmail.com
wrote:
Hi All
i am facing some build errors with busy box compilation with CROSS_COMPILE=arm-eabi-
Busybox version: 1.21.1
Error: In file included from include/libbb.h:13:0, from include/busybox.h:8, from applets/applets.c:9: include/platform.h:138:20: fatal error: limits.h: No such file or directory
Looks like i missed some include path..can anyone who tried this help me??
Verify if your toolchain dir does indeed have this file (limits.h). Then check the include paths in the Makefile if they are pointing to the right dirs.
Most likely your include paths are incorrect. Could be a problem with how you configured busybox.
HTH, -mandeep
-- With regards, Sandeep Kumar Anantapalli,
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- With regards, Sandeep Kumar Anantapalli,
participants (2)
-
Mandeep Sandhu -
sandeep kumar