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.
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.