You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Googled the problem before creating this issue and the only thing I could find that remotely looks like my problem is this one which suggests setting options in CMakeLists.txt and doesn't seem to be related to my setup or issue.
The text was updated successfully, but these errors were encountered:
lfuelling
changed the title
Linking fails with es-idf
Linking fails with esp-idf
Sep 22, 2018
Actually, We don't have the plan to make the library yet.
If you make some simple libraries for esp-idf, we can make an esp-idf section with your libraries on our wiki :)
Hi,
I'm trying to get the minimal HelloWorld* to build using esp-idf on the command line because I don't like the ArduinoIDE.
I got the compilation to work, but when make tries to link it fails with a lot of errors:
I wonder what causes this, because as said before the compilation works without any errors.
*main.cpp
I Googled the problem before creating this issue and the only thing I could find that remotely looks like my problem is this one which suggests setting options in
CMakeLists.txt
and doesn't seem to be related to my setup or issue.The text was updated successfully, but these errors were encountered: