Hi guys, How can I configure my Eclipse IDE, GNU ARM toolchain(GNUARM,WinARM, Yagarto) and SEGGER GDBerver. What I use as target device and what .gdbinit I use?
J0 Vm wrote: > Hi guys, > > > How can I configure my Eclipse IDE, GNU ARM toolchain(GNUARM,WinARM, > Yagarto) and SEGGER GDBerver. > > What I use as target device and what .gdbinit I use? Setup a debug-target in Eclipse/CDT Hardware Debugging to connect to Segger's GDB-Server port, set the gdb-executable to arm-none-eabi-gdb (arm-elf-eabi-gdb) in the same dialog. Segger's hard- and software is supported so you may ask Segger's support-team.
Reply
Please log in before posting.