https://github.com/ev3dev/docker-cross
Dockerfiles for building ev3dev cross-compiler images
https://github.com/ev3dev/docker-cross
Last synced: 3 months ago
JSON representation
Dockerfiles for building ev3dev cross-compiler images
- Host: GitHub
- URL: https://github.com/ev3dev/docker-cross
- Owner: ev3dev
- Created: 2016-08-05T05:33:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T16:47:40.000Z (almost 2 years ago)
- Last Synced: 2024-07-03T14:53:27.278Z (almost 2 years ago)
- Language: Dockerfile
- Homepage: http://www.ev3dev.org
- Size: 22.5 KB
- Stars: 14
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-cross
============
This repository hosts the dockerfiles for building the ev3dev cross-compiler
images.
You can get the images by running one of the following:
docker pull ev3dev/debian-jessie-cross
docker pull ev3dev/debian-jessie-armel-cross
docker pull ev3dev/debian-jessie-armhf-cross
docker pull ev3dev/debian-stretch-cross
docker pull ev3dev/debian-stretch-armel-cross
docker pull ev3dev/debian-stretch-armhf-cross
docker pull ev3dev/debian-buster-cross
docker pull ev3dev/debian-buster-armel-cross
docker pull ev3dev/debian-buster-armhf-cross
The `debian--cross` images have an amd64 root file system and cross
compilers for armel and armhf. These images can be used to compile anything
that has proper multiarch support.
The `debian---cross` images contain an foreign arch root file system
and an amd64 cross compiler that targets the rootfs arch. These images are used
for cases where multiarch support does not work, but will be slower because
many things are running via QEMU.