Author Topic: config GNU ARM toolchain with Codeblocks  (Read 5869 times)

nooknikz

  • Guest
config GNU ARM toolchain with Codeblocks
« on: June 16, 2007, 02:57:20 pm »
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

 

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: config GNU ARM toolchain with Codeblocks
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

nooknikz

  • Guest
Re: config GNU ARM toolchain with Codeblocks
« Reply #2 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.

 

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: config GNU ARM toolchain with Codeblocks
« Reply #3 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org