mirror of
https://github.com/claunia/cross-docks.git
synced 2025-12-16 19:24:49 +00:00
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
# Cross compilation environment
|
|
|
|
| | |
|
|
|--------------------------:|:--------------------------------------------------|
|
|
| **Compiler:** | 9.1.0 |
|
|
| **Target architecture:** | x86_64 |
|
|
| **Target OS:** | AROS |
|
|
| **AS:** | `/opt/x86_64-aros/bin/x86_64-aros-as` |
|
|
| **LD:** | `/opt/x86_64-aros/bin/x86_64-aros-ld` |
|
|
| **AR:** | `/opt/x86_64-aros/bin/x86_64-aros-ar` |
|
|
| **CC:** | `/opt/x86_64-aros/bin/x86_64-aros-gcc` |
|
|
| **CXX:** | `/opt/x86_64-aros/bin/x86_64-aros-g++` |
|
|
| **RANLIB:** | `/opt/x86_64-aros/bin/x86_64-aros-ranlib` |
|
|
| **CMake toolchain file:** | `/opt/x86_64-aros/lib/x86_64-aros.cmake` |
|
|
| **SSH daemon:** | *Yes* |
|
|
| **Username:** | `user` |
|
|
| **Password:** | `password` |
|
|
|
|
Installed using [Marlon Beijer's Docker image](https://hub.docker.com/layers/amigadev/crosstools/x86_64-aros).
|