[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Converting makefiles for cross-compiling?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Wed, 10 Nov 2010 16:38:52 +0100
Hello
I'd like to compile Luasocket for an embedded device running the
uClinux distribution.
Problem is, I have very little C skills and have no idea how to adapt
the Makefiles, using the Lua Makefiles as reference.
I uploaded the two Makefiles that are used to include and compile Lua:
http://pastebin.com/RijbN3DQ
I guess the goal is to find what to put in the "lua:" section in the
first Makefile, and in the "all:" section in the second Makefile.
Thank you for any help.