Closed lfuelling closed 6 years ago
Hi, The odroid_go is only a library for the Arduino framework. We have not yet made a library for esp-idf.
But, you can use the loboris/ESP32_TFT_library.
Okay, thanks :)
I think I'll build myself a lib using OtherCrashOverride's OSS code.
But does this mean that there will be a library for esp-idf at some point?
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 :)
Thank you.
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.