Toolchain ARM Cortex M4

Pepe picture Pepe · Nov 23, 2011 · Viewed 8.9k times · Source

is there a way how to setup Eclipse + gnu gcc + debuger for ARM Cortex M3/M4 based micros (Stellaris, Kinetis)?

Best regards, Peter

Answer

dbrank0 picture dbrank0 · Nov 23, 2011

If toolchain is gcc based and debugger gdb based, then probably yes. Just use eclipse with CDT, set up cross compile project, enter toolchain prefix (like arm-eabi- or something) etc... When compiled use create "gdb hardware debugging" launch configuration, enter proper gdb command to use (probably something-gdb) and you will probably be fine.