This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZBOSS Zigbee stack library is compiled with VFP, need library compiled with ARM EABI

We intend to use the ZigBee stack together with another communication stack and BLE. For the other stack we also have just a library (.a file).

 Now we get an error message when we link everything as:

 error: ../nrfsdk_zigbee_4.0.0/external/zboss/lib/gcc/libzboss.a(af_descriptor.o) uses VFP register arguments, <our project name>nrf52840dk.elf does not       

 followed by every other object in the library.

 Is there any possibility to get the ZigBee library compiled with the ARM EABI instead of the VFP ABI?

 //Hardy

Parents Reply Children
Related