8-16 bit: Local variable not allocated

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

8-16 bit: Local variable not allocated

Jump to solution
1,287 Views
fwIA
Contributor I
Debugging my application I noticed that only two local variables that I declared within a function are visible. The other ones are "not allocated", according the Data:2. Does anybody know why?
 
 
 
The following lines appear in the Data:2 window of the debbuger:
 
type <not allocated> Load_type_t
aux <not allocated> unsigned char
ch1Status <not allocated> unsigned char
 
Renan 

Message Edited by CrasyCat on 2007-04-13 11:00 AM

Labels (1)
Tags (1)
0 Kudos
1 Solution
563 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
May be the variable was optimized.
Difficult to provide  you more details without the example reproducing the problem.
So it should be better to have  a service request for that.
Can you please log it in our system:
 
Please add the example and details about the version used:

To do that you must:
* CW:
Start the IDE and click on Help | About Metrowerks CodeWarrior.
Click on Installed Products
Provide us all info displayed.
Or you can save them in a txt file.

Thanks
Pascal

View solution in original post

0 Kudos
1 Reply
564 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
May be the variable was optimized.
Difficult to provide  you more details without the example reproducing the problem.
So it should be better to have  a service request for that.
Can you please log it in our system:
 
Please add the example and details about the version used:

To do that you must:
* CW:
Start the IDE and click on Help | About Metrowerks CodeWarrior.
Click on Installed Products
Provide us all info displayed.
Or you can save them in a txt file.

Thanks
Pascal

0 Kudos