[Scummvm-tracker] [ScummVM :: Bugs] #12006: BACKENDS: RASPBERRYPI: "sudo make install" crashes
ScummVM :: Bugs
trac at scummvm.org
Sat Apr 3 15:15:55 UTC 2021
#12006: BACKENDS: RASPBERRYPI: "sudo make install" crashes
---------------------------------+---------------------------------
Reporter: michas0602 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Port: Raspberry PI
Version: | Resolution:
Keywords: compile make install | Game:
---------------------------------+---------------------------------
Comment (by antoniou79):
Also note that if building natively on you RPi, aside for being too slow,
the build also may run out of memory during the linking process. This is
explained in '''Note 2''' under Section ''Configuring ScummVM'' on the
wiki page linked above.
Note 2: If building ScummVM directly on the Raspberry Pi / Raspbian
itself, it's possible to run out of memory during the final linking
process of the build. If GNU ld is used for compiling, then execute the
following before running configure:
`export LDFLAGS="-Wl,--no-keep-memory"`
This tells GNU ld to optimize the linking for memory usage.
Disclaimer: I have not tested fully building ScummVM directly on RPi. It
is a very slow process on my setup.
--
Ticket URL: <https://bugs.scummvm.org/ticket/12006#comment:7>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list