arm-none-eabi-gdb
Posted: Mon Feb 23, 2015 9:41 pm
I'm trying to start the arm-none-eabi-gdb to a gdb server (texan). From the command line I do the following:
arm-non-eabi-gdb program.elf
tar tar extended-remote :4242
load
b main
continue
How do I setup codelite to do the same thing?
arm-non-eabi-gdb program.elf
tar tar extended-remote :4242
load
b main
continue
How do I setup codelite to do the same thing?