Skip to content

Fabo/phabos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== Build ===

In order to build the kernel you must define and export the following
variables: ARCH, ARCH_TRIPLE, and LD_CROSS_COMPILE.

If the cross compiler contains a prefix to its name then you must also define
the CROSS_COMPILE variable.


=== Toolchain versioning ===

If you are not using the default version of the toolchain present on your
system then you can export the TOOLCHAIN_VERSION variable. This will allow
you to use another version of the toolchain than the default one.


=== Example ===

Building for the arm architecture:
export ARCH := arm
export ARCH_TRIPLE := arm-none-eabi
export LD_CROSS_COMPILE := $(ARCH_TRIPLE)-
make xxx_defconfig
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.5%
  • Makefile 6.9%
  • C++ 4.7%
  • Assembly 3.9%