OSELAS.Toolchain
Appearance
This toolchain is used for crosscompiling MicroZed applications for APO lectures.
Debian install
- Add Pengutronix repositories
echo "deb http://debian.pengutronix.de/debian/ sid main contrib non-free" > /etc/apt/sources.list.d/pengutronix.list
- Retrieve new lists of packages
apt-get update
- Install Pengutronix public keys
apt-get install pengutronix-archive-keyring
- Select from following toolchains
apt-cache search oselas | less
- Install selected one
apt-get install oselas.toolchain-2016.06.1-arm-cortexa8-linux-gnueabihf-gcc-5.4.0-glibc-2.23-binutils-2.26-kernel-4.6-sanitized
References
Please, see Pengutronix webpage for more info.