[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: embedded systems
- From: erik@... (Erik Hougaard)
- Date: Thu, 02 Sep 1999 23:19:44 +0200
Paul Bleisch wrote:
>
> Does anyone know of patches required to make Lua
> work well in handle based memory allocation systems?
>
> I think this has been discussed before, but I couldn't
> find anything concrete on the web.
>
> Thanks,
> Paul
Well, I have Lua running quite well on a Motorola Coldfire 5206e Chip
compiled with the Microtec C compiler. The only changes I have made is
To the I/O that has to run thru a serial port. (stdout/stdin does not
really exists on a embedded system :-) - It runs smooth like butter!
/Erik