Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict building the intellisense database with compiler objects #38

Open
WalterNa opened this issue Apr 20, 2021 · 0 comments
Open

Conflict building the intellisense database with compiler objects #38

WalterNa opened this issue Apr 20, 2021 · 0 comments

Comments

@WalterNa
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant