Unable to read the global variables from vxWorks Shell.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Unable to read the global variables from vxWorks Shell.

ソリューションへジャンプ
2,451件の閲覧回数
ravikumar1631
Contributor II

Hi,

I have a PPC T2080 target operating on vxWorks 5.4.2 RTOS. As vxWorks has a flat memory access environment, when I am trying to read a global variable from the shell, it end up with the message 'Undefined symbol'. The global variable is initialized with 0.

unsigned int rdyQCnt = 0;

But later when I initialized the variable with 1 (other than 0), I am able to read the value of this global variable from vxWorks shell.

unsigned int rdyQCnt = 1;

What I didn't understand is:

1. Global variable initialized with 0 resides in .bss section. But still not accessible from shell. why?

2. Global variable initialized with non-zero value,  resides in .data section. But still accessible from shell.

Thanks in advance.

タグ(2)
0 件の賞賛
返信
1 解決策
2,320件の閲覧回数
alexander_yakov
NXP Employee
NXP Employee

Sorry, this question appears to be more specific to vxWorks OS than to NXP hardware.

We do not have engineers, familiar with vxWorks OS here, in NXP online technical support.

Please address your question to vxWorks OS vendor - Wind River (www.windriver.com)


Have a great day,
Alexander
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
2,321件の閲覧回数
alexander_yakov
NXP Employee
NXP Employee

Sorry, this question appears to be more specific to vxWorks OS than to NXP hardware.

We do not have engineers, familiar with vxWorks OS here, in NXP online technical support.

Please address your question to vxWorks OS vendor - Wind River (www.windriver.com)


Have a great day,
Alexander
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信