When building a crossgcc for arm-eabi the test suite gives tons of failures.

David Fernandez david.fernandez.work@googlemail.com
Thu May 31 19:29:00 GMT 2012


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



More information about the crossgcc mailing list