Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error ptx.cpp file don't exist... #10

Open
jlmxyz opened this issue May 15, 2020 · 1 comment
Open

build error ptx.cpp file don't exist... #10

jlmxyz opened this issue May 15, 2020 · 1 comment

Comments

@jlmxyz
Copy link

jlmxyz commented May 15, 2020

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.

@jlmxyz
Copy link
Author

jlmxyz commented Mar 15, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant