-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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.
abertschi
Metadata
Metadata
Assignees
Labels
No labels