 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [coldfire-gnu-discuss] coldfire 4.2.153 tool chain uClinux Kernel build issue
- To: Rick Walsh <rwalsh@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [coldfire-gnu-discuss] coldfire 4.2.153 tool chain uClinux Kernel build issue
- From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Date: Sun, 06 Jul 2008 11:05:43 -0700
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@xxxxxxxxxxxxxxxx
(650) 331-3385 x713
|
|