Dongdongshe / K-Scheduler

A universal seed scheduler for fuzzers (LibFuzzer and AFL havoc mode) and concolic execution engine (qsym).
MIT License
113 stars 19 forks source link

build harfbuzz fuzzer wrapper problem #4

Closed mo718 closed 2 years ago

mo718 commented 2 years ago

请问为什么不能运行? 1

Dongdongshe commented 2 years ago

从报错的信息来看,"-c: command not found" 表明bash 把"-c" parse成了command name. 说明$CXX和$CXXFLAGS可能被错误的设置成了NULL。请再检查一下CXX和CXXFLAGS是否正确设置。可以加一个verbose option "-v" 帮助你debug.