This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to configure debuging options

Hi, my name is nils. I am trying to develop on the nrf51822 eval board. I use eclipse an gcc with the j-link under windows 7 to programm/compile/and flash. I got it to work, that i can complie with eclipse and flash it. But i cant debug and i dont know why. When i set the configurations like nan29, i cant set the build configuartions from default to debug. How can i change it ?

Thanks and best regards, nils :)

Parents
  • Try this :

    Is the project created using ARM Cross Target Application ?

    If so, choose --> Empty Project with the right toolchain.

    Based on which type of gcc toolchain you have installed on windows (sic! sorry) choose the right one (GNUARM- Sourcery - Summon - Yagarto - devKitPro).

    -->Next, in select configuration, you should see Debug and Release. Both are active... --> Finish.

    -c

    Snip20130724_8.png

    Snip20130724_6.png

Reply
  • Try this :

    Is the project created using ARM Cross Target Application ?

    If so, choose --> Empty Project with the right toolchain.

    Based on which type of gcc toolchain you have installed on windows (sic! sorry) choose the right one (GNUARM- Sourcery - Summon - Yagarto - devKitPro).

    -->Next, in select configuration, you should see Debug and Release. Both are active... --> Finish.

    -c

    Snip20130724_8.png

    Snip20130724_6.png

Children
Related