mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added valgrind to the CI, fixed tests
This exposed an issue with my dev environment, which I had to patch. Fixed #153
This commit is contained in:
8
.notes/raspberry-pi-issues.txt
Normal file
8
.notes/raspberry-pi-issues.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
The default version of GCC that ships on Raspian has an issue. The file '/usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so' has a faulty implementation of 'memcpy()' and possibly 'memset()'. Changing to the newer versions doens't work, as they're just symlinks to v7.
|
||||
|
||||
To resolve this, download and build this shared object:
|
||||
|
||||
https://github.com/simonjhall/copies-and-fills
|
||||
|
||||
Then, set the linker's preload value to point to that '.so' file (You may need to edit '/etc/ld.so.preload')
|
||||
|
||||
Reference in New Issue
Block a user