-
-
Notifications
You must be signed in to change notification settings - Fork 6
Creating a project
fincs edited this page Feb 4, 2012
·
1 revision
In order to create a project, fork a template (<FeOSsdk>/templates/<templatename>). There are currently four templates:
-
application: FeOS application -
sharedlib: FeOS shared library (aka "DLL") -
staticlib: Static library -
arm7module: FeOS ARM7 extension module
To compile, issue this command:
make install
If the project is not a static library, this will automatically copy the generated *.fx2 module to the right location inside the <FeOSrepo>/FeOS/ folder.