Re: compiling LUA for uClinux
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: compiling LUA for uClinux
- From: Klaus Ripke <paul-lua@...>
- Date: 2005年3月29日 14:06:52 +0200
On Tuesday 29 March 2005 13:51, Julien MARBACH wrote:
> I have to modify the lua makefile to make it
> ucLinux-compatible i. e. change the compiler to m68k-elf-gcc, change
> libC to ucLibc ...
really?
> If anybody has ever done it, any help would be welcome.
not exactly, however, it should be quite similar to a dietlibc build,
which does not require anything touched but the config:
Leave LOADLIB and DLLIB empty (although it might work with ucLibc ?)
and set CC= diet -Os gcc -- that's all, works like a charme.
cheers