RealRTCW icon indicating copy to clipboard operation
RealRTCW copied to clipboard

Error while compiling on R-Pi 3B

Open CorsaXTD opened this issue 4 years ago • 1 comments

I'm using the https://github.com/wolfetplayer/RealRTCW/tree/master-nosteam but it gives the following error while compiling:

LD build/release-linux-arm/RealRTCW.arm /usr/bin/ld: build/release-linux-arm/client/vm.o: in function VM_Create': vm.c:(.text+0xea4): undefined reference to VM_Compile' /usr/bin/ld: build/release-linux-arm/client/vm.o: in function VM_Call': vm.c:(.text+0x12dc): undefined reference to VM_CallCompiled' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:2302: build/release-linux-arm/RealRTCW.arm] Error 1 make[2]: Leaving directory '/home/rtcw/RealRTCW-master-nosteam' make[1]: *** [Makefile:1464: targets] Error 2 make[1]: Leaving directory '/home/rtcw/RealRTCW-master-nosteam' make: *** [Makefile:1378: release] Error 2

CorsaXTD avatar Sep 25 '21 14:09 CorsaXTD

You can try to create issue here. Maybe iortcw maintainers could help. https://github.com/iortcw/iortcw

wolfetplayer avatar Sep 29 '21 20:09 wolfetplayer