Hi Kirby et al, I've put my first steps in FoxBoard debug land. I compiled the I2C example of John (Phrozen SDK), located in /apps/i2c and when starting up the gdbserver on the FoxBoard like this:
gdbserver 192.168.123.140:2345 ./i2c I get the following error: gdbserver 192.168.123.140:2345 ./i2c Process ./i2c created; pid = 6604 Cannot exec ./i2c: Exec format error. Child exited with retcode = 7f Listening on port 2345 Whether I'm using ./i2c or i2c, that doesn't make any difference... Any idea why I get this error? If I look using the "file" command, I don't see any abnormal problems: file i2c i2c: ELF 32-bit LSB executable, version 1 (SYSV), for GNU/Linux 2.4.5, dynamically linked (uses shared libs), for GNU/Linux 2.4.5, not stripped Best rgds, --Geert
