Skip to content

GoalZero26503/core-make

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core GNU make Build System

Overview

This repo provides the core make build files and scripts for building and programming ModusToolbox applications. Builds can be run either through a command-line interface (CLI) or through the ModusToolbox Integrated Development Environment (IDE).

Prerequisite

Builds require that the ModusToolbox tools be installed on your machine. This comes with the ModusToolbox install. On Windows machines, it is recommended that CLI builds be executed using the Cygwin.bat located in ModusToolBox/tools_x.y/modus-shell install directory. This guarantees a consistent shell environment for your builds. Additionally, a recipe specific make package (eg: mxs40recipe-make) must also be used to define the specifics for the target device.

Options

To list the build options, run the "help" target by typing "make help" in CLI. For a verbose documentation on a specific subject type "make help CY_HELP={variable/target}", where "variable" or "target" is one of the listed make variables or targets.

More information


© Cypress Semiconductor Corporation, 2019-2020.

About

Core make files and scripts for building and programming ModusToolbox applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 76.4%
  • Python 13.5%
  • Perl 5.6%
  • Shell 4.5%