shellLib: unknown LED mode vi. - VxWorks
This is a discussion on shellLib: unknown LED mode vi. - VxWorks ; Hi,
I am trying to launch SIM with our application . i get the winchell
propmt but get this erro when i give any command.
Any idea why this error?
Is it becoz project file has not initialised all SHELL ...
-
shellLib: unknown LED mode vi.
Hi,
I am trying to launch SIM with our application . i get the winchell
propmt but get this erro when i give any command.
Any idea why this error?
Is it becoz project file has not initialised all SHELL related
includes?
-> i->
Segmentation violation
Program Counter: 0x6115bd50
Access Address: 0xc3c9fc61
0x61147a73 shellTask +0x323: 0x611471c6 (0x693c8490, 0, 0,
0x693d0e28)
0x611473bb shellExec +0x58b: 0x6113f7b4 (0x693c8e48, 0x693c8ce4,
0x1, 0x68920353)
0x6113f8f1 shellInterpCparse+0x1921: 0x6113ed2f ([0x693c8e78,
0x6123e96f, 0x693e7f10, 0x61101c7b, 0x680d78c0])
0x6113ef24 shellInterpCparse+0xf54: 0x6113c62e (0x693c8e78,
0x693e741c, 0x44, 0x2)
0x6113c683 shellInterpClex+0x1513: 0x6115bd10 ([0x693e6fcc, 0x4, &i,
0x693c9ed0, 0x44])
shellLib: unknown LED mode vi.
-
Re: shellLib: unknown LED mode vi.
I could finally solve this error.
Just include only INCLUDE_SHELL_VI_MODE and remove
INCLUDE_SHELL_EMACS_MODE from your project file. Or maintain only one
mode vi or EMAC mode ..
On Mar 26, 4:24*pm, Akshatha wrote:
> Hi,
> I am trying to launch SIM with our application . i get the winchell
> propmt but get this erro when i give any command.
> Any idea why this error?
>
> Is it becoz project file has not initialised all SHELL related
> includes?
>
> *-> i->
>
> Segmentation violation
> Program Counter: * * * *0x6115bd50
> Access Address: * * * * 0xc3c9fc61
>
> 0x61147a73 shellTask * *+0x323: 0x611471c6 (0x693c8490, 0, 0,
> 0x693d0e28)
> 0x611473bb shellExec * *+0x58b: 0x6113f7b4 (0x693c8e48, 0x693c8ce4,
> 0x1, 0x68920353)
> 0x6113f8f1 shellInterpCparse+0x1921: 0x6113ed2f ([0x693c8e78,
> 0x6123e96f, 0x693e7f10, 0x61101c7b, 0x680d78c0])
> 0x6113ef24 shellInterpCparse+0xf54: 0x6113c62e (0x693c8e78,
> 0x693e741c, 0x44, 0x2)
> 0x6113c683 shellInterpClex+0x1513: 0x6115bd10 ([0x693e6fcc, 0x4, &i,
> 0x693c9ed0, 0x44])
>
> shellLib: unknown LED mode vi.