JianyuWang0623 opened a new pull request, #13543:
URL: https://github.com/apache/nuttx/pull/13543

   ## Summary
   - The board lilygo_tbeam_lora_gps/gps enables only EXAMPLES_GPS but not 
enable MINMEA.
   - 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.
   ```
   
   ## Impact
   The board lilygo_tbeam_lora_gps:gps
   
   ## Testing
   ```
   ./tools/configure.sh -l lilygo_tbeam_lora_gps:gps
   ```
   compilation ok, failed in link stage, need check CI result.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to