Tag Archives: cross compiler

CI/CD for Amiberry using Github Actions (pt 3)

In the first and second parts of this series, we saw how to set up a CI/CD solution for Amiberry, using self-hosted runners. The workflow will automatically build on every new commit, but also create and publish a new release (including binaries and an auto-generated changelog), based on the git tag. So generally it works… Read More: CI/CD for Amiberry using Github Actions (pt 3) »

Setting up an Amiga Cross-Compiler (Windows) part 2

In the previous post, we went through the steps to download, configure and compile VBCC on Windows. It’s time to move on to the next steps. If you prefer to give up and go for the easy route, you can also download my compiled bin folder and use it. These were compiled on 2017-03-02 using Visual Studio 2017.… Read More: Setting up an Amiga Cross-Compiler (Windows) part 2 »

Setting up an Amiga Cross-Compiler (Windows) part 1

This is the Windows version, if you are running Linux or MacOS X, please check my other post about them here. VBCC is an excellent compiler, still actively developed and supports multiple target platforms, including our favorite Amiga (and clones). While the procedure to get it installed on Linux/Mac is rather straightforward (you have to… Read More: Setting up an Amiga Cross-Compiler (Windows) part 1 »