|
Message
From: zhustudio<zhustudio@e...>
Date: Mon Aug 23 12:01:24 CEST 2004
Subject: [openrisc] how to use gdb in simulator
hi all,if i do not have target board, i want to use or32-uclinux-gdb to debug c program in software mode.
i compile the toolschain and use command
$ or32-uclinux-gdb cbasic-nocache.or32
(gdb) target sim (gdb) break main (gdb) run
it runs long long time. and can not get any result.
thanks
zhustudio
|