summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/output/instruction/1890
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/instruction/1890')
-rw-r--r--results/classifier/zero-shot-user-mode/output/instruction/189031
1 files changed, 0 insertions, 31 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/instruction/1890 b/results/classifier/zero-shot-user-mode/output/instruction/1890
deleted file mode 100644
index 9bf98817..00000000
--- a/results/classifier/zero-shot-user-mode/output/instruction/1890
+++ /dev/null
@@ -1,31 +0,0 @@
-instruction: 0.522
-runtime: 0.248
-syscall: 0.230
-
-
-
-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)