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

Build failure on master: No rule to make target 'third_party/perf_data_converter/src/quipper/address_mapper.cc' #105

Closed
hiraditya opened this issue Jan 11, 2021 · 1 comment

Comments

@hiraditya
Copy link

Steps followed:

$ sudo apt-get -y install libtool autoconf automake git libelf-dev libssl-dev pkg-config
$ aclocal -I .; autoheader; autoconf; automake --add-missing -c
$ ./configure
$ make

 *** No rule to make target 'third_party/perf_data_converter/src/quipper/address_mapper.cc', needed by 'third_party/perf_data_converter/src/quipper/address_mapper.o'.  Stop.

Similar error has been reported here: https://aur.archlinux.org/packages/autofdo-git/

@hiraditya
Copy link
Author

The issue was missing submodule.

clone the repository with submodule like this

git clone --recurse-submodules -j8 https://github.com/google/autofdo.git

I tried to update existing repo with cd autofdo && git submodule update --recursive but that errored out for some reason. So just rm -rf autofdo and then clone from scratch if you face similar errors.

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

1 participant