Keywords: lib, library, archive, EDK, SDK
I would like to add a user library, "user.a," to my software project. How can I do this?
Your user library should be called "libuser.a."
Use compiler flag -luser. Please note the removal of lib.
Also, you will have to provide the location of this library.
This can be done in "Set Compiler Options" in XPS and Software Project Properties in SDK.