Thread: iLiad Debugging and the iLiad
View Single Post
Old 10-23-2006, 12:34 AM   #1
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Debugging and the iLiad

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/za...es_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/progDo...oad-17219.html
scotty1024 is offline   Reply With Quote