Topic : Linker option set to view all variable and constant addresses

Forum : Ride IDE

Original Post
Post Information Post
January 19, 2009 - 11:57am
Guest

Hi,

We are using Ride7 with a STM32.
Looking at the MAP file generated, we cannot find all the variable and constant addresses.
So we have taken a look at the Raisonance FAQ and help without success.
Can you tell us what option we should add in the Ride7 linker option dialog box ?

Furthermore, adding a GNU "ld" option in the Ride7 dialog box, make Ride7 crashing at the link's finish.

Thank you
Regards

Replies
Post Information Post
+1
0
-1
January 19, 2009 - 2:04pm
Raisonance Support Team

Hi,

The global variables (and functions) can be optimized out if they are not volatile, if they are not referenced, etc.
Can you please send us an example project showing your problem and we will tell you if it is a bug in the compiler or not.
(send it to 'support@raisonance.com'. we need a complete project with everything required for compiling it)

I'm not sure I understand what you mean by "adding a GNU "ld" option in the Ride7 dialog box". Once again, please send us an example project so that we can reproduce the problem here.

Best Regards,

Vincent