-
Notifications
You must be signed in to change notification settings - Fork 64
Description
thread 'main' panicked at src/main.rs:3336:53:
called Result::unwrap() on an Err value: "ELF '/home/jshim/microkit_tutorial/tutorial/wordle_server.c': magic check failed"
stack backtrace:
0: 0x2ba818 -
1: 0x2ea558 -
2: 0x2b74dc -
3: 0x2ba6cc -
4: 0x2bb644 -
5: 0x2bb444 -
6: 0x2bbdd8 -
7: 0x2bbb84 -
8: 0x2bad18 -
9: 0x2bb844 -
10: 0x2e92dc -
11: 0x2e95c4 -
12: 0x2532f8 -
13: 0x2738f0 -
14: 0x2729d4 -
15: 0x2b36cc -
16: 0x25465c -
make: *** [Makefile:124: build/wordle_part_three.img] Error 101
In the microkit system design file, I had accidentally written wordle_server.c instead of wordle_server.elf for program image and above is the output that I had received. May not be a big issue as it is unlikely to happen and there is a hint regarding the rust code which failed.