Skip to content

Created using the GNU tools, GCC and GNU Make, supports two platforms; the host environment and the target embedded system(MSP432P401R MCU), and generates .i, .asm, .o, .d, .out, .map output files.

Notifications You must be signed in to change notification settings

aydinsimsek/command-line-build-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use

make [TARGET] [PLATFORM-OVERRIDES]

Build Targets

  • file_name.i: Preprocessed output
  • file_name.asm: Assembly output
  • file_name.o: Object file
  • compile-all: Compile all object files
  • build: Compile all object files and link into a final executable
  • clean: Remove all compiled objects, preprocessed outputs, assembly outputs, executable files and build output files

Platform Overrides

  • MSP432
  • HOST

About

Created using the GNU tools, GCC and GNU Make, supports two platforms; the host environment and the target embedded system(MSP432P401R MCU), and generates .i, .asm, .o, .d, .out, .map output files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published