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
when I try to build after using the following script
cd cuda || die
mkdir build || die
cd build || die
../configure || die
cd cuda/build || die
emake GDEVDIR="/usr"
Hi!
did not tried for long time now... beeing busy with other things although I have to make it build and try it on gentoo... so, I don't know if it's still valid...
best regards
JLM
Sent with Proton Mail secure email.
git SHA-1 id : 51d669e
when I try to build after using the following script
cd cuda || die
mkdir build || die
cd build || die
../configure || die
cd cuda/build || die
emake GDEVDIR="/usr"
I get an error wit ptx.cpp file not found...
make[6]: Entering directory '/var/tmp/portage/dev-libs/libcuda-9999/work/libcuda-9999/cuda/build/runtime/ocelot/transforms'
g++ -fPIC -c implementation/AddLocationMetadata.cpp -o AddLocationMetadata.o -std=c++0x -O3 -Wall -I /usr/include -I ../..
g++ -fPIC -c implementation/ptx.cpp -o ptx.o -std=c++0x -O3 -Wall -I /usr/include -I ../..
g++: error: implementation/ptx.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.
The text was updated successfully, but these errors were encountered: