Skip to content
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

cannot build in esp-idf v5.0.1 #1

Open
ygnid opened this issue Mar 13, 2023 · 2 comments
Open

cannot build in esp-idf v5.0.1 #1

ygnid opened this issue Mar 13, 2023 · 2 comments

Comments

@ygnid
Copy link

ygnid commented Mar 13, 2023

it seems components' CMakeLists.txts are not compatible, could you provide which version of IDF you're using, or fix this error please?

error output is:
CMake Error at /home/xxx/esp/esp-idf/tools/cmake/component.cmake:224 (message):
CMake Warning (dev) at build_properties.temp.cmake:8:

Syntax Warning in cmake code at column 51



Argument not separated from preceding token by whitespace.

Call Stack (most recent call first):

/home/xxx/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:3 (include)

This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error at
/home/xxx/Codes/net-player-esp32/components/libFLAC/CMakeLists.txt:3
(check_include_file):

Unknown CMake command "check_include_file".

Call Stack (most recent call first):

/home/xxx/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:106 (include)
/home/xxx/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:124 (__component_get_requirements)

Call Stack (most recent call first):
/home/xxx/esp/esp-idf/tools/cmake/build.cmake:553 (__component_get_requirements)
/home/xxx/esp/esp-idf/tools/cmake/project.cmake:440 (idf_build_process)
CMakeLists.txt:7 (project)

@ygnid ygnid changed the title cannot build in esf-idf v5.0.1 cannot build in esp-idf v5.0.1 Mar 13, 2023
@alxvasilev
Copy link
Owner

This project uses the legacy Makefile-based build system (that was the standard when I started it). It's tested with the IDF 4.4.x, currently I'm using it with 4.4.2. I have never tried to build with 5.x, the migration is planned for some time in the not too distant future.

@tibi03
Copy link

tibi03 commented Feb 16, 2024

i am also interested in this project. any chance of updating it? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants