Am 12.09.2010 um 19:42 schrieb Blue Swirl:
On Sun, Sep 12, 2010 at 4:28 PM, Dmitriy Kargapolov dmitriy.kargapolov@gmail.com wrote:
What would be your recommendation regarding cross-tools version, what do you use to compile openbios and on what host platform?
$ sparc-elf-ld -V GNU ld (GNU Binutils) 2.18 Supported emulations: elf32_sparc elf64_sparc
I've had success with 2.20 and 2.20.1, too.
$ sparc-elf-gcc -v Using built-in specs. Target: sparc-elf Configured with: ../configure --enable-targets=sparc-elf,sparc64-elf --disable-nls --disable-threads --enable-multilib --enable-languages=c --with-gnu-ld --with-gnu-as --disable-libssp --target=sparc-elf Thread model: single gcc version 4.2.4
gcc 4.4.2 and 4.4.3 here. gcc 4.5.x didn't work for ppc.
Andreas