summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1890
blob: ab54b53adfb986fb2df70fbc1043edcc84891e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
graphic: 0.770
device: 0.752
PID: 0.714
files: 0.704
debug: 0.696
vnc: 0.695
semantic: 0.672
socket: 0.662
permissions: 0.659
performance: 0.644
network: 0.580
boot: 0.514
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)