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.

Developing for AROS on Windows

Last updated on 3 months ago
D
deadwoodAROS Dev
Posted 3 months ago
Hi, if anyone is interested in doing software development for AROS and you are a Windows user, here is a cool tutorial on how to setup your development environment in a few simple steps: https://arosnews.github.io/how-to-cross-compile-aros-hosted-wsl/

If you have additional question, post them in this thread.
M
miker1264Software Dev
Posted 3 months ago
@deadwood

That looks very interesting.

I have a few Windows 10 PC's (and a few Amigas/AROS PC's).

I'll give it a try. I wonder If WSL will be faster at compiling than using a virtual machine.
Edited by miker1264 on 06-02-2024 15:25, 3 months ago
D
deadwoodAROS Dev
Posted 3 months ago
Interested in your feedback.

One advantage of WSL is that Linux-side filesystem is directly available from Windows side.
pixiepixieJunior Member
Posted 3 months ago
Damn, that nvidia driver for linux is massive!!

update: got stuck at:
Fetching gcc-6.5.0 ...
fetch.sh: waiting for process with PID: 93096 to finish downloading...
Edited by pixie on 07-02-2024 05:01, 3 months ago
M
miker1264Software Dev
Posted 3 months ago
Using VMWare the Ubuntu filesystem can share with Windows 10 with drag-n-drop.

But I'd like to try WSL to see if it's faster at compiling the source code.
D
deadwoodAROS Dev
Posted 3 months ago

pixie wrote:

@pixie

update: got stuck at:
Fetching gcc-6.5.0 ...
fetch.sh: waiting for process with PID: 93096 to finish downloading...


Please delete portssources directory and then restart process from the

"Run the rebuild.sh script" step

Also make sure you have internet connection during the whole build process.
Edited by deadwood on 08-02-2024 02:29, 3 months ago
pixiepixieJunior Member
Posted 3 months ago

deadwood wrote:

@deadwood -

pixie wrote:

@pixie

update: got stuck at:
Fetching gcc-6.5.0 ...
fetch.sh: waiting for process with PID: 93096 to finish downloading...


Please delete portssources directory and then restart process from the

"Run the rebuild.sh script" step

Also make sure you have internet connection during the whole build process.


thanks, that did it!

Now I am having another problem, I've pulled the contrib folder into:
> homepixiemyprojectsarosbuildsAROScontrib

thereafter I went to
> homepixiemyprojectsarosbuildscore-linux-x86_64-d

have ran:
> "make -j4 contrib"

and I am now stuck in:
[MMAKE] Making development-fontconfig--fetch in contrib/development/libs/fontconfig
Fetching fontconfig-2.11.1 ...
Trying /home/pixie/myprojects/arosbuilds/portssources/fontconfig-2.11.1.tar.gz...
Trying /home/pixie/myprojects/arosbuilds/portssources/fontconfig-2.11.1.tar.bz2...
Trying ./fontconfig-2.11.1.tar.gz...
cp: cannot stat './fontconfig-2.11.1.tar.gz': No such file or directory
Trying https://www.freed....tar.gz...
D
deadwoodAROS Dev
Posted 3 months ago
During the build process, several external sources are downloaded. These sources are downloaded only once and cached for future use.

If it happens that there is some network problem during download, the download will fail. Your first option is to repeat the last process step and possibly the download will work (if the network issue was temporary). If that does not work, look into the log and you will see URLs there from where the build process tries to download files. Use this URL to download files manually via browser and then put the files into portssources directory. You might also need to delete some temporary files in portssources directory with names similiar to ones you downloaded.

We will extend the tutorial to cover the case of failed download.
pixiepixieJunior Member
Posted 3 months ago
It hanged but eventually it passed, I just wanted to confirm if I didn't messed up in the process
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 cannot download attachments in this forum.
Users who participated in discussion: deadwood, pixie, miker1264
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 4
Members Online 0

Total Members: 224
Newest Member: Zhule
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]