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

c5d1b0c make build-xfs-imgwrp failed #11

Closed
uestcmahone opened this issue Apr 2, 2020 · 1 comment
Closed

c5d1b0c make build-xfs-imgwrp failed #11

uestcmahone opened this issue Apr 2, 2020 · 1 comment

Comments

@uestcmahone
Copy link

make -C afl-syscall
g++ -std=c++11 -g -fPIC -c -o FSCQ-consistency-exec.o FSCQ-consistency-exec.cpp
g++ -std=c++11 -g -fPIC -c -o yxv6-consistency-exec.o yxv6-consistency-exec.cpp
make[2]: Entering directory '/home/m00292095/git/hydra/src/combined'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[2]: *** afl-syscall: No such file or directory.  Stop.
make[2]: Leaving directory '/home/m00292095/git/hydra/src/combined'
Makefile:33: recipe for target 'afl' failed
make[1]: *** [afl] Error 2
make[1]: *** Waiting for unfinished jobs....

may caused by ed561e5 update Makefile?

git diff combined/Makefile
diff --git a/src/combined/Makefile b/src/combined/Makefile
index 0f4b411..08371f3 100644
--- a/src/combined/Makefile
+++ b/src/combined/Makefile
@@ -30,7 +30,7 @@ yxv6-cc: yxv6-consistency-exec.o Image.o Program.o Utils.o Constants.o
        $(CXX) $(CXXFLAGS) -o $@ $^

 afl:
-       make -C afl-syscall
+       make -C afl-image-syscall

 %.o: %.cpp
        $(CXX) $(CXXFLAGS) -fPIC -c -o $@ $<
@squizz617
Copy link
Contributor

Resolved by e585ffb.

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