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 <minmea/minmea.h> | ^~~~~~~~~~~~~~~~~ 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 <minmea/minmea.h> | ^~~~~~~~~~~~~~~~~ compilation terminated. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
bdddc76997
commit
1fabad67ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user