This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Anyone been able to build armeb-unknown-linux-uclibcgnueabi with GCC 4.4.x yet?


Hi everyone!

Has anyone in the community been able to build armeb toolchains from gcc 4.4.x yet?

I've been having a lot of problems with that lately (using the tip of the hg repo). Everything seems to work out fine when I build the little-endian arm toolchain, but with big-endian it looks like the various configure scripts in the gcc tree are having problems when building the conftest.c snippets.

My host is a simple little-endian Core2Duo (T61 ThinkPad) and the target obviously builds a big-endian libgcc ...

The below example is when building libgomp. If I add --disable-libgomp I get to the next lib and get the exact same result, all the way even onto libstdc++.

Regards
 /Joachim

configure:2572: /home/jocke/Projects/Troglobit/crosstool-ng/targets/armeb-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/xgcc -B/home/jocke/Projects/Troglobit/crosstool-ng/targets/armeb-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/ -B/home/jocke/x-tools/armeb-unknown-linux-uclibcgnueabi/armeb-unknown-linux-uclibcgnueabi/bin/ -B/home/jocke/x-tools/armeb-unknown-linux-uclibcgnueabi/armeb-unknown-linux-uclibcgnueabi/lib/ -isystem /home/jocke/x-tools/armeb-unknown-linux-uclibcgnueabi/armeb-unknown-linux-uclibcgnueabi/include -isystem /home/jocke/x-tools/armeb-unknown-linux-uclibcgnueabi/armeb-unknown-linux-uclibcgnueabi/sys-include -g -Os conftest.c >&5
/home/jocke/Projects/Troglobit/crosstool-ng/targets/armeb-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/cc1: error while loading shared libraries: /home/jocke/Projects/Troglobit/crosstool-ng/targets/armeb-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/libgcc_s.so.1: ELF file data encoding not little-endian
configure:2575: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU OpenMP Runtime Library"
| #define PACKAGE_TARNAME "libgomp"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libgomp"
| #define VERSION "1.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2613: error: in `/home/jocke/Projects/Troglobit/crosstool-ng/targets/armeb-unknown-linux-uclibcgnueabi/build/build-cc/armeb-unknown-linux-uclibcgnueabi/libgomp':
configure:2616: error: C compiler cannot create executables
See `config.log' for more details.


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]