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/82 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-63d2e9d409831aa8582787234cae4741847504b7.tar.gz qemu-analysis-63d2e9d409831aa8582787234cae4741847504b7.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/82')
| -rw-r--r-- | results/scraper/box64/82 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/results/scraper/box64/82 b/results/scraper/box64/82 new file mode 100644 index 000000000..c41d56ff0 --- /dev/null +++ b/results/scraper/box64/82 @@ -0,0 +1,41 @@ +A compilation problem +I'm sorry to bother you, but I'm in great trouble. +Now I'm trying to compile this program. The cmake construction has been completed normally, but an error about the assembly file occurred during make compilation. I'm a little here. + +``` +/home/greatwall/ww/gitee/box64/src/dynarec/arm64_prolog.S: Assembler messages: +/home/greatwall/ww/gitee/box64/src/dynarec/arm64_prolog.S:12: error:operand 1 should be a floating-point register -- `stp lr,fp,[sp,-16]' +CMakeFiles/dynarec_arm.dir/build.make:158: recipe for target 'CMakeFiles/dynarec_arm.dir/src/dynarec/arm64_prolog.S.o' failed +make[2]: *** [CMakeFiles/dynarec_arm.dir/src/dynarec/arm64_prolog.S.o] Error 1 +CMakeFiles/Makefile2:288: recipe for target 'CMakeFiles/dynarec_arm.dir/all' failed +make[1]: *** [CMakeFiles/dynarec_arm.dir/all] Error 2 +Makefile:160: recipe for target 'all' failed +make: *** [all] Error 2 +``` + +For the construction process, please refer to the description in the document and use it as follows: + +``` +$ mkdir build +$ cd build +$ cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo +``` + +and My machine CPU info is : + +``` +Architecture: aarch64 +Byte Order: Little Endian +CPU(s): 4 +On-line CPU(s) list: 0-3 +One CPU threads:1 +One CPUs: 2 +Socket(s): 2 +Model name: Phytium +CPU max MHz: 2600.0000 +CPU min MHz: 1900.0000 +BogoMIPS: 3456.00 +Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 +``` + +It's very urgent to get your help. Thank you very much. :) \ No newline at end of file |