Replies: 3 comments
-
I see these variables do exist in the ESP8266 RTOS SDK. they are defined in:
but including version.cmake in my CMakeLists.txt does not solve the problem. neither works a different order of the directives in the CMakeLists.txt. maybe someone can help me out here. as I understand it, this whole esp-idf-lib repo is not usable with the esp8266 sdk when it comes to cmake. all components have the IDF_VERSION_* variable check in them. I wonder why nobody came up with this error until now. a search in the issues didnt help. am I really the only one with this problem? |
Beta Was this translation helpful? Give feedback.
-
maybe related #276 |
Beta Was this translation helpful? Give feedback.
-
when I ported the libraries to |
Beta Was this translation helpful? Give feedback.
-
The issue
cmake ..
in./build
directory fails after editingCMakeLists.txt
.I get this error for all components it seems.
afaic it is because it expects esp-idf rather than what I am using (esp8266 rtos sdk). the rtos sdk has no variable
IDF_VERSION_MAJOR
andIDF_VERSION_MINOR
. but Im not sure if it is because of this, since I am new to cmake.Which SDK are you using?
ESP8266 RTOS SDK
Which version of SDK are you using?
master
Which build target have you used?
Component causing the issue
hx711
Anything in the logs that might be useful for us?
No response
Additional information or context
No response
Confirmation
Beta Was this translation helpful? Give feedback.
All reactions