Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

Different compilers for compiling TOS ?

General Discussion, STOS.
User avatar
exxos
Site Admin
Site Admin
Posts: 28679
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Different compilers for compiling TOS ?

Post by exxos »

Tried installing MSYS..

UCRT64 ~
# pacman -Syu
:: Synchronizing package databases...
mingw32
mingw32.db failed to download
mingw64.db failed to download
ucrt64.db failed to download
clang32.db failed to download
clang64.db failed to download
error: failed retrieving file 'ucrt64.db' from mirror.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang32.db' from mirror.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang64.db' from mirror.msys2.org : SSL certificate problem: unable to get local issuer certificate
warning: too many errors from mirror.msys2.org, skipping for the remainder of this transaction
error: failed retrieving file 'mingw32.db' from mirror.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'mingw64.db' from mirror.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'ucrt64.db' from repo.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang32.db' from repo.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang64.db' from repo.msys2.org : SSL certificate problem: unable to get local issuer certificate
warning: too many errors from repo.msys2.org, skipping for the remainder of this transaction
error: failed retrieving file 'mingw32.db' from repo.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'mingw64.db' from repo.msys2.org : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang64.db' from mirror.umd.edu : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'mingw32.db' from mirror.umd.edu : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'mingw64.db' from mirror.umd.edu : SSL certificate problem: unable to get local issuer certificate
warning: too many errors from mirror.umd.edu, skipping for the remainder of this transaction
error: failed retrieving file 'ucrt64.db' from mirror.umd.edu : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang32.db' from mirror.umd.edu : SSL certificate problem: unable to get local issuer certificate
error: failed retrieving file 'clang64.db' from mirror.yandex.ru : SSL certificate problem: unable t
So thats a nope then. I downloaded a older version which should have worked with Windows 7 as well.
User avatar
exxos
Site Admin
Site Admin
Posts: 28679
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Different compilers for compiling TOS ?

Post by exxos »

Tried installing on Linux...

20251027_200821.jpg
20251027_200821.jpg (141.42 KiB) Viewed 1231 times
20251027_200839.jpg
20251027_200839.jpg (297.38 KiB) Viewed 1231 times

:sigh:
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3060
Joined: Tue Nov 19, 2019 12:09 pm

Re: Different compilers for compiling TOS ?

Post by Badwolf »

exxos wrote: Mon Oct 27, 2025 8:11 pm Tried installing on Linux...


20251027_200821.jpg
20251027_200839.jpg


:sigh:
The first command failed so the second one will.

Internet seems to say 'run the first command again and it will probably work', which I don't find satisying, but there we go.

Then perhaps add an 'apt update' between the PPA and install commands.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
exxos
Site Admin
Site Admin
Posts: 28679
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Different compilers for compiling TOS ?

Post by exxos »

Badwolf wrote: Tue Oct 28, 2025 9:38 am The first command failed so the second one will.

Internet seems to say 'run the first command again and it will probably work', which I don't find satisying, but there we go.

Then perhaps add an 'apt update' between the PPA and install commands.
I did run them again, it didn't seem to error on the apt stuff the second time, but still couldn't download the files from vinces site anyway.
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3060
Joined: Tue Nov 19, 2019 12:09 pm

Re: Different compilers for compiling TOS ?

Post by Badwolf »

exxos wrote: Tue Oct 28, 2025 9:47 am I did run them again, it didn't seem to error on the apt stuff the second time, but still couldn't download the files from vinces site anyway.
Let me see if I can spin you up a VM.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3060
Joined: Tue Nov 19, 2019 12:09 pm

Re: Different compilers for compiling TOS ?

Post by Badwolf »

Here you go. There's nothing sensitive in here and anyone should be able to use it. It's just proof of concept, really. No bells nor whistles.

This is probably taking the Mickey out of the forum's file hosting, but feel free to download it and delete the attachment if you wish.

This is a Virtualbox image. It'll expand to about 2GB and could use up to 8GB if you filled up its disc. Install Virtualbox and choose 'Add' from the main panel.

Before you boot, edit its settings and tell it your network card to use for the bridge.

It'll boot to a commandline only Debian install and try to advertise to you its IP address on the login prompt which will let you SSH into it.

It should also respond as a samba mount: (start->run) \\exxos.local\exxos

Username is exxos. Password is exxos.

In the home directory is a git-cloned repository of Thorsten's TOS2/3 work.

I have run make with the parameters for the UK TOS2.06 version. It's worked and made an output file (in glue).

Here's the result of that:

make.PNG
make.PNG (60.36 KiB) Viewed 1196 times

In short: it just works. Use the Samba mount to edit the files and get the images off. Just log in, 'cd' to the repository directory and type

Code: Select all

make TOSVERSION=206 COUNTRY=uk
To build it again.

Code: Select all

make clean
beforehand to ensure a clean slate.

BW
Attachments
Exxos.7z
(760.13 MiB) Downloaded 240 times
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
exxos
Site Admin
Site Admin
Posts: 28679
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Different compilers for compiling TOS ?

Post by exxos »

Badwolf wrote: Tue Oct 28, 2025 11:20 am Install Virtualbox and choose 'Add' from the main panel.
No idea how to do that ? I went looking for it and got to

https://www.virtualbox.org/wiki/Downloads

But then it just said.

Capture.PNG
Capture.PNG (19.88 KiB) Viewed 1177 times

At this point I don't even know if your talking about Linux or Windows box?
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3060
Joined: Tue Nov 19, 2019 12:09 pm

Re: Different compilers for compiling TOS ?

Post by Badwolf »

exxos wrote: Tue Oct 28, 2025 2:48 pm
Badwolf wrote: Tue Oct 28, 2025 11:20 am Install Virtualbox and choose 'Add' from the main panel.
No idea how to do that ? I went looking for it and got to

https://www.virtualbox.org/wiki/Downloads

But then it just said.


Capture.PNG


At this point I don't even know if your talking about Linux or Windows box?
Why does everything always go wrong for you?! :lol:

https://download.virtualbox.org/virtual ... 95-Win.exe

This downloaded directly upon me clicking it just now.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
exxos
Site Admin
Site Admin
Posts: 28679
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Different compilers for compiling TOS ?

Post by exxos »

Badwolf wrote: Tue Oct 28, 2025 3:21 pm Why does everything always go wrong for you?! :lol:
I ask myself that daily for the past 30+ years :)
Thanks.. downloading..


1.PNG
1.PNG (62.85 KiB) Viewed 1160 times
2.PNG
2.PNG (23.13 KiB) Viewed 1159 times



:sigh:


Its not that thing which says "will disable your internet connection while it installs" is it ? I tried to install terriblefires tool chain a few years ago, and the program did that.. I then spent 4 hours trying to get my internet connection to come back on!
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3060
Joined: Tue Nov 19, 2019 12:09 pm

Re: Different compilers for compiling TOS ?

Post by Badwolf »

exxos wrote: Tue Oct 28, 2025 3:28 pm
:sigh:
I don't think you shoudl be allowed near computers.
Its not that thing which says "will disable your internet connection while it installs" is it ? I tried to install terriblefires tool chain a few years ago, and the program did that.. I then spent 4 hours trying to get my internet connection to come back on!
Maybe. ISE is distributed as a Virtualbox container, IIRC. You may already have it installed.

I don't use Virtualbox really (I used VMWare Fusion), but it is pretty much the standard for chucking VMs around so it's not some niche bit of kit that no-one's tested.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Locked

Return to “SOFTWARE”