We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when run make , show the following errors: TARGET: X86_64 CRASH: 8.0.3++ GDB: 10.2
make[3]: *** No targets specified and no makefile found. Stop. make[2]: *** [Makefile:274: rebuild] Error 2 make[1]: *** [Makefile:262: gdb_merge] Error 2 make: *** [Makefile:254: all] Error 2
the environment is:
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) GNU Make 4.2.1
Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal
kernel version: 5.15.0-83-generic
The text was updated successfully, but these errors were encountered:
I can build the latest crash on Ubuntu 20.04.6. Probably lack of packages. Please try:
# apt install git gcc g++ make wget tar patch bison texinfo libncurses-dev zlib1g-dev liblzo2-dev libsnappy-dev libzstd-dev $ cd crash $ rm -rf gdb-10.2/ $ make clean $ make
Sorry, something went wrong.
No branches or pull requests
when run make , show the following errors:
TARGET: X86_64
CRASH: 8.0.3++
GDB: 10.2
make[3]: *** No targets specified and no makefile found. Stop.
make[2]: *** [Makefile:274: rebuild] Error 2
make[1]: *** [Makefile:262: gdb_merge] Error 2
make: *** [Makefile:254: all] Error 2
the environment is:
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)
GNU Make 4.2.1
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
kernel version:
5.15.0-83-generic
The text was updated successfully, but these errors were encountered: