You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: