[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaSockets on an embedded platform.
- From: Michael Broughton <mbobowik@...>
- Date: Mon, 16 Jan 2006 16:09:55 -0700
Hello,
I have Lua 5.1 running on my embedded platform (m68k, uClinux) and it
works great. Unfortunately, my platform does not support dynamic loading
of shared libraries because it lacks an MMU.
Now I am trying to add LuaSockets to my platform and I am wondering if
anyone has any tips on how I can do this. Lets just say for now that I
wanted to add the LuaSocket libraries to the lua standalone interpreter
in the same way as all the built in libraries (math, io, string, ...).
Does anyone have any tips on what I need to do to accomplish this? Has
anyone else done this?
Thanks,
Mike