[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
RE: [arm-gnu] Include path problem in CC-ing busybox
- To: <pavan_savoy@xxxxxxxxxxxxxx>, <arm-gnu@xxxxxxxxxxxxxxxx>
- Subject: RE: [arm-gnu] Include path problem in CC-ing busybox
- From: "James Kehl" <jamesk@xxxxxxxxxxx>
- Date: Tue, 12 Aug 2008 19:16:38 +1000
> -----Original Message-----
> From: pavan_savoy@xxxxxxxxxxxxxx [mailto:pavan_savoy@xxxxxxxxxxxxxx]
> Sent: Tuesday, 12 August 2008 6:46 PM
> To: arm-gnu@xxxxxxxxxxxxxxxx
> Subject: [arm-gnu] Include path problem in CC-ing busybox
>
> Hi,
>
> I am trying to cross-compile busybox-1.11.0 using a arm-none-eabi- version
> 2007q3-53.
> I have installed the arm-2007q3-53-arm-none-eabi.bin, and set the ARCH=arm,
> CROSS_COMPILE=arm-none-eabi- and using #make defconfig to set options, I
> get the following errors [end of document]....
>
>
> Am I missing something, in configuring the cross compiler ? include paths
> or something, becos the Linux kernel compiled without problems for doing
> the same things.
>
Did you *really* want to compile busybox on the bare metal, rather than for Linux or uClinux?
Given the errors you listed, it seems busybox wants some sort of network layer - like the ones you'd get from an OS - except, with a bare-metal toolchain, you're supposed to write all that yourself :)
James
|