Open seventhwonder-amiga opened 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 ! :-)
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.