I am building zephyr on Raspberry Pi 3b to use nRF52840 dongle. Follow the tutorial Getting started with Zephyr
Everything includes:
- download
- install
cmake -DBOARD=nrf52840_pca10059 ..
was ok until I "make" in build/, issue occurred:
/home/pi/zephyr/ext/hal/cmsis/Include/core_cm4.h:105:8: error: #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)" #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Has anyone:
- used
ZephyrwithRasPi 3b? - used
RasPi 3bwithnRF52840 dongle? - can solve this problem?