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-none-eabi-gdb
-
- CodeLite Curious
- Posts: 1
- Joined: Mon Feb 23, 2015 9:37 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: arm-none-eabi-gdb
I made this work at one point last fall with PEMicro's GDB Server.
From the workspace tab highlight your project to debug.
Right click settings(at the bottom, common settings debugger. You need to check the remote debugger check box and enter in the configuration for connecting GDB to the GDB server.
Note you need to either start theGDB server manually or configure a tool to do it in codelite (I've never done this)
From the workspace tab highlight your project to debug.
Right click settings(at the bottom, common settings debugger. You need to check the remote debugger check box and enter in the configuration for connecting GDB to the GDB server.
Note you need to either start theGDB server manually or configure a tool to do it in codelite (I've never done this)