Hi! I want to add some extra libraries in the default Linux installation (with Qtopia), such SDL and fprint. Did someone has a howTo?
How To Add a new Library?
Well, I compiled the source code of the lib with the toolchain (arm-linux-gcc), and it generated the compiled files. I put the lib files in the /lib folder of the mini6410. I put the include and lib folders in the folders of the toolchain, but when I link it (for generate the exec file), it can't find the libs. Any tip? I really need help... :(
A new info: in the log of the linker, it seems to be searching for the lib, but it is classified as incompatible (huh?!) /opt/FriendlyARM/.../arm-none-linux-gnueabi/bin/ld: skipping incompatible /opt/FriendlyARM/.../arm-none-linux-gnueabi/lib/libfprint.a when searching for -lfprint
u need to compile and make on on your computer itself using the toolchain, after that put the executables in /bin and libraries files, in /lib on your micro6410.