Search found 1 match
- Thu Oct 14, 2021 10:00 am
- Forum: ESP-IDF 中文讨论版
- Topic: component.mk 添加CFLAGS不生效
- Replies: 0
- Views: 1534
component.mk 添加CFLAGS不生效
问题: 我在执行idf.py build编译时遇到了报错error: missing braces around initializer [-Werror=missing-braces]。我搜索了解决方法,发现可以在component.mk上添加CFLAGS +=-Wno-missing-braces 将报错改为报警。我添加上了发现并没有起作用。最后我在CMakeLists.txt 上添加target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-missing-braces")得以解决。参考这个链接中的解决方法 https://esp32.co...