https://github.com/decompals/pah-docker
Docker image for permuter@home
https://github.com/decompals/pah-docker
Last synced: 2 months ago
JSON representation
Docker image for permuter@home
- Host: GitHub
- URL: https://github.com/decompals/pah-docker
- Owner: decompals
- License: mit
- Created: 2022-01-26T01:59:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T11:15:47.000Z (about 3 years ago)
- Last Synced: 2025-10-28T18:37:17.567Z (5 months ago)
- Language: Dockerfile
- Size: 3.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# permuter@home Docker
This repository contains the tooling and recipes needed to build the Docker image(s) used by [permuter@home](https://github.com/simonlindholm/decomp-permuter#permuterhome).
## Platforms
At the time of writing, only N64 is supported.
### N64
The following compilers are supported
#### IDO 5.3 (recomp)
#### IDO 7.1 (recomp)
#### GCC 2.8.1
```
GNU C version 2.8.1 (mips-nintendo-nu64) compiled by GNU C version 9.3.0.
options passed:
options enabled: -fpeephole -ffunction-cse -fkeep-static-consts
-fpcc-struct-return -fcommon -fgnu-linker -mgas -meb -mfix4300 -mcpu=4300
```
#### GCC 2.8.1 (+ GNU assembler 2.9.1)
```
GNU C version 2.8.1 (mips) compiled by GNU C version 6.3.0 20170516.
options passed:
options enabled: -fpeephole -ffunction-cse -fkeep-static-consts
-fpcc-struct-return -fcommon -fgnu-linker -meb -mcpu=3000
```