diff options
Diffstat (limited to 'results/scraper/box64/476')
| -rw-r--r-- | results/scraper/box64/476 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/results/scraper/box64/476 b/results/scraper/box64/476 new file mode 100644 index 000000000..a0f8c7451 --- /dev/null +++ b/results/scraper/box64/476 @@ -0,0 +1,31 @@ +Error loading needed lib libzstd.so.1 +Hi, + +I am having issues running a specific 64-bit piece of software. My setup is Ubuntu 22.04.1 LTS (virtual machine running on my MAC M1). +I compiled box64 with the following command: +`cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j4` + +I get the following errors with my software: + +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:2 +Params database has 11 entries +Box64 with Dynarec v0.2.1 73467dc5 built on Dec 15 2022 11:56:55 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 76 Env var +... +... +... +Error loading needed lib libzstd.so.1 +Error loading one of needed lib +Error initializing needed lib libefx.so +Error loading one of needed lib +Error initializing needed lib libarchfpga.so +Error loading one of needed lib +Error initializing needed lib libvpr.so +Error loading one of needed lib +Error: loading needed libs in elf /home/neo/eda/efinity/2022.1/bin/efinity + + +Is here any way to make box64 work for libzstd? +Thanks a lot for your help! \ No newline at end of file |