Skip to content

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

@jlmxyz

Description

@jlmxyz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions