Hello, I built lua for foxboard and it works with simple programs but when I use a library .so in a program lua it is not work!!! It write "dynamic libraries not enabled; check your Lua installation"... Did you have this problem ?
jc --- In [email protected], Bojan <[EMAIL PROTECTED]> wrote: > > 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 >
