|
I see that some folks are having success building this new toolchain......but I'm not. :-( I'm using this command sequence to build the tools: ./build_linux_binutils.sh ./build_linux_gcc.sh ./build_linux_glibc.sh ./build_linux_gdb.sh And my build_linux_gcc build fails with this error: /tmp/tools/microblaze-mmu-tools/release/lin/bin/mb-linux-as: unrecognized option `-Qy' make[2]: *** [g++spec.o] Error 1 make[2]: Leaving directory `/tmp/tools/microblaze-mmu-tools/build/lin/bld_gcc/build/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/tmp/tools/microblaze-mmu-tools/build/lin/bld_gcc/build' make: *** [all] Error 2 Does anyone have any suggestions? Am I using the wrong sequence? I'm building on a 32-bit Fedora 8 platform.... I'd appreciate any help! Thanks, Steve Hein SGI, Inc. John Yin wrote: John, FYI, I built the new tools and it works. Tested it by building a MMU enabled 2.6 kernel. This also solved my problem with the "Floating point exception" error on the previous tools. Thanks for sending out the link. john --- John Williams <jwilliams@xxxxxxxxxxxxxx> wrote: |