-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Arduino IDE 1.6.7 can not found include files #1466
Comments
Well, I tried again, something happened - returned to work. Anyone else experienced this: |
There is no problem with 1.6.7 , please clean all data and reinstall it
|
Hi asetyde, |
Ok, thanks.. functions can be placed in the desired order (as it should be) |
@odilonafonso Things have changed recently. So if you have function and it needs to be declared at the top. void test(); and then you can refer it any where in the code, else the called function should be on top of calling function. |
Hi itsjustvenky,
|
And try this:
The issue is with the pre-processor... |
Yesterday, after installing the 1.6.7 release of the Arduino IDE, I could run for a while.
For this, I went to the installation directory and directly executed the "arduino" file.
After however, run the shell "install.sh", to generate a desktop shortcut, the compiler no longer find the include files - "ESP8266WiFi.h" and others.
Can anyone tell me what I did wrong?
What did the install.sh shell may have changed so that things no longer work?
After I run it, I got:
Adding desktop shortcut, menu item and file associations for Arduino IDE... done!
The text was updated successfully, but these errors were encountered: