Cross compilation for Amiga classic OS - Science Nibble! [💉💉]

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • This is a quick video to show you how to compile from the comfort of your modern desktop & modern IDE to target a classic Amiga OS.
    This will be demonstrated on Arch Linux but the concept should be very close on MacOS and Windows.
    The wrapper:
    I put it in my prefix directory with $HOME/prefix/bin already in my main PATH variable.
    $HOME/prefix/bin/vca
    #!/bin/bash
    export VBCC=$HOME/vbcc
    export PATH="$PATH:$HOME/vbcc/bin"
    export NDK_INC="$VBCC/NDK_1.3/Includes1.3/include.h"
    vc -I${NDK_INC} -c99 +kick13 $@
    Links to the files:
    Headers for kickstart 1.3:
    www.dropbox.co...
    Compiler & configs:
    sun.hasenbraten...
    phoenix.owl.de/...
    phoenix.owl.de/...
    linker:
    phoenix.owl.de/...
    assembler:
    phoenix.owl.de/...
    hearder for c stdlib:
    aminet.net/dev/...
    Music:
    Various from the Amiga demo scene.
    #c #programming #vintage #linux #amiga

Комментарии • 4