platformio / platform-nordicnrf52

Nordic nRF52: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nordicnrf52
Apache License 2.0
108 stars 117 forks source link

Compiler issue on NRF52 Zephyr (9.0.0) #132

Open CodingGhost opened 2 years ago

CodingGhost commented 2 years ago

I just updated to 9.0.0, to get Zephyr 2.7.0, but I am getting undefined reference to `aeabi_dcmpun' and aeabi_d2iz. the zephyr community gave a hint and told me that Gcc 10.3.0 should be used, but the PlatformIO packages uses 8.2.1, could that be the issue?

valeros commented 2 years ago

Hi @CodingGhost ! Could you please put together a simple example to reproduce the issue?