Code::Blocks Forums

User forums => Help => Topic started by: nooknikz on June 16, 2007, 02:57:20 pm

Title: config GNU ARM toolchain with Codeblocks
Post by: nooknikz on June 16, 2007, 02:57:20 pm
I'm used codeblocks Nightly The 08 June 2007 build with winarm. same the picture

(http://www.pic4.us/pic/nbt97214.jpg)

(http://www.pic4.us/pic/w0P97348.jpg)

used my Makefile

(http://www.pic4.us/pic/YcK97544.jpg)

(http://www.pic4.us/pic/eA597692.jpg)

when i build this project have error , not output file , same not call my Makefile 

(http://www.pic4.us/pic/YVJ97854.jpg)

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

 
Title: Re: config GNU ARM toolchain with Codeblocks
Post by: stahta01 on June 16, 2007, 03:03:29 pm
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
Title: Re: config GNU ARM toolchain with Codeblocks
Post by: nooknikz on June 19, 2007, 06:18:09 pm
 :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.

 
Title: Re: config GNU ARM toolchain with Codeblocks
Post by: stahta01 on June 19, 2007, 06:24:17 pm
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