GCC 4.5 was released, and includes LM32 support. A few notes: - you need to build out of the tree (mkdir gcc-build; cd gcc-build; ../gcc-4.5.0/configure ...) - you must have Binutils pre-installed ***in the directory specified by --prefix***; otherwise, GCC will run the native assembler with Mico32 code... - options that work for autocrap: --target=lm32-elf --prefix=... --disable- libssp
The resulting lm32-elf compiler can compile the MM demo firmware (which doesn't mean it works, not tested). I haven't tried to build a lm32-linux toolchain. Sébastien _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Webchat: www.milkymist.org/irc.html Wiki: www.milkymist.org/wiki