-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move cross-compilation information to the wiki
- Loading branch information
1 parent
ddaf97b
commit 6111c57
Showing
1 changed file
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |