zyw-200 / FirmAFL

FIRM-AFL is the first high-throughput greybox fuzzer for IoT firmware.
GNU General Public License v3.0
438 stars 91 forks source link

I am failed when run make with system mode #44

Open tower111 opened 3 years ago

tower111 commented 3 years ago

System mode

cd qemu_mode/DECAF_qemu_2.10/
./configure --target-list=mipsel-softmmu,mips-softmmu,arm-softmmu --disable-werror
make

I got some error like this.

    CHK version_gen.h
     LEX convert-dtsv0-lexer.lex.c
make[1]: flex: Command not found
     BISON dtc-parser.tab.c
make[1]: bison: Command not found
     LEX dtc-lexer.lex.c
make[1]: flex: Command not found
  CC      tests/qemu-iotests/socket_scm_helper.o
  LINK    tests/qemu-iotests/socket_scm_helper
c++: error: /home/yuqing/Desktop/10t-net/fuzz/FirmAFL/qemu_mode/DECAF_qemu_2.10/shared/sleuthkit/lib/libtsk.a: No such file or directory
/home/yuqing/Desktop/10t-net/fuzz/FirmAFL/qemu_mode/DECAF_qemu_2.10/rules.mak:121: recipe for target 'tests/qemu-iotests/socket_scm_helper' failed
make: *** [tests/qemu-iotests/socket_scm_helper] Error 1

Thank you!!

majodu commented 3 years ago

try this again with an ubuntu 16 vm