scotty1024
10-22-2006, 11:34 PM
To turn on core dumps:
ulimit -c unlimited
Then you can:
scp core me@mytoolchain.com:.
Or you can install gdb and do it in place or remotely using gdbserver: http://www.killefiz.de/zaurus/showdetail.php?app=450
You will need ncurses from here http://www.dasgehtdichnichtsan.de/zaurus/libncurses_5.0_arm.ipk and then install it into /lib. (this one was fun to chase down let me tell you)
I grabbed OpenSSH to have local ssh tools: http://handheld.softpedia.com/progDownload/OpenSSH-Download-17219.html
ulimit -c unlimited
Then you can:
scp core me@mytoolchain.com:.
Or you can install gdb and do it in place or remotely using gdbserver: http://www.killefiz.de/zaurus/showdetail.php?app=450
You will need ncurses from here http://www.dasgehtdichnichtsan.de/zaurus/libncurses_5.0_arm.ipk and then install it into /lib. (this one was fun to chase down let me tell you)
I grabbed OpenSSH to have local ssh tools: http://handheld.softpedia.com/progDownload/OpenSSH-Download-17219.html