Search found 3 matches
- Tue Jul 27, 2010 5:20 pm
- Forum: devkitARM
- Topic: Linker Group Issue
- Replies: 1
- Views: 3762
Linker Group Issue
I'm having an issue defining abort in my own C library when using a linking group and libgcc.a is outside of the link group. For instance, if my Makefile included: arm-eabi-ld --entry=__start -T ld.script -o foo.bin foo.o --start-group -lmylib -lmylib2 --end-group "c:/devkitpro/devkitarm/bin/../lib ...
- Tue Jun 08, 2010 4:52 pm
- Forum: devkitARM
- Topic: gdb 7.x and OpenOCD
- Replies: 2
- Views: 5939
Re: gdb 7.x and OpenOCD
The new build fixed my problem. Thanks for your help!
- Fri Jun 04, 2010 5:43 pm
- Forum: devkitARM
- Topic: gdb 7.x and OpenOCD
- Replies: 2
- Views: 5939
gdb 7.x and OpenOCD
I've been trying to setup debugging on my LM3S based Cortex-M3 board using the devkitARM toolchain and OpenOCD. My goal is to get this same setup configured for use in the Eclipse IDE with the CDT, Zylin, and GNU ARM plugins. I had release 25 (gdb 6.8) installed and working 100% with the latest ...