Hi!
Thanks for elua - it looks like a great system.
I just have one beginner's question: using elua-svn (rev 765) I go
scons -f cross-lua.py
scons board=atevk1100
and get an immediate failure:
File "src/platform/avr32/conf.py", line 28
def progfunc_avr32( comp[ 'target' ], source, env ):
SyntaxError: invalid syntax
which can be avoided by modifying:
--- elua-svn2/src/platform/avr32/conf.py 2010-07-28 10:35:50.000000000 +0
200
+++ elua-svn/src/platform/avr32/conf.py 2010-07-27 19:43:32.000000000 +0200
@@ -28,1 +28,1 @@
-def progfunc_avr32( comp[ 'target' ], source, env ):
+def progfunc_avr32( target, source, env ):
...then the build runs successfully to completion.
Is there something obvious I'm missing here? Sorry, I'm new to Lua and eLua.
Cheers
M
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev