mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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:
@@ -27,6 +27,7 @@ CONFIG_ESP32_UART1_RXPIN=34
|
|||||||
CONFIG_ESP32_UART1_TXPIN=12
|
CONFIG_ESP32_UART1_TXPIN=12
|
||||||
CONFIG_EXAMPLES_GPS=y
|
CONFIG_EXAMPLES_GPS=y
|
||||||
CONFIG_FS_PROCFS=y
|
CONFIG_FS_PROCFS=y
|
||||||
|
CONFIG_GNSSUTILS_MINMEA_LIB=y
|
||||||
CONFIG_HAVE_CXX=y
|
CONFIG_HAVE_CXX=y
|
||||||
CONFIG_HAVE_CXXINITIALIZE=y
|
CONFIG_HAVE_CXXINITIALIZE=y
|
||||||
CONFIG_IDLETHREAD_STACKSIZE=3072
|
CONFIG_IDLETHREAD_STACKSIZE=3072
|
||||||
|
|||||||
Reference in New Issue
Block a user