2018-01-31 07:29 AM
Hello,
Let me know how to link a static library.
I made a PCB with STM32L0, and use keil uVision5 environment.
I want to use a static library like 'xx.a', but I don't know how to link it.
I checked 'Options for Target' -> 'Linker', but I don't think I can edit the linker string.
Solved! Go to Solution.
2018-01-31 07:41 AM
Just add it to the project, ie Add Existing File to Group, select the *.a, *.o or *.lib
2018-01-31 07:41 AM
Just add it to the project, ie Add Existing File to Group, select the *.a, *.o or *.lib
2018-01-31 08:33 AM
Very first hit on putting 'keil add library to project' into google:
2018-01-31 05:12 PM
Thank you guys!
It was so easy...