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 1 hour ago
M
miker1264Software Dev
Posted 4 hours 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 hours 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 hours 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 2 hours 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, 2 hours ago
D
deadwoodAROS Dev
Posted 2 hours 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 2 hours 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, 2 hours ago
D
deadwoodAROS Dev
Posted 2 hours 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 1 hour 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 1 hour 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.
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