I tried to compile VICE 3.5
I assumed that I could do this.
./configure --host=i686-aros
and then
make
It is building and everything seams to be ok but I'm pretty sure I'm building Linux files.
It is all .c .h .o files. Not any .exe
Here is the log.
https://filebin.net/7kl40i9mava3ssmdThe readme in VICE 3.1 say this:
- MorphOS
Using the AHI or SDL sound system, the CGX graphics system, the LowLevel
input system and the MUI GUI system.
- AROS
Using the AHI or SDL sound system, the CGX graphics system, the LowLevel
input system and the MUI GUI system.
These ports are still missing some dialogs and missing some features,
however, we are working on implementing them.
Building the binaries using a cross-compiler :
- AmigaOS3: configure with --host=m68k-amigaos
- AmigaOS4: configure with --host=ppc-amigaos
- MorphOS: configure with --host=ppc-morphos
- Intel AROS: configure with --host=i686-aros
- PPC AROS: configure with --host=powerpc-aros
- AROS64: configure with --host=x86_64-aros
After the configure script is done:
make
make bindist
I also tried this:
niko@niko-Latitude-D520 ~/vice-emu-code/vice $ ./configure --host=i686-pc-aros CC=i386-aros-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-aros-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
option checking is yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... i686-pc-aros
checking for i686-pc-aros-gcc... i386-aros-gcc
checking whether the C compiler works... no
configure: error: in `/home/niko/vice-emu-code/vice':
configure: error: C compiler cannot create executables
See `config.log' for more details