Issues building Chilly Willy's latest 32x toolchain

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
matthewnimmo
Very interested
Posts: 87
Joined: Thu Jan 07, 2021 8:04 pm

Issues building Chilly Willy's latest 32x toolchain

Post by matthewnimmo » Thu Jan 05, 2023 5:25 pm

hello everyone:

So, I'm trying to build chilly willy's latest http://gendev.spritesmind.net/forum/vie ... php?t=3024 Recently, it's been on windows using MinGW. According to all postings that i've seen thus far i should be able to do that.

With both versions (9x and 12x gcc) I ultimately end up getting the same error messages after nearly 2 hours building. see the screen shot included. Any thoughts on what to do now? I've got a really old version that does work (that was already built on windows) so at least i can compile some 32x demos (apparently not all will compile? not sure why that is). the old version using gcc 4.5.2. Do i need to bother with the latest version or just run with what is working?
Attachments
32xToolChainError-windows-9.1 version.PNG
32xToolChainError-windows-9.1 version.PNG (44.61 KiB) Viewed 10169 times
32xToolChainError-windows.PNG
32xToolChainError-windows.PNG (50.91 KiB) Viewed 10169 times

cero
Very interested
Posts: 338
Joined: Mon Nov 30, 2015 1:55 pm

Re: Issues building Chilly Willy's latest 32x toolchain

Post by cero » Fri Jan 06, 2023 8:08 am

Google says you should be using mingw-w64 (even if your Windows is 32-bit, it can target that too, as long as it's newer than XP IIRC). Those MS-specific constants weren't added for the older mingws. You can of course add them manually to those files too.

Post Reply