You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.