How to build Project have *.o file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to build Project have *.o file

742 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ethan_kao on Fri Apr 25 02:47:46 MST 2014
I have "abc.c" "abc.h" file

function "void Test(void)" define in "abc.h" and coding in "abc.c"
I have a main.c call  "void Test(void)"

first build has create new file "abc.o"

Can I remove "abc.c" and move abc.o in my project

function void Test(void) is my Algorithms ,I do not want others to see content

Thanks you
0 Kudos
Reply
1 Reply

733 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Fri Apr 25 03:06:18 MST 2014
You probably want to use a library project:

http://www.lpcware.com/content/faq/lpcxpresso/creating-linking-library-projects
0 Kudos
Reply