User forums > Help
config GNU ARM toolchain with Codeblocks
(1/1)
nooknikz:
I'm used codeblocks Nightly The 08 June 2007 build with winarm. same the picture
used my Makefile
when i build this project have error , not output file , same not call my Makefile
anyone have successful to config codeblocks with GNU ARM toolchain. please help me
thank you very much
my project file => www.micro4you.com/led.zip
stahta01:
Rename the target "release" to what the makefile wants. I usually try "all".
"Project" -> "Properties" Tab "Build Targets" Select "release" Click on "rename"
Tim S
nooknikz:
:D thank you very much Tim S
However i want debug my ARM (LPC2103) board in Codeblocks. I used wiggler + openocd ( yagarto ) .
and have debugger intialization command :
target remote localhost:3333
monitor reset
monitor sleep 500
monitor poll
monitor soft_reset_halt
monitor arm7_9 sw_bkpts enable
monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
break main
load
continue
But i not succesful.
stahta01:
Sorry, I can not help you with using the debugger, I do not use the Code::Blocks debugger at all. You will have to wait for one of the others to answer your question.
Tim S
Navigation
[0] Message Index
Go to full version