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

Makefile: try to install g++ package explicitly #2125

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

KumanekoSakura
Copy link

Since executor/gen.go invokes "gcc kvm_gen.cc kvm.S -o kvm_gen", g++ is needed.

go generate ./pkg/csource ./executor ./pkg/ifuzz ./pkg/build ./pkg/html
gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory
compilation terminated.
executor/gen.go:6: running "bash": exit status 1

Since executor/gen.go invokes "gcc kvm_gen.cc kvm.S -o kvm_gen", g++ is needed.

  go generate ./pkg/csource ./executor ./pkg/ifuzz ./pkg/build ./pkg/html
  gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory
  compilation terminated.
  executor/gen.go:6: running "bash": exit status 1
@codecov
Copy link

codecov bot commented Sep 18, 2020

Codecov Report

Merging #2125 into master will not change coverage.
The diff coverage is n/a.

@dvyukov dvyukov merged commit 53ce810 into google:master Sep 18, 2020
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

Successfully merging this pull request may close these issues.

2 participants