Answered by:
interacitve shell (command line interface)

Question
-
Hi,
I am coming from the other RTOS background, vxWorks from WindRiver.
In vxWorks, Wind Shell provides developer a command line interface for debugging purpose.
It can interpret most C language expressions; it can execute most C operators and resolve symbolic data references and subroutine invocations.
Does WINCE 7 has similar tool provided for developer ?
rgds,
kc Wong
Thursday, January 28, 2016 1:29 AM
Answers
-
Hi Wong Kiung,
You will want to ensure the following Sysgens are in your image if you want to have the command shell included.
https://msdn.microsoft.com/en-us/library/gg156507.aspx
In your final product, you would remove these sysgens.
Sincerely,
IoTGirl
- Proposed as answer by Bruce Eitman Thursday, January 28, 2016 6:40 PM
- Marked as answer by Bruce Eitman Tuesday, February 9, 2016 3:04 AM
Thursday, January 28, 2016 6:04 PM -
NOTE: Sam has a nice discussion on Target Control Command Shell at
Scroll down to the section titled: Target Control Shell – Remote Command Console
- Proposed as answer by Michael Koster Monday, February 8, 2016 6:08 PM
- Marked as answer by Bruce Eitman Tuesday, February 9, 2016 3:04 AM
Thursday, January 28, 2016 6:08 PM
All replies
-
Hi Wong Kiung,
You will want to ensure the following Sysgens are in your image if you want to have the command shell included.
https://msdn.microsoft.com/en-us/library/gg156507.aspx
In your final product, you would remove these sysgens.
Sincerely,
IoTGirl
- Proposed as answer by Bruce Eitman Thursday, January 28, 2016 6:40 PM
- Marked as answer by Bruce Eitman Tuesday, February 9, 2016 3:04 AM
Thursday, January 28, 2016 6:04 PM -
NOTE: Sam has a nice discussion on Target Control Command Shell at
Scroll down to the section titled: Target Control Shell – Remote Command Console
- Proposed as answer by Michael Koster Monday, February 8, 2016 6:08 PM
- Marked as answer by Bruce Eitman Tuesday, February 9, 2016 3:04 AM
Thursday, January 28, 2016 6:08 PM -
Hi IoTGirl,
Thanks for your reply.
But I can't call a C function in the Target Control Shell.
Windows CE>printf("hello world\n")
Unknown command.
Windows CE>
But I can call a C function in the Wind Shell.
->
-> printf("hello world\n")
hello world
value = 12 = 0xc
->rgds,
kc Wong
Tuesday, February 23, 2016 8:20 AM -
KC
That is correct. IoTGirl pointed you at the tool that is available and some documentation about it.
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
I work for Eurotech
Tuesday, February 23, 2016 1:46 PM -
Ok, noted.
Thanks Bruce.
Wednesday, February 24, 2016 12:32 AM