https://github.com/theypsilon/gcc-arm-dockerized
GCC ARM compilation environment Dockerized
https://github.com/theypsilon/gcc-arm-dockerized
Last synced: over 1 year ago
JSON representation
GCC ARM compilation environment Dockerized
- Host: GitHub
- URL: https://github.com/theypsilon/gcc-arm-dockerized
- Owner: theypsilon
- License: mit
- Created: 2020-04-19T15:48:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T10:45:06.000Z (over 4 years ago)
- Last Synced: 2025-02-01T11:30:21.232Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GCC ARM compilation environment Dockerized
Useful for compiling for arm targets.
Developed for its use in [Main_MiSTer](https://github.com/MiSTer-devel/Main_MiSTer).
Contains `make`.
Images on [gcc-arm docker hub](https://hub.docker.com/r/theypsilon/gcc-arm):
```bash
theypsilon/gcc-arm:10.2-2020.11 # 574MB
```
Images on [gcc-linaro docker hub](https://hub.docker.com/r/theypsilon/gcc-linaro):
```bash
theypsilon/gcc-linaro:6.5.0 # 667MB
theypsilon/gcc-linaro:7.5.0 # 697MB
```
When using the image, the toolchain binaries will be in your `PATH`.
Expected binaries like `arm-none-linux-gnueabihf-gcc` are contained in that folder.
### License
Copyright © 2020-2021, [José Manuel Barroso Galindo](https://github.com/theypsilon).
Released under the [MIT License](LICENSE).