diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/314 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/314')
| -rw-r--r-- | results/scraper/box64/314 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/box64/314 b/results/scraper/box64/314 new file mode 100644 index 000000000..c87032b68 --- /dev/null +++ b/results/scraper/box64/314 @@ -0,0 +1,14 @@ +Compile fails on Fedora 35 aarch running inside proot-distro for termux +Hello, + +I'm trying to compile box64 on Fedora 35 aarch64 running inside proot distro for termux. + +I used this line for config: + +`cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo` + +Configuration showed no errors, however when I go to make, it stops at this error: + +`make[2]: *** No rule to make target '/home/ai-fe/.compile-disk/box64/src/wrapped/wrappedalure_private.h', needed by '../src/wrapped/generated/functions_list.txt'. Stop.` + +The header file does exist in src, so I dont know what i could be missing. \ No newline at end of file |