Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Build errors, related bugs 618,622,683 #717

Closed
ollyru opened this issue Nov 28, 2018 · 9 comments
Closed

Build errors, related bugs 618,622,683 #717

ollyru opened this issue Nov 28, 2018 · 9 comments

Comments

@ollyru
Copy link

ollyru commented Nov 28, 2018

Hello!

Build errors: I think it's related bugs 618,622,683.

Three times repeat one thing action. Press "F1" -> "Arduino Verify". Getting an error twice. Third time surprise: compiled without errors!

I built a separate project to simulate this error. Use incremental build - it's important. Project and pic's described error attached here:

Build_erros.txt

surprise1

difffiles

settings_this_important

Blink_error.zip

@ollyru
Copy link
Author

ollyru commented Nov 28, 2018

In the second picture function prototypes added: why are they not in the first file?

@ollyru
Copy link
Author

ollyru commented Nov 28, 2018

For the same reason, by the way, I think the wrong conclusion is made before compiling that the files have changed and it is necessary to rebuild the entire project ("Build options changed, rebuilding all") if I change just only main (blink.ino) file. Although the other files in fact has not changed. But it's really just a guess.

And yet, I forgot to add: in the standard Arduino 18.8.6 no errors in the Assembly.

arduino_186.txt

@czgtest
Copy link
Contributor

czgtest commented Nov 29, 2018

@ollyru do you use Arduino IDE 1.8.7 and build error? when use Arduino IDE 1.8.6 , there is no error.
Arduino IDE 1.8.7 has some breaking changes, it will install board package and library failed, So it is recommended that you install version 1.8.6.

@ollyru
Copy link
Author

ollyru commented Nov 29, 2018 via email

@czgtest
Copy link
Contributor

czgtest commented Dec 3, 2018

@ollyru yes, if code only support old libraries ,then you install new version libraries , verify and upload will failed, or if code support new libraries, then you install old version libraries, verify will fail too..
now do you resolve this issue ?

@ollyru
Copy link
Author

ollyru commented Dec 4, 2018

Not yet. Manually delete "build" directory before every build. First (clean) build always performed ok.

@czgtest
Copy link
Contributor

czgtest commented Dec 7, 2018

@ollyru I will investigate it

@czgtest czgtest added the bug label Dec 8, 2018
@czgtest
Copy link
Contributor

czgtest commented Dec 10, 2018

@ollyru I open an issue to Arduino IDE, arduino/Arduino#8271

@czgtest czgtest added external and removed bug labels Dec 10, 2018
@ollyru
Copy link
Author

ollyru commented Dec 11, 2018

Great! Thank you very much!!! It works (without nested build path)!

@ollyru ollyru closed this as completed Dec 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants