[coldfire-gnu-discuss] coldfire 4.2.153 tool chain uClinux Kernel build issue

Mark Mitchell mark at codesourcery.com
Sun Jul 6 18:05:43 UTC 2008


Rick Walsh wrote:

> ucfront-gcc m68k-uclinux-gcc -m5307 -DCONFIG_COLDFIRE -O2 -g 
> -fomit-frame-pointer -pipe -fno-common -fno-builtin -Wall   -DEMBED 
> -msep-data -Dlinux -D__linux__ -Dunix -D__uClinux__ -fPIC   -c -o 
> crc32.o crc32.c

The <limits.h> header is provided with GCC.  My guess would be that 
ucfront-gcc is passing in some odd options that are causing the compiler 
not to search the header files supplied with the compiler itself.  You 
might want to add "-v" to that command-line and see if you can work out 
what it's doing.

-- 
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713



More information about the coldfire-gnu-discuss mailing list