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
I tried to compile JIDT for my GPU (NVIDIA GeForce MX550). Cuda is installed and ant build works without errors. However, when I try ant gpu I get the following error:
[correct path JIDT toolbox]> ant gpu
ANT_OPTS is set to -Djava.security.manager=allow
Buildfile: [correct path JIDT toolbox]\build.xml
init:
gpu:
BUILD FAILED
[correct path JIDT toolbox]\build.xml:194: Execute failed: java.io.IOException: Cannot run program "make"
(in directory [correct path JIDT toolbox]\cuda"): CreateProcess error=2, Das System kann die angegebene
Datei nicht finden (english: Cannot find the specified file)
I assume that in \cuda there should be a file named 'make', however I can't find such a file in the repository history nor was it named differently in the history of 'build.xml' Do you have any ideas what I need to fix to compile JIDT for GPU? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello! Make is a build tool by GNU that runs commands specified by a file called Makefile. As far as I can see, the Makefile is in the cuda/ folder, so it should work without any issues. Could you double-check you have make installed?
I tried to compile JIDT for my GPU (NVIDIA GeForce MX550). Cuda is installed and ant build works without errors. However, when I try ant gpu I get the following error:
I assume that in \cuda there should be a file named 'make', however I can't find such a file in the repository history nor was it named differently in the history of 'build.xml' Do you have any ideas what I need to fix to compile JIDT for GPU? Thanks in advance.
The text was updated successfully, but these errors were encountered: