Hey there,
to start of i am absolutely new to riot. I have recently got hands on some feather-nrf52840 boards. I can flash the hello world example without an issue, but getting the openthread example to work is just way ahead of my current understanding of riot.
First of the board is not in the Makefile whitelist. So i added it manually, after which (to no surprise) i get an exception:
/opt/gnu-mcu-eclipse/arm-none-eabi-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/…/lib/gcc/arm-none-eabi/10.3.1/…/…/…/…/arm-none-eabi/bin/ld: DWARF error: section .debug_str is larger than its filesize! (0x7d2f8 vs 0x507c4)
/home/myname/esp/RIOT/examples/openthread/bin/feather-nrf52840/openthread_contrib/platform_uart.o:/home/myname/esp/RIOT/pkg/openthread/contrib/platform_uart.c:83: undefined reference to uart_init' /opt/gnu-mcu-eclipse/arm-none-eabi-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: /home/myname/esp/RIOT/examples/openthread/bin/feather-nrf52840/openthread_contrib/platform_uart.o:/home/myname/esp/RIOT/pkg/openthread/contrib/platform_uart.c:97: undefined reference to
uart_write’
collect2: error: ld returned 1 exit status
Is there an easy fix to this or do i need to write some code on my own to get it working? (even some docs to look into would be helpful)
Thanks in advance