EmbeddedRelated.com
Forums

Codesize dissappeared in IAR output?

Started by merapcb October 26, 2011
I am on another system and using IAR but when I build the project I don't get the CODE/DATA/CONST information. Is there some setting to turn this on or off??

Beginning Microcontrollers with the MSP430

On the IAR IDE select the following choices:

Under C/C++ Compiler, on the output tab select "Generate Debug
Information"

On the Preprocessor tab, make sure it does NOT say NDEBUG in the
"Defined symbols" window

Under Assembler also select "Generate debug information"

From: m... [mailto:m...] On Behalf
Of merapcb
Sent: Wednesday, October 26, 2011 1:09 AM
To: m...
Subject: [msp430] Codesize dissappeared in IAR output?

I am on another system and using IAR but when I build the project I
don't get the CODE/DATA/CONST information. Is there some setting to turn
this on or off??



I don't think that is it (at least not for me). What worked is:

Tools->Options->Show build messages and then, Select "All"

--- In m..., Hugo Brunert wrote:
>
> On the IAR IDE select the following choices:
>
> Under C/C++ Compiler, on the output tab select "Generate Debug
> Information"
>
> On the Preprocessor tab, make sure it does NOT say NDEBUG in the
> "Defined symbols" window. Under Assembler also select "Generate debug information"

We must have different versions of it, I could not find "Show build
messages" in my Tools > Options> menu.

But at least you got it.:)

From: m... [mailto:m...] On Behalf
Of merapcb
Sent: Thursday, October 27, 2011 12:20 AM
To: m...
Subject: [msp430] Re: Codesize dissappeared in IAR output?

I don't think that is it (at least not for me). What worked is:

Tools->Options->Show build messages and then, Select "All"

--- In m... , Hugo
Brunert wrote:
>
> On the IAR IDE select the following choices:
>
> Under C/C++ Compiler, on the output tab select "Generate Debug
> Information"
>
> On the Preprocessor tab, make sure it does NOT say NDEBUG in the
> "Defined symbols" window. Under Assembler also select "Generate debug
information"