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

Problem with micro_ecc_lib_nrf52.lib in Keil.

I successfully compiled the micro_ecc library, but when I try to compile the project with it, I get an error. Has anyone encountered this? What can be wrong?

Build target 'Target 1' linking... .\Objects\LE_Mesh_Demo.axf: Error: L6366E: micro_ecc_lib_uECC.c.o attributes are not compatible with the provided attributes . Object micro_ecc_lib_uECC.c.o 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) Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 6 information, 0 warning and 1 error messages. ".\Objects\LE_Mesh_Demo.axf" - 1 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:00

image description

Parents Reply Children
Related