[ INFO ] start compiling ...
>> [100%] CC 'application/main.c'
[ INFO ] start linking ...
Program Size: Code=137474 RO-data=13614 RW-data=2220 ZI-data=12660
Total RO Size (Code + RO Data) 151088 ( 147.55kB)
Total RW Size (RW Data + ZI Data) 14880 ( 14.53kB)
Total ROM Size (Code + RO Data + RW Data) 151492 ( 147.94kB)
Total Memory Usage:
RAM: [###### ] 30.3% 14.5KB/48.0KB
ROM: [############# ] 67.2% 147.9KB/220.0KB
Section Memory Usage:
LR_IROM1 (0x08007800): [############## ] 68.1% 149.7KB/220.0KB
- ER_IROM1 (0x08007800): [############# ] 67.1% 147.5KB/220.0KB
- RW_RAM1 (0x20000000) : [###### ] 30.3% 14.5KB/48.0KB
[ INFO ] start outputting files ...
>> output hex file [failed]
command: "%TOOL_DIR%\bin\fromelf.exe" --i32combined --output .\build\Debug\x9_ctb.hex .\build\Debug\x9_ctb.axf
系统找不到指定的路径。
execute command failed !, exit code: 1
>> output s19 file [failed]
command: "%TOOL_DIR%\bin\fromelf.exe" --m32combined --output .\build\Debug\x9_ctb.s19 .\build\Debug\x9_ctb.axf
系统找不到指定的路径。
execute command failed !, exit code: 1
>> output bin file [failed]
command: "%TOOL_DIR%\bin\fromelf.exe" --bincombined --output .\build\Debug\x9_ctb.bin .\build\Debug\x9_ctb.axf
系统找不到指定的路径。
execute command failed !, exit code: 1
尝试重启 无效
我尝试添加路径
PS C:\Users\admin> echo $env:TOOL_DIR
C:\Users\admin.eide\tools\armcc_v5_cracked
重启vscode 依然失败