[Milkymist-devel] Issue with Linux COmpilation for Milkymist
Sébastien Bourdeauducq
sebastien.bourdeauducq at lekernel.net
Sun Nov 8 03:50:18 PST 2009
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
More information about the Devel
mailing list