https://github.com/jbilander/hello-world-amiga-gcc
Amiga Hello World with Bebbo's amiga-gcc 13
https://github.com/jbilander/hello-world-amiga-gcc
Last synced: 4 months ago
JSON representation
Amiga Hello World with Bebbo's amiga-gcc 13
- Host: GitHub
- URL: https://github.com/jbilander/hello-world-amiga-gcc
- Owner: jbilander
- License: mit
- Created: 2023-06-04T21:41:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T12:45:05.000Z (about 3 years ago)
- Last Synced: 2025-02-06T16:05:30.343Z (over 1 year ago)
- Language: Makefile
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-world-amiga-gcc
Amiga Hello World with Bebbo's amiga-gcc


Steps I did to build amiga-gcc with gcc 13:
Deleted old stuff:
rm -rf /opt/amiga
cd /home/jbilander/Projects
rm -rf ./amiga-gcc
and clone and build:
git clone https://github.com/bebbo/amiga-gcc
cd amiga-gcc
make update
make clean
make branch branch=amiga13.1 mod=gcc
make all NDK=3.2 -j2