github0null / eide

An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.
https://em-ide.com
MIT License
643 stars 70 forks source link

更新过后,无法link lib文件 #153

Closed ckforce closed 2 years ago

ckforce commented 2 years ago

--cpu SC000 --library_type=microlib --scatter "./APP.sct" --entry=Reset --strict --summary_stderr --info summarysizes --map --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --list .\build\app.map image

配置了库路径,但是link命令行里面并没有出现

github0null commented 2 years ago
ckforce commented 2 years ago

之前版本可以把整个目录添加进去就可以,现在需要改成添加文件,然后单独lib文件就可以了。感谢