You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to have a powerful IDE instead of IAR EWARM, the combination with this extension is really promising.
But I have faced a problem and hope for some help here.
Description:
IAR linker reports missing object files, although the files had been successfully compiled before
Steps to reproduce:
Start a build on a project with a few dozen files in a fresh, clean environment shortly after startup of VSCode
Suggested reason:
Building up the intellisense database in the background seems to conflict with the real build. As seen with Windows Process Explorer, there are multiple calls "IarBuild.exe c:\Projects\x\project.ewp -dryrun Debug -log all" for about 10 Minutes after start of VSCode.
I tried on the console and this "dryrun" command seems to delete existing object files :-(
I was using IAR 8.40.2 (but also tried with version 9 without difference)
The text was updated successfully, but these errors were encountered:
Hi,
trying to have a powerful IDE instead of IAR EWARM, the combination with this extension is really promising.
But I have faced a problem and hope for some help here.
Description:
IAR linker reports missing object files, although the files had been successfully compiled before
Steps to reproduce:
Start a build on a project with a few dozen files in a fresh, clean environment shortly after startup of VSCode
Suggested reason:
Building up the intellisense database in the background seems to conflict with the real build. As seen with Windows Process Explorer, there are multiple calls "IarBuild.exe c:\Projects\x\project.ewp -dryrun Debug -log all" for about 10 Minutes after start of VSCode.
I tried on the console and this "dryrun" command seems to delete existing object files :-(
I was using IAR 8.40.2 (but also tried with version 9 without difference)
The text was updated successfully, but these errors were encountered: