By building the FOX image with lua scripting interpreter, I got this ... Including needed shared library files No ld-linux.so.2 in /foxboard/devboard-R2_01/target/cris-axis-linux-gnu/usr/lib or /foxboard/devboard-R2_01/target/cris-axis-linux-gnu/lib make[1]: *** [rootfs.img] Error 1 ...
After some searching I have found out that lua got build for my development environment and not for the axis platform. I added the line "AXIS_BUILDTYPE = cris-axis-linux-gnu" on top of apps/lua-5.1.2/src/Makefile and after $ make clean; make inside the lua directory the making of fimage was successful. Bojan
