hello,
I wrote a pci driver with rtdm.I created a user file which contains functions that use rtdm api.I need to transform this .c file into .lib file.
Eventually in make file I must define it.For example native and rtdm libs are defined as -lnative and -lrtdm.How can I do it? |