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

Cannot get Eddystone example to compile SDK15 pca10040e

I am using Keil 5.24.2

I already downloaded and compiled with build_all the micro_ecc. Having no issues here.

According to the error, and what I read in another thread, the FP flag in the library must be on. This is happening also if I compile the example from SDK 14.2.0. I suspect that having installed the new MDK 8.16.0 is causing this.

How can I fix it?

Thanks!!!

.\_build\nrf52810_xxaa.axf: Error: L6366E: occ_mod25519_base.s.obj attributes are not compatible with the provided attributes .
Object occ_mod25519_base.s.obj contains Build Attributes that are incompatible with the provided attributes.
Tag_FP_arch = VFPv4 instructions were permitted, but only citing registers D0-D15 (=6)
Tag_ABI_HardFP_use = This code should execute on the single-precision variant derived from Tag_FP_arch (=1)
Tag_FP_HP_extension = Use of the optional half-precision extension to VFPv3/Advanced SIMDv1 was permitted (=1)
.\_build\nrf52810_xxaa.axf: Error: L6366E: occ_bigint256.s.obj attributes are not compatible with the provided attributes .
Object occ_bigint256.s.obj contains Build Attributes that are incompatible with the provided attributes.
Tag_FP_arch = VFPv4 instructions were permitted, but only citing registers D0-D15 (=6)
Tag_ABI_HardFP_use = This code should execute on the single-precision variant derived from Tag_FP_arch (=1)
Tag_FP_HP_extension = Use of the optional half-precision extension to VFPv3/Advanced SIMDv1 was permitted (=1)
.\_build\nrf52810_xxaa.axf: Error: L6366E: occ_constant_time.s.obj attributes are not compatible with the provided attributes .
Object occ_constant_time.s.obj contains Build Attributes that are incompatible with the provided attributes.
Tag_FP_arch = VFPv4 instructions were permitted, but only citing registers D0-D15 (=6)
Tag_ABI_HardFP_use = This code should execute on the single-precision variant derived from Tag_FP_arch (=1)
Tag_FP_HP_extension = Use of the optional half-precision extension to VFPv3/Advanced SIMDv1 was permitted (=1)

Parents Reply Children
No Data
Related