Skip to content
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

Can't build on Ubuntu 20.04.6 LTS #153

Open
zhanghaiyang9999 opened this issue Sep 10, 2023 · 1 comment
Open

Can't build on Ubuntu 20.04.6 LTS #153

zhanghaiyang9999 opened this issue Sep 10, 2023 · 1 comment

Comments

@zhanghaiyang9999
Copy link

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

@k-hagio
Copy link
Contributor

k-hagio commented Sep 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants