Descent3 icon indicating copy to clipboard operation
Descent3 copied to clipboard

[Build Failure]: fix "bad instruction 'int $3'" error on the Raspberry Pi 4 32 bit

Open fac3l3ss79 opened this issue 9 months ago • 3 comments

Build Version

v1.5

Operating System Environment

  • [ ] Microsoft Windows (32-bit)
  • [ ] Microsoft Windows (64-bit)
  • [ ] Mac OS X
  • [X] Linux (specify distribution and version below)

CPU Environment

  • [ ] x86 (32-bit Intel/AMD)
  • [ ] x86_64 (64-bit Intel/AMD)
  • [X] ARM (32-bit)
  • [ ] ARM64 (64-bit; sometimes called AArch64)
  • [ ] Other (RISC V, PPC...)

Description

For the game to compile in raspberry pi os 32 bit I had to change mveasm.cpp. In line 2060 I changed "#define int3 asm volatile("int $3");" to "#define int3". I did this to fix a "bad instruction 'int $3'" error on the Raspberry Pi 4

Regression Status

No response

Steps to Reproduce

No response

fac3l3ss79 avatar May 08 '24 12:05 fac3l3ss79