Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我想在 MIPS 上使用 KLEE。但是当我用makefile编译的时候,有一个error:unknown target triple "mips64el-unkown-linux-gnu", please use -triple or -arch 我不知道KLEE是否支持MIPS,而且KLEE的文档也有这个信息,有没有人在MIPS上使用过KLEE?
error:unknown target triple "mips64el-unkown-linux-gnu", please use -triple or -arch
我用的是LLVM-2.9,不支持mispel-64, 编译KLEE的时候发现LLVM不能识别架构,所以会报这个错误