I am trying to port fbi to dslinux but am running into trouble. After a bit of fiddling I got fbi to compile, I had to get a copy of libjpeg from the uClinux web page. All of the configuration was already done to accept libjpeg, I guess it was removed at some point. 
<br><br>I couldn't get the build scripts to copy the executables over to the proper directory for&nbsp; some reason so&nbsp; copied it over manually. The problem is when I try to run it is just crashes complaining about program relocation.
<br><br>The error is:<br>BINFMT_FLAT: reloc outside program 0x44df0200 (0 - 0xfa107434/0x2d4c0), killing fbi!<br>SIGSEGV<br><br>

I found some other people online that got a similar error using uClinux and it was because of endianess, could that be the problem here? I am not very familiar with uClinux.<br><br>Thanks,<br>Patrick<br>