https://github.com/jameswalmsley/btdk
https://github.com/jameswalmsley/btdk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jameswalmsley/btdk
- Owner: jameswalmsley
- Created: 2014-07-10T11:30:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T11:08:56.000Z (almost 11 years ago)
- Last Synced: 2025-01-06T07:52:02.759Z (5 months ago)
- Size: 4.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BTDK - BitThunder Development Kit
This repository allows you to build a complete end-to-end toolchain for bitthunder.
With this toolchain you can:* Build the bitthunder kernel.
* Build and link kernel mode applications/processes.
* Build separate applications to be loaded by the bt elfloader.
* Build bare-metal code. (I.e. no bitthunder linking or includes).# Toolchain versions:
BTDK provides a modern toolchain and library with the following versions.
* binutils-2.24
* gcc-4.8.1
* newlib-2.0.0# Building BTDK
Building the BTDK should be relatively painless :S simply:
git submodule update --init
makeSpeed up the build using:
make -j32
# Pre-requisites
See packages.mk for a list of all ubuntu/debian packages required for a sucessful build.
make ubuntu.prerequisites