Redirecting to stdin in order to execute script in vxworks 6.7

房东的猫 提交于 2019-12-06 11:20:28

It looks like you are starting a Cmd shell, rather than a C Interpreter shell. Since you mention that you used the execute() function in 5.5, I assume that your script is for the C Interpreter.

Try changing "INTERPRETER=Cmd" to "INTERPRETER=C".

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!