* GCC tool chain 3.3.2 problem.
@ 2004-04-22 10:52 Megharaj
2004-04-22 11:45 ` Richard B. Johnson
0 siblings, 1 reply; 2+ messages in thread
From: Megharaj @ 2004-04-22 10:52 UTC (permalink / raw)
To: linux-kernel
hi,
i fallowed the instruction to build the GCC tool chain 3.3.2 given in the
fallowing link.
http://blackfin.uclinux.org/docman/view.php/18/43/Build%20instructions.doc
after building i compiled the uclinux distribution with nisa-elf gcc tool
chain it got compiled properly.
but when i am compiling the same uclinux distribution with new gcc tool
chain 3.3.2 it shows that the error header file like stddef.h are missing.
if any one could give me the details abt what is the problem with new gcc
tool chain 3.3.2 or do i am missing something in building the gccc tool
chin 3.3.2. it wud be very helpful.
thanx n ragards
megharaj.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: GCC tool chain 3.3.2 problem.
2004-04-22 10:52 GCC tool chain 3.3.2 problem Megharaj
@ 2004-04-22 11:45 ` Richard B. Johnson
0 siblings, 0 replies; 2+ messages in thread
From: Richard B. Johnson @ 2004-04-22 11:45 UTC (permalink / raw)
To: Megharaj; +Cc: linux-kernel
On Thu, 22 Apr 2004, Megharaj wrote:
> hi,
>
> i fallowed the instruction to build the GCC tool chain 3.3.2 given in the
> fallowing link.
>
> http://blackfin.uclinux.org/docman/view.php/18/43/Build%20instructions.doc
>
> after building i compiled the uclinux distribution with nisa-elf gcc tool
> chain it got compiled properly.
>
> but when i am compiling the same uclinux distribution with new gcc tool
> chain 3.3.2 it shows that the error header file like stddef.h are missing.
>
> if any one could give me the details abt what is the problem with new gcc
> tool chain 3.3.2 or do i am missing something in building the gccc tool
> chin 3.3.2. it wud be very helpful.
>
>
> thanx n ragards
> megharaj.
>
Type exactly:
ls `gcc --print-file-name=include`/stddef.h
If you don't see the file, your tools were improperly installed.
If you do, see the file, remove `-nostdinc` on the Makefile
command-line and your compile should work.
Cheers,
Dick Johnson
Penguin : Linux version 2.4.26 on an i686 machine (5557.45 BogoMips).
Note 96.31% of all statistics are fiction.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-22 11:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-22 10:52 GCC tool chain 3.3.2 problem Megharaj
2004-04-22 11:45 ` Richard B. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox