btbytes (owner)

Revisions

gist: 139234 Download_button fork
public
Description:
Cross compiling Lua for an ARM processor running OpenEmbedded (iPac 9302) using Ubuntu 9.04
Public Clone URL: git://gist.github.com/139234.git
crosscompiling_to_arm.markdown

Follow this guide

$ wget -c http://www.kegel.com/crosstool/crosstool-0.43.tar.gz
$ tar -zxf crosstool-0.43.tar.gz
$ cd crosstool-0.43
$ sudo apt-get install patch bison 
$ sudo apt-get install build-essential
$ sudo apt-get install flex
$ sudo apt-get install libreadline5-dev