News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

config GNU ARM toolchain with Codeblocks

Started by nooknikz, June 16, 2007, 02:57:20 PM

Previous topic - Next topic

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]