nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
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
  • Hi,

    The reason why we can't recompile the stack for you is also a matter of certification, since we certify for each compiler separately. That's why going directly via ZOI is the way to go here. I hope you understand.

    Can I ask what other communication stack you want to add? Does this communication protocol also going to be sharing the RADIO peripheral with Zigbee/BLE?

    Best regards,

    Marjeris

Children
No Data
Related