https://github.com/panoti/sdcc-docker
SDCC Compiler Docker
https://github.com/panoti/sdcc-docker
sdcc sdcc-compiler stm8 stm8s
Last synced: 12 months ago
JSON representation
SDCC Compiler Docker
- Host: GitHub
- URL: https://github.com/panoti/sdcc-docker
- Owner: panoti
- License: mit
- Created: 2022-01-04T04:05:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T17:48:19.000Z (over 4 years ago)
- Last Synced: 2025-05-29T16:58:51.230Z (about 1 year ago)
- Topics: sdcc, sdcc-compiler, stm8, stm8s
- Language: C
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/panoti/sdcc-docker/actions/workflows/Docker.yml)
# SDCC Compiler Docker
## Description
Dockerizing [SDCC Compiler](http://sdcc.sourceforge.net/) for CI/CD.
**Platforms:**
- [x] Linux x86, x64
**Tools:**
- [x] SDCC Compiler
## Usage
```bash
docker run --rm -it panoti/sdcc:latest /bin/bash
```
or
```bash
docker run --rm -it ghcr.io/panoti/sdcc-docker:latest /bin/bash
```
## Note
- This image just include sdcc compiler without other tools. If you need more tools, just use `apk` to install.
- We support both docker hub and github registry.
## License
SDCC Docker is [MIT licensed](LICENSE).