This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See crosstool-NG 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] |
Hi there, I'm building a cross-compiler for arm-eabi out of gcc-4.7.0 and newlib-1.20.0, after successfully cross-compiling binutils-2.22, which passed their included tests suite as expected. I configure it like: $ ./.../configure --target=arm-eabi --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --with-gcc-include-dir=/usr/local/arm-eabi/include -v 2>&1 | tee configure.out $ make -w all check 2>&1 | tee make.out I get lots of FAIL messages. I tried to remove the "--with-..." options, just in case that the test suites were too picky, but it fails the same way. Is that expected in this kind of builds? Otherwise, what I'm I doing wrong? Cheers David Fernandez -- 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] |