-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Compilation error #4357
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
Comments
You have far too many variables here to be able to troubleshoot this. You need to work from a known good setup, which compiles a simple program cleanly (eg Hello World). Espressif provides the lib-builder to get to that point. It currently has some issues due to code drift. Once you know your base is good, then you can troubleshoot your code. Start by checking that just your included library compiles, then pin down the minimal section that is failing in your code. |
I have now tried compiling a basic hello world program on the idf with the arduino esp core. It is still showing compilation errors. Sketch : This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this extern "C" { void app_main(void)
} Terminal : |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hardware: ESP32-WROOM-32UE
Board:
Core Installation version: 1.0.4 October - 2019
IDE name: IDF component
Flash Frequency: 40Mhz
PSRAM enabled: ?no? ?yes?
Upload Speed: ?115200?
Computer OS: MAC OS
Description:
I have installed the esp32 arduino core for my project but I am getting compilation errors as shown below. Can you please help me understand how to solve these issues and how i can implement any arduino library in my idf project code. I am trying to integrate IRMP Arduino library in my project.
The link for which is
https://github.com/ukw100/IRMP
Any help would be great.
Sketch: (leave the backquotes for code formatting)
The text was updated successfully, but these errors were encountered: