8-16 bit: Local variable not allocated

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

8-16 bit: Local variable not allocated

跳至解决方案
2,292 次查看
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

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,568 次查看
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 项奖励
回复
1 回复
1,569 次查看
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 项奖励
回复