problem building cross compiler for arm-linux under cygwin
jxiong@esteemnetworks.com
jxiong@esteemnetworks.com
Mon Oct 7 20:50:00 GMT 2002
Hi everybody
I have a question about building cross compilers.
Here are the sources I used:
binutils-2.12.90.0.3
gcc-2.95.3
gcc-2.95.3.diff
glibc-2.2.4
glibc-linuxthreads-2.2.4
host: cygwin run on win2000
target: arm-linux
If I want to build glibc,GCC should be compiled for two times,
But when I fist compile it use the following configure:
../gcc-2.95.3/configure --target=arm-linux --prefix=/usr/local/
armle/ --disable-shared --disable-threads --enable-languages="c"
make
There are errors.You can see the attachment named "makeout".
I think the problem exits here:
checking for a BSD compatible install... /bin/install -c
checking how to run the C preprocessor... /lib/cpp
checking for sys/file.h... grep: conftest.out: No such file or directory
.......
Because I have used the same sources and the same configure commands
under linux ,everything is OK. So I compare the output under these two conditions
It seems that these kind of "checking" is not the same.
Why these happen? They both run the same "configure" script in
gcc-2.95.3/libiberty/.
Wish your help.I even now begin to reseach the configure script, but nothing
do help.
Regards
Joan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makeout.txt
Type: application/octet-stream
Size: 18924 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20021007/857b6e5d/attachment.obj>
-------------- next part --------------
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list