diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/105/instruction/1890 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/105/instruction/1890')
| -rw-r--r-- | results/classifier/105/instruction/1890 | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/results/classifier/105/instruction/1890 b/results/classifier/105/instruction/1890 deleted file mode 100644 index 2e57942c..00000000 --- a/results/classifier/105/instruction/1890 +++ /dev/null @@ -1,38 +0,0 @@ -instruction: 0.879 -graphic: 0.770 -device: 0.752 -vnc: 0.695 -semantic: 0.672 -socket: 0.662 -network: 0.580 -boot: 0.514 -mistranslation: 0.504 -assembly: 0.438 -KVM: 0.277 -other: 0.184 - -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) |
