NMEA2000
NMEA2000 copied to clipboard
Odd intermittent reoccurance of old ESP-IDF-related issue
I am having a weird issue in that i occationally get this old ESP-IDF-related problem again:
%HOME%/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: .pio/build/Hat_Labs_SH-ESP32/esp-idf/NMEA2000/libNMEA2000.a(N2kMsg.cpp.o): in function `round':
%HOME%/\Projects\some_project/managed_components\NMEA2000\src/N2kMsg.cpp:52: multiple definition of `round'; %HOME%/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti\libm.a(libm_a-s_round.o):/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/newlib/newlib/libm/common/s_round.c:54: first defined here
Anyone else seeing this? As it is intermittent I am thinking that it might have something with build scripts running in parallell or something or some build thingy trying to be intelligent and thus ending up non-deterministic.