Open main menu

Difference between revisions of "Compiling ScummVM/RPI"

Line 66: Line 66:


'''Note:''' If you are building ScummVM directly on your Raspberry Pi itself, you might run out of memory during the final linking process of the build. If you use GNU ''ld'' for compiling, you could execute the following before running ''configure'':
'''Note:''' If you are building ScummVM directly on your Raspberry Pi itself, you might run out of memory during the final linking process of the build. If you use GNU ''ld'' for compiling, you could execute the following before running ''configure'':
  <nowiki>export LDFLAGS="-Wl,--no-keep-memory</nowiki>
  <nowiki>export LDFLAGS="-Wl,--no-keep-memory"</nowiki>
This tells GNU ''ld'' to optimize for memory usage.
This tells GNU ''ld'' to optimize for memory usage.


1,310

edits