github0null / keil-assistant

此插件已不再更新,如有需要,请下载源码自行编译后使用
MIT License
122 stars 64 forks source link

终端将被任务重用,按任意键关闭。 #37

Open wangya216 opened 3 years ago

wangya216 commented 3 years ago

C:\Keil_C51_v956\UV4 -b c:\Users\Administrator\Desktop\test\test.uvproj -j0 -t test -o c:\Users\Administrator\Desktop\test.vscode\uv4.log

'C:\Keil_C51_v956\UV4' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

终端将被任务重用,按任意键关闭。

wangya216 commented 3 years ago

请问,该如何解决?

github0null commented 3 years ago

要填 UV4.exe 的路径,你填错了

wangya216 commented 3 years ago

C:\Keil_C51_v956\UV4\uv4.exe -b c:\Users\Administrator\Desktop\test\test.uvproj -j0 -t test -o c:\Users\Administrator\Desktop\test.vscode\uv4.log

Build target 'test' linking... Program Size: data=43.1 xdata=0 code=334 creating hex file from "test"... "test" - 0 Error(s), 0 Warning(s). Build Time Elapsed: 00:00:02

终端将被任务重用,按任意键关闭。

wangya216 commented 3 years ago

谢谢 已成功解决!