Creating a project - fincs/FeOS GitHub Wiki
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.