Closed MatTab3335 closed 1 year ago
Thanks for the report. In the .cproject
file the paths are simply specified as "other flags" for the linker, which is why the importer isn't attempting to do any special path translation.
Are the static libraries still being built in VS Code (probably to some other directory), or are they missing completely? If they're still being built, then it should be possible to modify the generated CMake script to point at the correct location.
This issue has been automatically marked as stale because it has been inactive for 30 days. To reactivate the issue, simply post a comment with the requested information to help us diagnose this issue. If this issue remains inactive for another 7 days, it will be automatically closed.
This issue has been automatically closed due to inactivity. If you are still experiencing problems, please open a new issue.
Type: Bug Report
Describe the bug
Hello! At the final make step:
[build] [50/50] Linking C executable prj_upm_01.elf
I get an error:
Project in Cube IDE makes fine, somehow extension can't find those static libs. Any ideas?
Cproject file in attachments (I couldn't download .cproject, so it in txt format)
cproject.txt