GithubHelp home page GithubHelp logo

sandlbn / amiga-cc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nicolasbauw/amiga-cc

0.0 0.0 0.0 14 KB

Amiga C cross compiler installation script for Linux/Macos

Shell 79.49% C 16.69% Makefile 3.83%

amiga-cc's Introduction

Amiga C cross compiler and assembler setup for Linux / Macos

Installs the vbcc compiler and the m68k vasm assembler.

Prerequisite: the wget utility and an LHA decompressor, for example to install lha:

brew install lha (Macos)
sudo apt install lhasa (Debian-based distros)

To install:

From your home directory:

git clone https://github.com/nicolasbauw/amiga-cc.git
cd amiga-cc/
./install_amiga_toolchain.sh

You will soon be prompted by a set of questions, like:

Are you building a cross-compiler?
Type y or n [y]:

Just press enter each time, and the installation will go on.

When finished, run env.sh file to add entry to your zshrc or bashrc file.

Nearly the same thing for zsh:

./env.sh

then close and reopen your session.

Let's now have a try:

make

This will compile the Amiga source window.c, you should obtain no error message, and a window file, which is the Amiga executable you'll be excited to try on UAE or a real machine ;-)

This repo was made thanks to informations from this blog post and this youtube video.

amiga-cc's People

Contributors

nicolasbauw avatar sandlbn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.