debugger for arm
2005-01-27 by dasbento@aeiou.pt
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2005-01-27 by dasbento@aeiou.pt
Hi,
Someone knows a debugger for the code compiled in gcc for lpc2129 for
linux. I liked a debugger that the arm is emulated for not being
necessary JTAG.
Domingos
_________________________________________________________
CEAC Cursos de forma\ufffd\ufffdo profissional - pe\ufffda informa\ufffd\ufffdes aqui.:
http://ceac.online.pt/2005-01-28 by Charles Manning
I'm not sure what you mean, but it sounds a bit like you want a simulator. gdb has a simulator built in. To run this type $ arm-elf-gdb xxx.elf (gdb) target simulator (gdb) load This simulator is rather limited. You might get further using the Kiel simulator buiid into the GUI which also simulates peripherals etc.
On Thursday 27 January 2005 13:46, dasbento@... wrote: > Hi, > Someone knows a debugger for the code compiled in gcc for lpc2129 for > linux. I liked a debugger that the arm is emulated for not being > necessary JTAG. > > Domingos > _________________________________________________________ > CEAC Cursos de forma\ufffd\ufffdo profissional - pe\ufffda informa\ufffd\ufffdes aqui.: > http://ceac.online.pt/ > > > > > Yahoo! Groups Links > > >
2005-01-28 by lpc2100_fan
I can only confirm what Charles said. Within the ARM tool set you can get a simulator which is only a an instruction set simulator and there is the so called ARMulator, a totally different animal to test hardware in a FPGA. The Keil simulator is not just an instruction set simulator it is a very timing accurate device simulator, that can simulate all the peripherals as well as the instruction set. hth Bob --- In lpc2000@yahoogroups.com, Charles Manning <manningc2@a...> wrote: > I'm not sure what you mean, but it sounds a bit like you want a simulator.
> > gdb has a simulator built in. To run this type > > $ arm-elf-gdb xxx.elf > (gdb) target simulator > (gdb) load > > > This simulator is rather limited. You might get further using the Kiel > simulator buiid into the GUI which also simulates peripherals etc. > > On Thursday 27 January 2005 13:46, dasbento@a... wrote: > > Hi, > > Someone knows a debugger for the code compiled in gcc for lpc2129 for > > linux. I liked a debugger that the arm is emulated for not being > > necessary JTAG. > > > > Domingos > > _________________________________________________________ > > CEAC Cursos de formação profissional - peça informações aqui.: > > http://ceac.online.pt/ > > > > > > > > > > Yahoo! Groups Links > > > > > >