-
-
Notifications
You must be signed in to change notification settings - Fork 698
ESP-IDF 4.0 and Arduino #306
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
Hi @jeremypoulter ! There is an example with ESP-IDF v4 and Arduino as a component (although a special branch of Arduino framework is used). Is there something wrong with it? |
Silly me, only looked at my existing project, didn't see any reference to Arduino in the generated sdkconfig and the referenced issue looked to back that up. I will indeed try the example, but certainly it doesn't just work on existing projects :( |
Hello, i want to use IDF v4 and Arduino as a componant. I have tried several times the Arduino wifi scan example with the special branch of Arduino framework (just import project example). After I run menuconfig to disable Arduino autostart, then PlatformIO make some updates (and download the special branch in framework-arduinoespressif32@src-c69fc9322995db5694e2741d307d9723) and after I have compilations error with :
If I do a clean install it's ok again, work a little on it and then the same error reappears. |
I can confirm I got the same problem, I'm trying to compile with the `Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. The output was: `1 Determining if the C compiler works failed with the following output: Run Build Command(s):/Users/Diego/.platformio/packages/tool-ninja/ninja cmTC_2d637 && [1/2] Building C object CMakeFiles/cmTC_2d637.dir/testCCompiler.c.obj |
This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions. |
It looks like ESP-IDF does not (will not?) support building with Arduino as a component. Is it possible to configure the IDF version? or are we stuck at using version 1.11.2?
If not would it be possible to do a 1.11.3 release with the backtrack decoding?
The text was updated successfully, but these errors were encountered: