Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

IAR C-SPY problem - how to fix it?

Status
Not open for further replies.

Alexander Prad

Junior Member level 1
Joined
May 11, 2003
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Odessa, Ukraine
Activity points
182
IAR C-SPY problem

Hi, All!
Please help me! When i try to debug my program for ATtiny26 C-SPY writes "Warning[16]: Only assembler level debugging available" . How to fix it? Thanks.
Regards,
Alexander.
 

Re: IAR C-SPY problem

You need to attach debug info in output file of your compiller/linker.

Go to IAR Embedded Workbench -> Project -> Options -> Xlink -> Output -> Format
and set button on "Debug Info".
 

Re: IAR C-SPY problem

klug said:
You need to attach debug info in output file of your compiller/linker.

Go to IAR Embedded Workbench -> Project -> Options -> Xlink -> Output -> Format
and set button on "Debug Info".
I do that already. No effect. :(
 

Re: IAR C-SPY problem

Mosichuk Vitaly said:
You should make the new project on another:

Targets should be Debug (but not Release)

Yes, man, you are right! That was a problem - Targets should be Debug (but not Release)! But look at year of post beginning - 2003! Be more attentive!
Thank you! Spasibo!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top