6.01.2009

RealView ICE and gdb

參考 RealViewICE Guide
手動安裝 RealView ICE for Linux (其實是 redhat)。
裝完後,會在 /opt/ARM/RVI

執行 /opt/ARM/RVI/RVI/.../linux-pentium/rvconfig 會出現跟 windows 一樣的GUI。
follow windows 的作法,identify 出 JTAG scanchain 上的 cpu.
save : rvi.rvc - copy 到 home 比較方便

執行 /opt/ARM/RVI/RVD/Tools/..../rvigdbconfig -f rvi.rvc
reading file rvi.rvc
Done
connecting to 192.168.144.185
found 192.168.144.185
connected
finished
192.168.144.185 就是 RealView ICE 的 ip

這樣就可以啟動 arm-gdb 了 (用 CodeSourcer) : arm-none-linux-gnueabi-gdb
(gdb) target remote 192.168.144.185:4000
Remote debugging using 192.168.144.185:4000
0x00000000 in ??()
(gdb)

沒有留言: