[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue with building gcc version 2.4.1 for ARM
From: |
ramakrishnan.rama |
Subject: |
Issue with building gcc version 2.4.1 for ARM |
Date: |
Thu, 7 Jun 2007 14:25:43 +0530 |
Hi all,
We are trying to build gcc version 2.4.1 as a cross compiler for ARM on
the Linux 386. In doing this, we face the issue of :
The following include files being not available :pthread.h unistd.h
We searched for these files and found them in :
./fixincludes/tests/base/
When we #included these in the file that required them, we still ran
into compilation issues for the same file.
Alternate version of unistd.h was also found
in the OS (Linux) sources path at :./include/asm-arm/ and include/linux.
In the gcc sources path at /libssp/ssp/
We are at a loss to find which version should be used. We could find
only one copy of pthread.h in the tests dir.
The bootstrap gcc was configured with
../gcc-4.1.1/configure --target=$TARGET --prefix=$PREFIX
--without-headers --with-newlib -v
And the gcc bootstrap build was invoked through:
make all-gcc.
We run into the same issue when we tried gcc version 2.4.0.
Thanks.
Regards,
Rama
Success is getting what you want, happiness is liking what you get.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue with building gcc version 2.4.1 for ARM,
ramakrishnan.rama <=