smarkusg / dethrace_AOS4

GNU General Public License v3.0
0 stars 0 forks source link

Deathrace_OS4 freezes whole system after quitting the game #1

Open seventhwonder-amiga opened 1 month ago

seventhwonder-amiga commented 1 month ago

Game works fine, however it locks and freezes whole after quitting the game on Sam460. I will test on X5000 and A1222 also and try to see if it puts something on serial.

For educational purposes, I will also try to compile the sources using my cross compiler on Ubuntu.

Does it compile with ?

mkdir build cd build cmake -DAMIGAOS4

And should I add other switches.

smarkusg commented 1 month ago

Hi

Try tuning/using ppc-amigaos.cmake By calling : cmake ... -DCMAKE_TOOLCHAIN_FILE=< ppc-amigaos.cmake>. An example is here https://github.com/AmigaPorts/AmigaCMakeCrossToolchains

I have prepared ‘ppc-amigaos.cmake’ for clib4 and newlib with definitions for my projects. You don't need to define anything extra when calling the ‘cmake’ command.

Do you have an error in the cmake log ? Maybe it cannot find some things? Please send if you can.

Thanks for your help ! :-)