Re: GCC tool chain 3.3.2 problem.

From: Richard B. Johnson
Date: Thu Apr 22 2004 - 06:45:44 EST


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.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/