« Return to Thread: avr-gcc 4.7.0 not building

Re: avr-gcc 4.7.0 not building

by Georg-Johann Lay-2 :: Rate this Message:

| View in Thread

Aljaž Srebrnič wrote:
> 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

This is not a GCC error message.  Ask the CLANG/LLVM staff.

> 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


_______________________________________________
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