-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
[semifix] esp32 Basic_Blink #2097
Comments
Okay I think these are the steps I did:
I noticed that if I do only once Therefore I make it once, then I do it once again. Absolutely no idea how this influences the build process.
Don't worry if the exit shows this error:
Now try
|
I'm still playing with the current esp-idf. I suspect that something with the Makefiles may mix the Sming provided esp-idf and the custom compiled one.
In
In
So I suspect that some mixing happens between the $IDF_PATH includes and the Sming provided (older) esp-idf libs. Now I'm struggling with undefined references to these (maybe other) symbols:
I did the above trick with
The result is the same for both files:
However the result for
I expected that this script copies these files inside
|
Here is a short how-to to use the latest release/v4.0 ESP-IDF SDK. First make sure to download the latest
Once the download finishes it is time to setup ESP-IDF. On a Linux OS this can be done with the commands below. If you are using other OS see the official ESP-IDF documentation:
After this you will need the ESP-IDF environmental variables. They can be set using the commands below:
You can add these commands to your Now it is time to compile new static libraries from the latest SDK. This can be done using the commands below:
The newly compiled libraries will be kept until you run again Once you have your ESP-IDF libraries it is finally time to compile the samples and flash them on the device. This can be done with the commands below:
And that should be it.
Exactly. From our side we should probably do some changes to the build process to make it a bit easier to integrate with new/old ESP-IDF v4.0.x versions.
|
Hello,
Few weeks ago I had some unluck with esp32:
So today we spent some time and as expected the esp-idf v.4 that Sming is patched for differs a lot from the current esp-idf v.4 (release/v4.0 that is stable and should be used).
Also even if you check out earlier esp-edf (v4) there is no warranty that the submodules would be the correct ones.
So @slaff gave me his esp-idf working dir and the samples compile and run successfully (yay!)!
I'm playing with the revisions in order to specify what combination works and will post my findings in a few minutes.
The text was updated successfully, but these errors were encountered: