Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
i want to compile extract-xiso 2.7 on dns 323, i've installed the make command and the gcc compiler. But i get the error:
FtpLibrary.h:23:19: fatal error: errno.h: No such file or directory
It seems that some library is missing, what i need to do?
Offline
ok, i followed this tutorial http://dns323.kood.org/howto:crosscompile
to crosscompile the project and i generated the binary (that you can find here if interested https://rapidshare.com/files/3038368829/extract-xiso).
But when i try to execute the file from ssh it say "no such file or directory" and i don't understand why. I've even set the attribute executable with chmod +x extract-xiso.
I missed to say that i actualy use the dns320, i post here because everything i've found is for dns 323 and 320 should have it's same CPU type (arv v5l)
Last edited by dejawho (2012-03-11 02:02:40)
Offline
Ok, compiled following this tutorial http://stackoverflow.com/questions/8544 … -installed via ssh. The binary seems to work (it display the help for example), but when i execute it a get an "illegal istructions error"
EDIT: I've found the problem, in that tutorial they use gcc with this parameters -march=armv5t -mfloat-abi=softfp -fno-tree-sink -O0. But this dosen't fit for extract-xiso, gcc witout parameters is sufficent. Recompiled and now it's working!
Here the binary if someone need it: https://rapidshare.com/files/2150629036/extract-xiso
Last edited by dejawho (2012-03-11 02:50:25)
Offline