rmap icon indicating copy to clipboard operation
rmap copied to clipboard

stimav4: module master do not compile

Open pat1 opened this issue 2 years ago • 3 comments

In file included from src/canard_class_master.cpp:31:
include/canard_class_master.hpp:52:10: fatal error: rmap/_module/RAIN_1_0.h: No such file or directory
   52 | #include <rmap/_module/RAIN_1_0.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/stimav4_master/src/canard_class_master.cpp.o] Error 1
========================================================================================== [FAILED] Took 69.31 seconds ==========================================================================================

pat1 avatar Jun 07 '23 12:06 pat1

duplicated of #459

pat1 avatar Nov 02 '23 16:11 pat1

from Continuous integration /home/runner/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: .pio/build/stimav4_master/lib685/CycloneTCP-DriversUart/drivers/uart/uart_driver.c.o: in function `USART2_IRQHandler': /home/runner/work/rmap/rmap/platformio/stima_v4/libraries/CycloneTCP-DriversUart/src/drivers/uart/uart_driver.c:159: multiple definition of `USART2_IRQHandler'; .pio/build/stimav4_master/SrcWrapper/src/stm32/uart.c.o:/home/runner/.platformio/packages/framework-arduinoststm32/libraries/SrcWrapper/src/stm32/uart.c:976: first defined here /home/runner/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: warning: .pio/build/stimav4_master/firmware.elf has a LOAD segment with RWX permissions collect2: error: ld returned 1 exit status *** [.pio/build/stimav4_master/firmware.elf] Error 1

pat1 avatar Mar 27 '24 14:03 pat1

Nel modulo -> alla linea 976 .pio/build/stimav4_master/SrcWrapper/src/stm32/uart.c.o:/home/runner/.platformio/packages/framework- arduinoststm32/libraries/SrcWrapper/src/stm32/uart.c:976

#if defined(USART2_BASE) __weak void USART2_IRQHandler(void) {

VA Inserito __weak davanti alla definizione della funzione ->void USART2_IRQHandler(void)

Come già fatto in passato

digitecomg avatar Mar 27 '24 14:03 digitecomg