^

AR# 31256 11.1 EDK - How to add a user software library in a project?

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.


AR# 31256
Date Created 07/10/2008
Last Updated 04/28/2009
Status Active
Type
Feed Back