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

Unresolved inclusion. unless it was included in "app_main.c". (IEP-1206) #938

Open
SirPumpkin797 opened this issue Apr 25, 2024 · 0 comments

Comments

@SirPumpkin797
Copy link

Describe the bug
I have created one project from Espress IDF Project SPI_Slave_Receive and modified it by adding DEFINE.h Extern_Vars.h Global_Vars.c HW_Setup.h SPI.h SPI.c Wifi.h Wifi.c.

All inclusions that refers to common libraries like "stdio.h" "esp_wifi.h" are not able to be resolved, unless it was included in file "app_main.c". (for example in DEFINE.H).

To Reproduce

  1. create header file like "DEFINE.H"
  2. include "DEFINE.H" in app_main.c
  3. include all inclusions in "DEFINE.H" instead of in app_main.c
  4. see erros.
    Expected behavior

Screenshots
grafik
grafik
grafik

Espressif-IDE Product Information:
Espressif-IDE Product Information.txt

Eclipse Error log.log:
Window > Show View > Other > Search for "Error Log" (Attach as a file)

Please attach the error log as described here https://github.com/espressif/idf-eclipse-plugin#error-log

@github-actions github-actions bot changed the title Unresolved inclusion. unless it was included in "app_main.c". Unresolved inclusion. unless it was included in "app_main.c". (IEP-1206) Apr 25, 2024
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