Error C4447E (ARM- KEIL) adding libcrypto.a file
Hi, I am working on STM32 based IC using KEIL IDE.
I have added Middleware Crypto lib to my project...file name is libcrytpo.a
When I add it into my project on compiling I get following error.
libcrypto.a: Error: C4447E: option '-E' and input file '..\Middlewares\ST\cryptolib\libcrypto.a' type conflict
libcrypto.a: error: A1905U: Pre-processor step failed for '..\Middlewares\ST\cryptolib\libcrypto.a'
How to resolve this issue? I am unable to understand the problem and cause of the error properly. please help
