About Makefile
The source code and other definitions to be built are written in the Makefile.
TWELITE | Specify the model to be built, BLUE for TWELITE BLUE (TWE-001 Lite) or RED for TWELITE RED. |
---|---|
PROJNAME | Decide the name of the generated file. If not specified, use. If not specified, the |
APPSRC | Specify the file to be compiled, using the |
TARGET_TYPE | Specify the target to generate. When |
TOCONET_DEBUG | If 1, include the debug code for the stack. The output file name will be prefixed with |
CFLAGS | Add gcc options at compile time. Use the |
APP_COMMON_SRC_DIR_ADD1 .. 4 | Specify the search path for source and header files. Liks as |
INCFLAGS | If you want to specify additional include folders only, use relative paths like |
ADDITIONAL_LIBS | Specify additional libraries ( |
ADDITIONAL_OBJS | Specify additional object files (.o) to be linked, like |
LDLIBS | Specify the compiler libraries (math, spp, etc.) by adding |
LDFLAGS | Additional options to the linker can be specified as |
OBJDIR_SUFF | Include the string set in the object storage folder name. |
TARGET_SUFF | Include the string you set in the target (.bin) file name. |
最終更新