Hi, On Sunday 08 November 2009 03:31:38 Gautam Kalyanasundaram wrote: > 1. The toolchain from Thoeborma Systems for Windows
Do not use this one, it produces corrupted kernels that will crash during boot. Use GCC >= 4.4. You may need to compile it yourself for Windows. You should use the "lm32-elf" target in the "configure" scripts; no other special option should be passed. You can have a look at the "debian/rules" scripts in the "milkymist-packaging" repository to get an idea of the complete "configure" command line. > a. make mrproper > b. make > ( this gave me a bunch of options - left all of them to default including > the procesor type - as there was no lm32 type listed ) Instead of just "make", the correct command is: ARCH=lm32 CROSS_COMPILE=lm32-elf- make 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
