Results 1 to 2 of 2
Well i was following the manual at:
PSIM - Emulator of the PowerPC Architecture - Software development environments
it about setting PSIM (PowerPc simulator)
i could configure this command:
$ ...
- 04-15-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 23
Cross Compiling
Well i was following the manual at:
PSIM - Emulator of the PowerPC Architecture - Software development environments
it about setting PSIM (PowerPc simulator)
i could configure this command:
$ ./configure --target=powerpc-unknown-eabi \--prefix=$PSIM
but the following command had a problem: "make"
"
strerror.c:458: error: static declaration of ‘sys_nerr’ follows non-static declaration
/usr/include/bits/sys_errlist.h:27: error: previous declaration of ‘sys_nerr’ was here
strerror.c:459: error: conflicting types for ‘sys_errlist’
/usr/include/bits/sys_errlist.h:28: error: previous declaration of ‘sys_errlist’ was here
make[1]: *** [strerror.o] Error 1
make[1]: Leaving directory `/home/elvis/Desktop/binutils-2.7/libiberty'
make: *** [all-libiberty] Error 2
"
can u please help me to find out what's wrong? or guide me to a forum where they are people who are experienced in cross compiling
Thanks Very Much
- 04-17-2008 #2
1) Try to update compiler.
2) Try to update ./configure script.
3) ... And try again.


Reply With Quote