Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Compiling ABIv11

Last updated on 33 minutes ago
M
miker1264Software Dev
Posted 3 days ago
I'm having some real difficulties trying to compile my AROS 64bit.

I'm not really sure why but it can't download the needed packages. The Internet is connected and active in my Ubuntu virtual machine. I'm using VMWare because VirtualBox isn't very good. I've compiled it successfully in the past year so the packages should already be in Portsources.

It couldn't find GCC then acpica-unix, etc, etc. Why can't it download the needed packages? I have to manually download then copy to Portsources There must be an easier way to do this.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 days ago
Have you tried compiling the source code directly using AROS GCC?
If you’ve downloaded AROS One, you can simply compile it from a shell!
R
retrofazaDistro Maintainer
Posted 3 days ago
Every so often, I reinstall the repositories following the tutorial, and I've never had any problems:
https://arosnews.github.io/how-to-cross-compile-aros-hosted-wsl/
M
miker1264Software Dev
Posted 3 days ago
Yes. I have that link already.
deadwood provided it.

So is it better to use make or ./rebuild.sh to build AROS ?

My Ubuntu seems to have problems with fetching packages for some reason. I don't think the problem is compiler issues. More like Ubuntu.

Is there a master list of repositories or archive sites to fetch from? Maybe that needs to be updated on my end? I found this also...Update Repositories by updating sources list. Also NAT connection vs. Bridge connection in the VMWare Player.
Edited by miker1264 on 30-05-2026 12:33, 3 days ago
D
deadwoodAROS Dev
Posted 3 days ago
There is no master list - each package sits in it's separate mmakefile.src.

Also if you are able to compile ABIv0 you have almost all of the needed packages (indeed GCC and acpi would be different).

Do you have curl installed on your Ubuntu? It's not installed by default. Also if you paste the errors you are getting this might help resolve the issue.
M
miker1264Software Dev
Posted 3 days ago
I don't believe I have curl installed. My ABIv0 is working properly. Can I copy the packages from Portsources from ABIv0 to ABIv11 ? Are they the same packages?

I'll post some screenshots as soon as I can. The errors I'm getting are pretty much the same. It says "fetching [package] then it tries several locations including Portsources then it stops compiling.

Maybe I can clear the packages cache to force it to download new ones?
Edited by miker1264 on 30-05-2026 12:44, 3 days ago
D
deadwoodAROS Dev
Posted 3 days ago
They are almost the same but GCC and acpi are for sure different. Install curl and that might actually solve the issue at your end.
M
miker1264Software Dev
Posted 3 days ago
What does curl do? Does it help resolve troublesome url's ? That would helpful.

I'll install curl and try again later today. I'll post some screenshots.
D
deadwoodAROS Dev
Posted 3 days ago
curl is a tool used by build system to download archives. If you don't have it installed, every download during building of AROS will fail.
M
miker1264Software Dev
Posted 3 days ago
Sure enough I checked for curl --version. You can see in the screenshot it's not installed for some reason.

I had to do sudo apt update and sudo apt upgrade before installing.
miker1264 attached the following image:
compiling_abiv11_05-30-26.png downloading_gcc_after_pull_rebase.png
D
deadwoodAROS Dev
Posted 2 days ago
Good Smile Does the build finish after installing curl?
M
miker1264Software Dev
Posted 2 days ago
It installed curl correctly. The compiling stated well and it was fetching correctly but the terminal froze. I'm about to abort and try again using ./rebuild.sh option 2.

It started compiling for a short time then it stopped. I didn't see a error. Does that mean AROS is already compiled so there's nothing to do?

I'm attempting to backup all my unstaged changes by backing up my sources in Ubuntu to an SD card which is slow but I think it's working. I'm planning to delete all my sources then do a full git clone, rebuild the toolchain and rebuild AROS. I'll just rebuild all of it from the beginning.

I have a fast m.2 SSD now which is 15x faster than the old mechanical drive on my Toshiba laptop I was using. It took 3hrs to rebuild on it. Maybe now it will take only 45min.

I cloned the sources again and I used ./rebuild.sh option 1 to build the toolchain. It stopped at flexcat.
Edited by miker1264 on 31-05-2026 20:43, 2 days ago
miker1264 attached the following image:
compiling_abiv11_working_05-31-26.png compiling_abiv11_rebuild_script_05-31-26.png
M
miker1264Software Dev
Posted 2 days ago
Here is the flexcat errors in another screenshot. I'm not sure why it keeps stopping here.
miker1264 attached the following image:
compiling_abiv11_flexcat_errors_05-31-26.png
D
deadwoodAROS Dev
Posted 2 days ago
What version of autoconf you have installed? The error points that you either have an old version or no autoconf installed at all?
M
miker1264Software Dev
Posted 23 hours ago
@deadwood

Thanks for the information. I didn't know that was part of Ubuntu. I thought it was an AROS file. I'll try again this evening. :-)

I've had some family matters to take care of so I haven't had much time for AROS programming. But I'll get back to it later today or tomorrow.
Edited by miker1264 on 01-06-2026 15:00, 22 hours ago
M
miker1264Software Dev
Posted 2 hours ago
For some reason I believe my virtual machine for building ABIv11 is haunted or cursed! :-)

It's strange because my ABIv0 virtual machine is working fine. But it's a copy of the original VMDK that I also used for the ABIv11. So I have a few other options.

I am currently making a copy of the original again to delete the sources and try again. If that doesn't work I will setup a completely new virtual machine in VMWare then install Ubuntu and follow Install.md That should definitely work correctly!!
Edited by miker1264 on 02-06-2026 12:18, 35 minutes ago
D
deadwoodAROS Dev
Posted 33 minutes ago
Be sure to install dependencies (sudo apt-get install line in tutorial). If you are missing autoconf, it suggests dependencies were not installed.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
Users who participated in discussion: deadwood, AMIGASYSTEM, retrofaza, miker1264