-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
** ./configure aborting #1321
Comments
There are not a lot of errors to understand what's going on (?) |
thanks。and yes, there are not a lot of errors, that's also confused me. clang --version clang++ --version gcc --version g++ --version cargo --version rustc --version rustup toolchain list i also tried |
thanks for your time @domenukk |
hello here.i am new to libafl, and when i am running example of qemu_arm_launcher with "cargo make run ", i get:
[cargo-make] INFO - cargo make 0.36.11
[cargo-make] INFO - Calling cargo metadata to extract project info
[cargo-make] INFO - Cargo metadata done
[cargo-make] INFO - Project: qemu_arm_launcher
[cargo-make] INFO - Build File: Makefile.toml
[cargo-make] INFO - Task: run
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Running Task: legacy-migration
[cargo-make] INFO - Skipping Task: zlib_unix_wget
[cargo-make] INFO - Running Task: zlib
Compiler error reporting is too harsh for ./configure (perhaps remove -Werror).
** ./configure aborting.
[cargo-make] ERROR - Error while executing command, exit code: 1
[cargo-make] WARN - Build Failed.
and it's fine when i run "cd zlib-1.2.13 && CC=$CROSS_CC ./configure --prefix=./zlib" alone:
➜ qemu_arm_launcher git:(main) ✗ cd zlib-1.2.13 && CC=$CROSS_CC ./configure --prefix=./zlib
Checking for gcc...
Checking for shared library support...
Building shared library libz.so.1.2.13 with gcc.
Checking for size_t... Yes.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for strerror... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
any idea?please
The text was updated successfully, but these errors were encountered: