-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
I want to build avatar-panda. But when I use make -j4
, I got those strange error:
API arm-softmmu/panda/plugins/osi/osi_ext.h API arm-softmmu/panda/plugins/callstack_instr/callstack_instr_ext.h Traceback (most recent call last): File "/home/XXXXXX/ndss18_wycinwyc/panda_modifications/avatar-panda/panda/scripts/pp.py", line 86, in <module> if (p[0] == '#'): continue IndexError: string index out of range /home/XXXXXX/ndss18_wycinwyc/panda_modifications/avatar-panda/panda/Makefile.panda.target:68: recipe for target 'plog.proto' failed make[1]: *** [plog.proto] Error 1 Makefile:324: recipe for target 'subdir-arm-softmmu' failed
My installation process is followed the build_panda_wycinwyc.sh
and I believe all dependencies are installed.
However , when I build PANDA
, the compilation process is fine.
Best,
Zaki