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

Unable to make install #15

Open
Runkli opened this issue Oct 13, 2021 · 0 comments
Open

Unable to make install #15

Runkli opened this issue Oct 13, 2021 · 0 comments

Comments

@Runkli
Copy link

Runkli commented Oct 13, 2021

Hi,
make itself was failing as it was looking for the helper_cuda.h file in /samples/common/inc meanwhile it was in /usr/local/cuda-11.4/sample/common/inc

After this change it seemed to build fine, however when doing "make install" I am faced with the following issue:
CARLsim5 library path: /home/ilknull/CARL/lib
CARLsim5 include path: /home/ilknull/CARL/include
install: cannot stat 'libcarlsim.a.5.0.0': No such file or directory
make: *** [carlsim/libcarlsim.mk:47: create_files] Error 1

Looks like Make is looking for files inside the carlsim library and include directories but the lib and include dirs are empty for me. How can I troubleshoot this?

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