-
Notifications
You must be signed in to change notification settings - Fork 14
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
Files are compiled twice #227
Comments
Looks like a bug. Oh and you can thank @grahambates for the new features! |
What is your vlink configuration in your tasks.json file ? |
Is there any progress to report here yet? |
Sorry for the delay, I'm pretty busy last months. |
I am currently in the process of upgrading my old projects to the new version 1.6.0. First of all, what a great version with all its new features! So while upgrading I noticed a strange behavior.
Now when I want to compile a selected file, it is compiled twice. Unfortunately the object file is also sent twice to the linker. And that causes then an error message that for example Global symbol are already defined.
Compiling:
Linking:
I have found the cause of this, or rather I suspect it. I have added a second directory in my workspace file. And if I comment this out, also the compilation is done only once.
Thanks in advance
The text was updated successfully, but these errors were encountered: