diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/arm/1890 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/arm/1890')
| -rw-r--r-- | results/classifier/118/arm/1890 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/results/classifier/118/arm/1890 b/results/classifier/118/arm/1890 new file mode 100644 index 00000000..74fabc59 --- /dev/null +++ b/results/classifier/118/arm/1890 @@ -0,0 +1,55 @@ +arm: 0.874 +graphic: 0.770 +user-level: 0.770 +device: 0.752 +ppc: 0.724 +PID: 0.714 +files: 0.704 +debug: 0.696 +vnc: 0.695 +semantic: 0.672 +socket: 0.662 +permissions: 0.659 +performance: 0.644 +architecture: 0.615 +network: 0.580 +boot: 0.514 +risc-v: 0.504 +mistranslation: 0.504 +kernel: 0.474 +hypervisor: 0.471 +register: 0.469 +VMM: 0.450 +assembly: 0.438 +TCG: 0.371 +x86: 0.348 +i386: 0.318 +peripherals: 0.307 +KVM: 0.277 +virtual: 0.267 + +qemu-arm 8.1.0 Error mapping file: Operation not permitted +Description of problem: +failed to execute the cortex-m binary hello_world, and says: +qemu-arm: /home/user/work/tests/c/hello_world: Error mapping file: Operation not permitted +Steps to reproduce: +1. +``` +cat > hello_new.c <<EOF +#include <stdio.h> +int main() +{printf("hello world"); return 0;} +EOF +``` +2. +``` +arm-none-eabi-gcc -mcpu=cortex-m55 -g hello_world.c -o hello_world -specs=rdimon.specs +``` +3. +``` +qemu-arm -cpu cortex-m55 hello_world +qemu-arm: /home/user/work/tests/c/hello_world: Error mapping file: Operation not permitted +``` +Additional information: +1, version 8.0.4 version is okay\ +2, arm-none-eabi-gcc version is 10.3.1 20210824 (release) |