Skip to content

A CMake framework for those who want to use GCC for command line compilation

Notifications You must be signed in to change notification settings

sora1874/cmake_framework

 
 

Repository files navigation

CMake Framework

中文版

This is a CMake framework for GCC compilation.

Support features

  • Single project compilation
  • Multi projects compilation at the same time
  • Support menuconfig
  • Support compile project in everywhere
  • Support x86、arm、risc-v GCC toolchain
  • Support all platform :windows、linux、macOS

Compile demo

  • Compile two demos separately
cd examples/helloworld
make


cd examples/helloworld2
make
  • Compile two demos at the same time
cd examples
make

Use menuconfig

Currently just let menuconfig work, the rest is some user's kconfig codes.

cd examples/helloworld
make menuconfig


cd examples/helloworld2
make menuconfig

About

A CMake framework for those who want to use GCC for command line compilation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • CMake 2.4%
  • C 0.3%