I have a static library file (libstatic.a) compiled from C language. Now I want to use some function in this library. But I don't know how to link this file using xrun. It seems that -sv_lib can only use shared library(dynamic lib, .so file), but not static library. Could someone tell me how to use this .a file using xrun? Thanks a lot!
↧