Welcome to AVR32 Linux... Users Groups
Main » Lua

Lua

Lua is a lightweight, embeddable, interpreted language. See http://www.lua.org/ for more details.

Lua compiles for AVR32 Linux with the vanilla makefile:

make all CC=avr32-linux-gcc AR="avr32-linux-ar rcu" RANLIB="avr32-linux-ranlib" \
        MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl"

If you want more performance, please try out the LNUM patch at http://luaforge.net/frs/?group_id=214 . It allows integer operations to be optimized, which will boost Lua speed on non-FPU systems by 40-500%. Just apply the patch and compile normally.

r2 - 2008-03-26 - 03:21:10 - AskoKauppi
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Atmel®, AVR® and others are registered trademarks or trademarks of Atmel Corporation or its subsidiaries.
All other trademarks are the property of their respective owners.
Syndicate this site RSSATOM