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

[TW#12106] eclipse : project in .cpp build project also with error #529

Closed
sfranchin63 opened this issue Apr 18, 2017 · 2 comments
Closed

Comments

@sfranchin63
Copy link

Hi,
I tried to build a project in cpp. Eclipse tells me that there are some mistakes, but the project is ok and I can download it. How can these errors disappear?
ili9341 error eclipse

@projectgus
Copy link
Contributor

Hi @sfranchin63 ,

It looks like Eclipse may not be configured correctly to find all of the header paths in your system. When this is the case, the build succeeds but the code editor shows errors like this. If you scroll to the top of the file, does it mark the #include statements at the top as being errors, also?

If this looks like the problem, make sure to very carefully follow the steps to set up the Eclipse project in Windows, as shown here:
http://esp-idf.readthedocs.io/en/latest/eclipse-setup-windows.html

Some third party tutorials are based on an older version of these steps, and following their steps will not correctly find all search paths.

After checking all the project properties, run Project -> Clean then Project -> Build to allow Eclipse to regenerate its internal cache of search paths.

@FayeY FayeY changed the title eclipse : project in .cpp build project also with error [EZ#12106] eclipse : project in .cpp build project also with error Apr 28, 2017
@FayeY FayeY changed the title [EZ#12106] eclipse : project in .cpp build project also with error [TW#12106] eclipse : project in .cpp build project also with error Apr 28, 2017
@igrr
Copy link
Member

igrr commented May 3, 2017

Hi @sfranchin63, did the above suggestion help you resolve the issue?

@FayeY FayeY closed this as completed Jun 19, 2017
igrr pushed a commit that referenced this issue Jun 27, 2018
Previously only C files had build output correctly parsed.

Closes #2056

May also relate to:
#529
#17
catalinio pushed a commit to catalinio/pycom-esp-idf that referenced this issue Jun 28, 2019
Previously only C files had build output correctly parsed.

Closes espressif/esp-idf#2056

May also relate to:
espressif/esp-idf#529
espressif/esp-idf#17
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

4 participants