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

make: cannot find -lff_functionflow #195

Open
arielsbecker opened this issue May 4, 2019 · 1 comment
Open

make: cannot find -lff_functionflow #195

arielsbecker opened this issue May 4, 2019 · 1 comment

Comments

@arielsbecker
Copy link

I'm experiencing this issue while trying to perform make on nbre. This is the output:

/usr/bin/ld: cannot find -lff_functionflow
/usr/bin/ld: cannot find -lff_net
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/nbre_rt.dir/build.make:1033: ../lib/lib/libnbre_rt.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/nbre_rt.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

Everything went smooth until I reached this point, and I'm clueless now about which dependency or library is missing. Anyone here experienced the same issue?

@Samuelchen85
Copy link
Contributor

Check if the corresponding dynamic libraries were generated in directory "nbre/lib/lib". If not, you need to run the prepare.sh again in order to build those libraries.

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