Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarc/lm4f-cross-tools
Croos tool chain for Texas Stellaris LM4F
https://github.com/tarc/lm4f-cross-tools
Last synced: about 2 months ago
JSON representation
Croos tool chain for Texas Stellaris LM4F
- Host: GitHub
- URL: https://github.com/tarc/lm4f-cross-tools
- Owner: tarc
- Created: 2014-12-23T12:22:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T01:18:24.000Z (almost 10 years ago)
- Last Synced: 2023-04-12T08:42:26.029Z (over 1 year ago)
- Language: Shell
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project aims to experiment with cmake's `ExternalProject` to build an ARM toolchain.
### Prerequisites
sudo apt-get install git cmake build-essential texinfo libreadline-dev \
libusb-1.0-0-dev pkgconf### Compilation
To compile and install issue the following:
git clone https://github.com/tarc/lm4f-cross-tools.git
cd lm4f-cross-tools
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME ..
make
make installIf everything went OK, there should be a new directory `$HOME/lm-cross-tools` with a bare-bone toolchain for the Stellaris LM4F120 LaunchPad Evaluation Kit.
### Build Stellaris Ware
In order to build Stellaris Ware to test the newly generated toolchain, unpack it in your homedir, reconfigure from the build dir and make it again:
cmake -DBUILD_STELLARIS_WARE=ON ..
make### Fancy Web-Page
[lm4f-cross-tools](https://tarc.github.io/lm4f-cross-tools "ml4f-cross-tools page")