And to show that I successfully built AROS 64bit here is AROS bootstrap.
miker1264 attached the following image:
Success! Finally it works!!
I suppose the key to success is perseverance. And trying to be patient when things don't work.
Here are a few screenshots of my most recent AROS adventure...
After successfully installing Ubuntu 24.04 which seems faster than earlier versions, I built the toolchain and I built AROS 64bit as well. :-)
miker1264 attached the following image:
I had to jump through a lot of hoops at Broadcom.com to download a new VMWare Workstation Pro 17.5.2 to install it and try to install Ubuntu.
I decided to use a spare Dell PC that I was using as a bench PC for testing. I installed the new VMWare and setup the Linux VM then added the Ubuntu 24.04.4 ISO installer. It went a lot faster this time and the installer didn't stop at copying files!
I read online that older versions of VMWare Workstation are not capable of supporting newer Linux graphics modes and the new kernel. Hopefully this is the solution now.
After Ubuntu is installed I will attempt to rebuild the ABIv11 toolchain according to instructions.
VMWare is a good option for AROS testing. It has far less issues than VirtualBox.
In the next few days I'll set up AROS One in VMWare for compiling & tests.
AMIGASYSTEMDistro MaintainerPosted
5 days agoAROS One on VMware is lightning fast, and just like using a real machine, GCC from the shell is incredibly fast—I've never had any performance issues. GCC will certainly be much faster on a native PC, but give GCC a try on AROS One 64-bit on VMware!
I have a VM with ABIv11 cross-tools compiled and installed. If you want I can package the cross-compiler but you need to locally create a VM with Linux Mint 22 and install all dependencies on it.
Ah. So you aren't using the Build System for ABIv11. You are using GCC in the shell which works well for smaller applications. It surprises me that you can compile FFMpeg apps using just the AROS shell.
For Datatypes and MultiView and Luna Paint and other large projects I have to use a Build System because of all the dependencies.
For Datatypes in particular I can test the code on the last functional version of ABIv11 that I have. And someone else can compile it for the latest ABIv11 Build System. That's my solution at the moment.
I will, however, install AROS One 64bit on a spare SSD so I can use the shell to compile smaller apps for 64bit now that I know it works!
Thanks. :-)
Edited by miker1264 on 20-08-2026 13:16,
5 days ago
AMIGASYSTEMDistro MaintainerPosted
5 days agoThe GCC on AROS One works with all versions of VMware; I use version 12 on 64-bit Windows 7 and the latest versions of VMware on Windows 8, but please note that I’m talking about AROS One installed natively on VMware, i compile natively on AROS One, no Linux!!!
AMIGASYSTEM
Which version of VMWare are you using and which version of Ubuntu? Home much memory are you giving your virtual machine?
I'm using VMWare Player 15 which is several years old. I tried 3 times to install Ubuntu 24.04.4 and it freezes each time at Copying Files. My VM has 2GB of memory assigned to it.
If you don't know who h version of VMWare you're using it's ok. I'll just continue to struggle with it. :-(
I've never had such difficulty installing a cross compiler. ABIv1 was sooo easy. In fact I may just go back to that to develop for 64bit. Someone else can compile it.
Edited by miker1264 on 20-08-2026 12:18,
5 days agoI don't think there are any technical issues with that but I personally don't have space to manage yet another project and unfortunatelly I don't have internet connection that would be capable of uploading GBs of data to server in sane about of time.
Edited by deadwood on 20-08-2026 05:16,
6 days agoFor beginning programmers or for people who really struggle using Linux would it be possible to setup a pre-installed x86-64 Build System in a VMWare Virtual Machine? Then we just download the Virtual Machine & add it to VMWare.
Paolo did that for 64bit ABIv1 when he was maintaining Icaros Desktop. I used his VM for quite some time.
Edited by miker1264 on 19-08-2026 22:42,
6 days agoKeep in mind that supported host version is 24.04 - other version might or might not work.
Interestingly, the version of Ubuntu newly installed where compiling stops is 20.04 focal fossa. Both the original Ubuntu and the new one (20.04) stop at flexcat.
However, the version installed for ABIv0 which is compiling correctly is 18.04 bionic beaver which is an older version. I could try installing 18.04 again in a new virtual machine. Or I could also try installing 24.04.
The difference that I see mostly is the version of GCC for 18.04 is 7.5.0 but for 20.04 it's GCC 9.4.0 so maybe I can try downgrading GCC.
Edited by miker1264 on 05-06-2026 22:40,
3 months ago