error building OpenRTK330LI RAWDATA app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform-aceinna_imu/examples/OpenRTK330LI/RAWDATA$ pio run | |
Processing OpenRTK330L (platform: aceinna_imu; board: OpenRTK330L) | |
------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/aceinna_imu/OpenRTK330L.html | |
PLATFORM: Aceinna IMU (1.3.1) > Aceinna OpenRTK330L | |
HARDWARE: STM32F469IG 180MHz, 384KB RAM, 1MB Flash | |
DEBUG: Current (stlink) External (blackmagic, jlink, stlink) | |
PACKAGES: | |
- toolchain-gccarmnoneeabi 1.70201.0 (7.2.1) | |
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF Modes: Finder ~ chain, Compatibility ~ soft | |
Found 1 compatible libraries | |
Scanning dependencies... | |
Dependency Graph | |
|-- <OpenRTK-base-library> 1.0.8 | |
Building in release mode | |
Compiling .pio/build/OpenRTK330L/src/eth_task.o | |
Compiling .pio/build/OpenRTK330L/src/gnss_data_acq_task.o | |
Compiling .pio/build/OpenRTK330L/src/imu_data_acq_task.o | |
Compiling .pio/build/OpenRTK330L/src/main.o | |
Compiling .pio/build/OpenRTK330L/src/rtk_task.o | |
In file included from .pio/libdeps/OpenRTK330L/OpenRTK-base-library/Platform/common/include/utils.h:26:0, | |
from .pio/libdeps/OpenRTK330L/OpenRTK-base-library/LWIP/lwip_app/ntrip/inc/ntrip_client.h:11, | |
from src/eth_task.c:29: | |
.pio/libdeps/OpenRTK330L/OpenRTK-base-library/Platform/gnss_data_api.h:32:10: fatal error: timer.h: No such file or directory | |
*************************************************************** | |
* Looking for timer.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:timer.h" | |
* Web > https://platformio.org/lib/search?query=header:timer.h | |
* | |
*************************************************************** | |
#include "timer.h" | |
^~~~~~~~~ | |
compilation terminated. | |
In file included from src/gnss_data_acq_task.c:27:0: | |
.pio/libdeps/OpenRTK330L/OpenRTK-base-library/Platform/gnss_data_api.h:32:10: fatal error: timer.h: No such file or directory | |
*************************************************************** | |
* Looking for timer.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:timer.h" | |
* Web > https://platformio.org/lib/search?query=header:timer.h | |
* | |
*************************************************************** | |
#include "timer.h" | |
^~~~~~~~~ | |
compilation terminated. | |
Compiling .pio/build/OpenRTK330L/src/user/user_config.o | |
*** [.pio/build/OpenRTK330L/src/gnss_data_acq_task.o] Error 1 | |
*** [.pio/build/OpenRTK330L/src/eth_task.o] Error 1 | |
In file included from src/user/user_config.c:25:0: | |
.pio/libdeps/OpenRTK330L/OpenRTK-base-library/STM32F469/HAL/Inc/stm32f4xx_hal.h:46:10: fatal error: stm32f4xx_hal_conf.h: No such file or directory | |
**************************************************************************** | |
* Looking for stm32f4xx_hal_conf.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:stm32f4xx_hal_conf.h" | |
* Web > https://platformio.org/lib/search?query=header:stm32f4xx_hal_conf.h | |
* | |
**************************************************************************** | |
#include "stm32f4xx_hal_conf.h" | |
^~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
*** [.pio/build/OpenRTK330L/src/user/user_config.o] Error 1 | |
src/imu_data_acq_task.c:32:10: fatal error: uart.h: No such file or directory | |
************************************************************** | |
* Looking for uart.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:uart.h" | |
* Web > https://platformio.org/lib/search?query=header:uart.h | |
* | |
************************************************************** | |
#include "uart.h" | |
^~~~~~~~ | |
compilation terminated. | |
*** [.pio/build/OpenRTK330L/src/imu_data_acq_task.o] Error 1 | |
src/main.c:33:10: fatal error: configureGPIO.h: No such file or directory | |
*********************************************************************** | |
* Looking for configureGPIO.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:configureGPIO.h" | |
* Web > https://platformio.org/lib/search?query=header:configureGPIO.h | |
* | |
*********************************************************************** | |
#include "configureGPIO.h" | |
^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
In file included from src/rtk_task.c:26:0: | |
.pio/libdeps/OpenRTK330L/OpenRTK-base-library/Platform/gnss_data_api.h:32:10: fatal error: timer.h: No such file or directory | |
*************************************************************** | |
* Looking for timer.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:timer.h" | |
* Web > https://platformio.org/lib/search?query=header:timer.h | |
* | |
*************************************************************** | |
#include "timer.h" | |
^~~~~~~~~ | |
compilation terminated. | |
*** [.pio/build/OpenRTK330L/src/rtk_task.o] Error 1 | |
*** [.pio/build/OpenRTK330L/src/main.o] Error 1 | |
=================================================================== [FAILED] Took 0.84 seconds =================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment