General Tools¶
These are documents for general tools used to create and update ModusToolbox™ applications.
- Project Creator Guide
- Library Manager User Guide
- Creating custom BSP
- Managing the Makefile for ModusToolbox™ software v2.x
- What is the Makefile and how do I use it?
- Which Makefile should I edit, the one in the code example or the one in the project directory?
- What build system does ModusToolbox™ software use?
- How do I add files to the project so that auto-discovery finds them?
- How can I add a path that contains spaces?
- How can I use an absolute path when the variable value requires a relative path?
- How are slashes handled by the build system?
- How do I make sure auto-discovery ignores certain files?
- How do I add an external library using a .lib/.mtb text file?
- How do I add an external library by specifying files and file paths?
- How do I add a precompiled binary to my project?
- How do I specify a set of build tools?
- How do I tell the build system where custom build tools are?
- How do I pass compiler flags?
- How do I create a custom build configuration?
- How do I pass linker flags?
- How do I use a custom linker script?
- How do I specify a pre-build or post-build task?
- How do I build a static library?
- What is a COMPONENT?
- How do I create a custom COMPONENT and add it to the application?
- How do I disable a COMPONENT?
- How do I override the default design.modus file in a BSP?
- How do I create my own BSP?
- How do I use a custom BSP for my application?