INSTRUCTIONS ON HOW TO BUILD cuda-gdb Last update 2009-07-11 This package represents a drop of the debugger sources together with the header file (cudadebugger.h) that specifies the interface between the CUDA Debugging driver and cuda-gdb. This interface is stable for CUDA 2.3, but is expected to change quite a bit in future releases. To build CUDA-GDB (just an example, adjust as needed): Make sure that libtermcap.a and friends are installed (try sudo yum install ncurses-devel) and issue the following commands $ tar -xjf cuda-gdb-*.tar.gz $ mkdir obj $ cd obj $ export CFLAGS='-O -I/usr/local/cuda/include' $ ../cuda-gdb-*/cuda-gdb/configure --prefix=/usr/local/cuda --program-prefix=cuda- $ make && sudo make install