openRTK330-lib
openRTK330-lib copied to clipboard
Unable to compile this library as libdeps from platfrom-aceinna_imu
I fail building the platform-aceinna_imu examples from source. Since I intent to build for an OpenRTK330Li EVK, I modified the platform.ini of the RTK_INS example provided by platform-aceinna_imu repository in the following way
[env:OpenRTK330LI] platform = aceinna_imu board = OpenRTK330L
Executing pio run result in multiple compile errors pointing to this repository. I think some of my build errors result from the library.json of this project containing a wrong folder structure. I intent to fix some problems with f1f157a943240535bd0d1534f59985494f66a932.
Unfortunately I am still unable to build (see here). The source code shows me that there are multiple implementations of ntrip (OpenRTK330LI/OpenRTK-base-library/LWIP/lwip_app/station/inc/ntrip_client.h, OpenRTK330LI/OpenRTK-base-library/LWIP/lwip_app/ntrip/inc/ntrip_client.h and OpenRTK330LI/OpenRTK-base-library/LWIP/lwip_app/ntrip/inc/m_ntrip_client.h). Is it possible that these different implementations mix up? Are there some compiler flags to distinguish the versions?
Can someone provide any hints?