Compiling Bela projects in Eclipse » History » Version 2
Andrew McPherson, 2014-11-07 07:38 PM
1 | 1 | Andrew McPherson | h1. Compiling projects with BeagleRT |
---|---|---|---|
2 | 1 | Andrew McPherson | |
3 | 1 | Andrew McPherson | This document contains information on how to compile the BeagleRT software and upload it onto the BeagleBone Black. |
4 | 1 | Andrew McPherson | |
5 | 1 | Andrew McPherson | h2. Required tools |
6 | 1 | Andrew McPherson | |
7 | 1 | Andrew McPherson | * Working Linux system, either running natively or on a virtual machine |
8 | 1 | Andrew McPherson | * arm-gcc hardfp compiler toolchain (i.e. @arm-linux-gnueabihf-gcc@ and similar. On Ubuntu, these can be installed from packages: |
9 | 1 | Andrew McPherson | <pre> |
10 | 1 | Andrew McPherson | sudo apt-get install gcc-arm-linux-gnueabihf |
11 | 1 | Andrew McPherson | sudo apt-get install g++-arm-linux-gnueabihf |
12 | 1 | Andrew McPherson | </pre> |
13 | 2 | Andrew McPherson | * Eclipse IDE (http://www.eclipse.org) |
14 | 2 | Andrew McPherson | * Xenomai libraries compiled for ARM hardfp _(details to come)_ |
15 | 2 | Andrew McPherson | * TI PRU |