blob: 3e2231ae9c3ef9ddc43856ee5b2a93e46d41657d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Error when compiling on Pi3
Just tried to compile this on my Pi3 on the 2022-01-28-raspios-bullseye-arm64-lite image and got this error.
Im doing this to get steamcmd to run, in case youre curious.
```
[ 27%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_64.c.o
[ 27%] Built target native_pass2
[ 27%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_66.c.o
{standard input}: Assembler messages:
{standard input}: Warning: end of file in string; '"' inserted
{standard input}: Warning: end of file in string; '"' inserted
cc: fatal error: Killed signal terminated program cc1
compilation terminated.
make[2]: *** [CMakeFiles/native_pass3.dir/build.make:147: CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_00.c.o] Error 1
make[2]: *** Deleting file 'CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_00.c.o'
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:276: CMakeFiles/native_pass3.dir/all] Error 2
make: *** [Makefile:182: all] Error 2
```
|