I got the PortablE Windows version, running it in WINE on Debian Linux x86_64. I installed the i686 GCC cross-compiler packages from Debian. I installed the pc-i386-sdk package from
http://www.aros.org/nightly.php . But I am missing some files still:
PATH="/home/claude/opt/amiga/aros-sdk/bin:$PATH" /home/claude/opt/amiga/aros-sdk/bin/i386-aros-gcc main.cpp -fpermissive
fails with many lines of
/usr/bin/ld: cannot find -laros
where aros includes all of:
aros asl autoinit codesets commodities cybergraphics datatypes diskfont dos exec expansion gadtools graphics icon iffparse intuition keymap layers locale muimaster oop partition posixc stdc stdcio utility workbench
So the SDK seems to be incomplete? What should I do to cross compile from Linux x86_64 to AROS i386 ?