AFLplusplus / AFLplusplus/LibAFL
fuzzers/binary_only/qemu_launcher recipe error
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 481
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 16
Description
**IMPORTANT**
1. The issue to be present in the current `main` branch.
**Describe the bug**
The 'qemu_launcher' fuzzer emits an recipe error
A clear and concise description of what the bug is.
If you want to present the backtrace, don't forget to run with `errors_backtrace` feature and log from `RUST_LOG`
In addition, please tell us what is your fuzzer's Cargo.toml
**To Reproduce**
Steps to reproduce the behavior:
```
$ just test
configure: error: C compiler cannot create executables
See `config.log' for more details
make: Entering directory '/home/ubuntu/LibAFL/fuzzers/binary_only/qemu_launcher/target/build-png'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory '/home/ubuntu/LibAFL/fuzzers/binary_only/qemu_launcher/target/build-png'
error: Recipe `libpng` failed with exit code 2
error: Recipe `test` failed on line 76 with exit code 2
```
Contributor guide
Assessment
This issue has not been assessed yet.