From 1fabad67ec6a3d566ddba68af558613d3793fa3e Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Thu, 19 Sep 2024 18:56:24 +0800 Subject: [PATCH] lilygo_tbeam_lora_gps/gps: Enable GNSSUTILS_MINMEA_LIB for EXAMPLES_GPS Log: ./gps_main.c:33:10: fatal error: minmea/minmea.h: No such file or directory 33 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. ERROR: xtensa-esp32-elf-gcc failed: 1 command: xtensa-esp32-elf-gcc -MT ./gps_main.c.github.workspace.sources.apps.examples.gps.o -M '-fno-common' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-Wno-psabi' '-Os' '-fno-strict-aliasing' '-fomit-frame-pointer' '-ffunction-sections' '-fdata-sections' '-mlongcalls' '-isystem' '/github/workspace/sources/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-D__KERNEL__' '-Wno-cpp' '-Werror' '-I' '/github/workspace/sources/apps/include' ./gps_main.c gps_main.c:33:10: fatal error: minmea/minmea.h: No such file or directory 33 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. Signed-off-by: wangjianyu3 --- boards/xtensa/esp32/lilygo_tbeam_lora_gps/configs/gps/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/xtensa/esp32/lilygo_tbeam_lora_gps/configs/gps/defconfig b/boards/xtensa/esp32/lilygo_tbeam_lora_gps/configs/gps/defconfig index 1a7c1600b87e5..517a72f4d9542 100644 --- a/boards/xtensa/esp32/lilygo_tbeam_lora_gps/configs/gps/defconfig +++ b/boards/xtensa/esp32/lilygo_tbeam_lora_gps/configs/gps/defconfig @@ -27,6 +27,7 @@ CONFIG_ESP32_UART1_RXPIN=34 CONFIG_ESP32_UART1_TXPIN=12 CONFIG_EXAMPLES_GPS=y CONFIG_FS_PROCFS=y +CONFIG_GNSSUTILS_MINMEA_LIB=y CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y CONFIG_IDLETHREAD_STACKSIZE=3072