Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created July 2, 2009 02:24
Show Gist options
  • Save btbytes/139234 to your computer and use it in GitHub Desktop.
Save btbytes/139234 to your computer and use it in GitHub Desktop.
Cross compiling Lua for an ARM processor running OpenEmbedded (iPac 9302) using Ubuntu 9.04

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
@gopiprasad
Copy link

Hi,
Thanks for u r command.
I done executing all command.
But next what i have to do to load lua onto arm board. and executing lua scripts on Arm based EVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment