« Return to Thread: avr-gcc 4.7.0 not building

avr-gcc 4.7.0 not building

by Aljaž Srebrnič-2 :: Rate this Message:

| View in Thread

Hello list!
I was trying to compile the new GCC, but it fails with the following error:

error in backend: ran out of registers during register allocation

I built using clang, on Mac OS X 10.7.3 with clang 3.1, with the following configure options:

 --target=${crossgcc.target} \
--infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--datarootdir=${prefix}/share/${name} \
--with-system-zlib \
--with-gmp=${prefix} \
--with-mpfr=${prefix} \
--with-mpc=${prefix} \
--enable-stage1-checking \
--enable-multilib
--enable-languages="c,c++" \
--enable-lto

Anyone got similar issues?

Thanks,
Aljaž Srebrnič
-- --
My public key:  http://bit.ly/g5pw_pubkey


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@...
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

 « Return to Thread: avr-gcc 4.7.0 not building