L.S.,
I'm trying to build an "Arduino" port for the nrf52840 (Seeed board).
When building an example I'm getting the following errors during the link phase:
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol SaSi_LibInit (referred from adafruit_nrfcrypto.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol SaSi_LibFini (referred from adafruit_nrfcrypto.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_RND_GenerateVector (referred from nrfcrypto_ecc.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_ECPKI_GenKeyPair (referred from nrfcrypto_ecc.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_ECDH_SVDP_DH (referred from nrfcrypto_ecc.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_ECPKI_GetEcDomain (referred from nrfcrypto_ecc_privatekey.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_ECPKI_ExportPrivKey (referred from nrfcrypto_ecc_privatekey.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_ECPKI_BuildPrivKey (referred from nrfcrypto_ecc_privatekey.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_ECPKI_ExportPublKey (referred from nrfcrypto_ecc_publickey.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol _DX_ECPKI_BuildPublKey (referred from nrfcrypto_ecc_publickey.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_RndInit (referred from nrfcrypto_random.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_RND_UnInstantiation (referred from nrfcrypto_random.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_RND_AddAdditionalInput (referred from nrfcrypto_random.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_RND_Reseeding (referred from nrfcrypto_random.o).
.\Objects\nrf52_SoftwareSerial.axf: Error: L6218E: Undefined symbol CRYS_RND_GenerateVectorInRange (referred from nrfcrypto_random.o).
What do I need to do to resolve this?
Best regards,
Ruud den Bekker