Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Arun yvs on March 11, 2016, 07:12:56 am

Title: How to use the Code developed in the code blocks in Atmel Sutio 7.0
Post by: Arun yvs on March 11, 2016, 07:12:56 am
Hi Guys!!!
I have done all the coding for arduino micro board in the Code blocks, and I want to debug the code with ATMEL ICE programmer that is available with me. I am unable to debug using the ICE programmer in code blocks. So, I want to switch to the Atmel syudio for debugging.

Suggest how to add the whole project to the Atmel Sutio 7.0 or Debugging with ICE in Code Blocks anything will be helpful to me..

Please Support!! :'(

Thanks in Advance!!
Title: Re: How to use the Code developed in the code blocks in Atmel Sutio 7.0
Post by: scarphin on March 11, 2016, 12:06:47 pm
This forum is for Codeblocks only, if you need help with Atmel Studio try their forum or support. If you want to debug your Arduino code with CB, first of all you'll need a gdb-server that can interface ICE. You should check avarice documentation to see if it's possible. If not, then you're very much out of options, not even considering all the hassle to configure avr-gdb (whatever) for Arduino under CB.