-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Describe your environment
Sloeber IDE
Sloeber version number : Linux 4.4.3 Latest Stable
OS: [debian 13.2]
third party index url : https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
Config board
platform : seeedstudio / NRF52
board : Seeed XIAO nRF52840 Sense
Describe the bug
For a compilation of simple project there is a problem :
The CMSIS include not found :
eclipse/Sloeber/arduinoPlugin/packages/Seeeduino/hardware/nrf52/1.1.12/1.1.12/cores/nRF5/nordic/nrfx/mdk/nrf52840.h:147:10: fatal error: core_cm4.h: No such file or directory
For building I must had
$HOME/eclipse/Sloeber/arduinoPlugin/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/Include in the C/C++ Paths and symbol properties.
after the linker didn't find the lib
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: cannot find -larm_cortexM4lf_math: No such file or directory