2020-01-20 08:53 PM
2020-01-20 09:24 PM
Add in the source files? Create a group, use "Add Existing" to pull them in.
Add the include file path into the compiler settings.
Perhaps review examples/templates
2020-01-21 09:09 PM
Hi Clive,
Thank u very much for you response.
I am trying to add STM32 cryptographic library in my Kiel project. The library has some .lib and .h files. But it doesn't have any c file. I copied the whole downloaded package of the library in my project folder and added .lib in my kiel project . But if I call any .h file from the library it gives an error. I don't know if it is correct way to use .lib or not because I haven't used any .lib file before in my projects.
Please suggest the correct procedure to use .lib files with kiel IDE.
Thanks in advance.