Quick Guide: Cross-compiling to AmigaOS 4.x+ the easy way

1 month ago
2

Setting up a cross-compiler for AmigaOS 4 used to be a painful task, because you had to build the cross-compiler yourself following complicated instructions. Now, there's a much easier way: using pre-built Docker containers. This video shows you how it's done...

Here's the docker-compose.yml code:
version: '3'

services:
gcc11-ppc:
image: 'walkero/amigagccondocker:os4-gcc11-adtools'
volumes:
- '..:/opt/code'

Click the following link for a summary:
https://keasigmadelta.com/blog/quick-guide-cross-compiling-to-amigaos-4-x-the-easy-way

Other useful resources:
- Learn how to build software with C++'s de-facto standard build system: https://cmaketutorial.com/
- Learn OpenGL ES 3 + SDL2: https://keasigmadelta.com/gles3-sdl2-tutorial
- Learn & Support this channel at the Kea Campus: http://keasigmadelta.com/kea-campus-amiga-corner
- More made by us: https://keasigmadelta.com/store/
- Support inquiries: https://keasigmadelta.com/support/

Connect with us:
- https://facebook.com/KeaSigmaDelta
- https://twitter.com/KeaSigmaDelta
- https://t.me/keasigmadelta (Telegram)
- https://keasigmadelta.com/subscribe/

QUESTION - What would you like us to make next, on this channel? Comment below...

About
At Kea Sigma Delta we enjoy creating awesome stuff using software & electronics, and helping others to do the same.

Loading comments...