Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4803

Gaming • Re: Return to Castle Wolfenstein on Raspberry Pi 4 on new 64-bit OS?

$
0
0
Works perfectly. Just compile the latest github release
Edit: I used ARCH=aarch64 make

from https://github.com/iortcw/iortcw/issues/121 IIRC
I cloned the git release to my computer. When I run both ARCH=aarch64 make or just make it says
make: *** No targets specified and no makefile found. Stop.
Have you ever seen this?

Also, README_RASPBERRYPI says
At this point you can go into the iortcw source tree and type:
./make-raspberrypi.sh
Looks like this shell script is located in the SP and MP directories.

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]: *** [Makefile:2340: build/release-linux-arm/iowolfsp.arm] Error 1

Statistics: Posted by LemonPi — Sun Apr 21, 2024 7:13 pm



Viewing all articles
Browse latest Browse all 4803

Trending Articles