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

How to use micro-ecc without loading micro_ecc_lib_nrf52.lib?

The micro-ecc works well when I load micro_ecc_lib_nrf52.lib in keil5. However, the author suggest copying the uECC files into the project, so I include uEcc.h but fail in compling. I get some error information,such as: ............\external\micro-ecc\micro-ecc\asm_arm.inc(87): error: #18: expected a ")"

I guess maybe some defines should be changed, is there anyone know how to complie micro-ecc files in Keil5?

Related