Re: building a 3rd party library
Posted: Fri Jun 19, 2020 7:02 pm
So, I went ahead and created a components directory:
when I run idf.py build, I first get this error:
I realize this is just a warning, but I get other errors later which could be related.
Most of the other errors are of the "not scriptable" variety:
I do notice that my component seems to be based on a 2.n version of CMake. Is this going to present a problem for me?
Thanks....
Code: Select all
Directory of C:\esp32-projects\wifi_libsrtp
06/19/2020 11:40 AM <DIR> .
06/19/2020 11:40 AM <DIR> ..
06/19/2020 11:51 AM <DIR> build
06/19/2020 10:45 AM 247 CMakeLists.txt
06/19/2020 10:33 AM <DIR> components
06/19/2020 11:13 AM <DIR> main
06/04/2020 04:00 PM 193 Makefile
06/04/2020 04:00 PM 4,728 README.md
06/19/2020 10:01 AM 26,488 sdkconfig
06/19/2020 10:00 AM 20,828 sdkconfig.old
5 File(s) 52,484 bytes
5 Dir(s) 917,281,918,976 bytes free
C:\esp32-projects\wifi_libsrtp>Code: Select all
Syntax error in cmake code at
C:/esp32-projects/wifi_libsrtp/build/build_properties.temp.cmake:2
when parsing string
C:\esp32-toolchain\.espressif\python_env\idf4.0_py3.7_env\Scripts\python.exe
Invalid escape sequence \eMost of the other errors are of the "not scriptable" variety:
Code: Select all
project command is not scriptableThanks....