Szilárd Biró
Szilárd Biró
@tpoechtrager I tried to build the PowerPC GCC under cygwin, but I got this error: > make[2]: **\* No rule to make target 'host-cygwin.o', needed by 'libbackend.a'. Stop. Apparently host-cygwin.c...
Thanks for the tip! Copying just that one file wasn't enough, but copying the rest of the cygwin-related ones solved the problem: > cygwin.asm > cygwin.h > cygwin1.c > cygwin2.c...
I did a full rebuild, but something is still not right about the linker, because it does'nt seem to produce working executables: > ... > checking for pid_t... yes >...
No, I definitely didn't set MACOSX_DEPLOYMENT_TARGET. I ran these commands: > ./build.sh > POWERPC=1 APPLE_GCC=1 ./build_gcc.sh
I think MorphOS and AmigaOS4 have up to date compilers with C++17 support, so there shouldn't be an issue there. AROS ABIv0 is unfortunately stuck with GCC6 and ABIv1 x86_64...
I checked and both MorphOS and AmigaOS4 has GCC 11.2.0 now.
Thank you so much for looking into this! I also noticed that the demos saved by PCExhumed can't be played back in either version (PCEx, DOS). I think this is...
I second this, especially for PCExhumed. I know the original game only has deathmatch, but it would still be very cool to be able to play it, as it's very...
It looks like TestBigEndian is deprecated, can CMAKE_C_BYTE_ORDER be used here? The save game code should be easy to fix, I'll make SWAP32_BE a no-op if BR_ENDIAN_BIG is 1.
Just to clarify I'm not very familiar with CMake, so I don't insist on using the newer method. I'll look into whichever way you say would suit the project better.