Skip to content

Commit

Permalink
Move cross-compilation information to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuraiCrow authored Apr 1, 2020
1 parent ddaf97b commit 6111c57
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
The following guide worked without any problems on my Ubuntu (RockPro64) system:

https://blitterstudio.com/setting-up-an-amiga-cross-compiler/

Must also download NDK and copy includes and libs to relevant folder.

Set path in bash:

$ export VBCC=~/kod/vbcc

Simple hello world without depencies:

$ vc +aos68k -o hello helloworld.c

To link with Amiga libs:

$ vc +aos68k -o screen -lauto -lamiga screen.c
See the Wiki tab for all documentation.

0 comments on commit 6111c57

Please sign in to comment.