Hi Sebastien,
Thanks. I did that and I get this error:
CHK include/linux/version.h
CHK include/linux/utsrelease.h
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
CC arch/i386/kernel/asm-offsets.s
cc1: error: unrecognized command line option "-msoft-float"
cc1: error: unrecognized command line option "-mregparm=3"
cc1: error: unrecognized command line option "-march=i686"
cc1: error: unrecognized command line option "-maccumulate-outgoing-args"
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
Any ideas on this? Thank you for your help!
Thanks.
Regards,
Gautam
On Sun, Nov 8, 2009 at 5:20 PM, Sébastien Bourdeauducq <
[email protected]> wrote:
> 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