I cloned the git release to my computer. When I run both ARCH=aarch64 make or just make it saysWorks perfectly. Just compile the latest github release
Edit: I used ARCH=aarch64 make
from https://github.com/iortcw/iortcw/issues/121 IIRC
Have you ever seen this?make: *** No targets specified and no makefile found. Stop.
Also, README_RASPBERRYPI says
Looks like this shell script is located in the SP and MP directories.At this point you can go into the iortcw source tree and type:
./make-raspberrypi.sh
On a fresh 64-bit Bookworm OS install, the build will error out if SDL is not installed. Looks like there are a few more steps in the README_RASPBERRYPI file.
sdl_glimp.c:(.text+0x9450): undefined reference to `SDL_SetWindowBrightness'
/usr/bin/ld: build/release-linux-arm/renderer/sdl_glimp.o: in function `GLimp_EndFrame':
sdl_glimp.c:(.text+0x960c): undefined reference to `SDL_GL_SwapWindow'
/usr/bin/ld: sdl_glimp.c:(.text+0x9634): undefined reference to `SDL_GetWindowFlags'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefilebuild/release-linux-arm/iowolfsp.arm] Error 1
Statistics: Posted by LemonPi — Sun Apr 21, 2024 7:13 pm