i just ran it again
cbuchner1 so i could capture the command where it gives the error. here is the bit of the command that i can copy which might help
./legacy_kernel.cu(269): Warning: Cannot tell what pointer points to, assuming global memory space
./legacy_kernel.cu(270): Warning: Cannot tell what pointer points to, assuming global memory space
nvcc -g -O2 -Xptxas "-abi=no -v" -arch=sm_20 --maxrregcount=63 -I./compat/jansson -o fermi_kernel.o -c fermi_kernel.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 272 bytes gmem, 8192 bytes cmem[2], 16 bytes cmem[14]
ptxas info : Compiling entry function '_Z29fermi_scrypt_core_kernelB_texILi0ELi1EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 20 bytes lmem
ptxas info : Compiling entry function '_Z25fermi_scrypt_core_kernelBILi0EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 24 bytes lmem
ptxas info : Compiling entry function '_Z25fermi_scrypt_core_kernelAILi0EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 4 bytes lmem
ptxas info : Compiling entry function '_Z29fermi_scrypt_core_kernelB_texILi0ELi2EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 28 bytes lmem
ptxas info : Compiling entry function '_Z29fermi_scrypt_core_kernelB_texILi1ELi1EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 20 bytes lmem
ptxas info : Compiling entry function '_Z25fermi_scrypt_core_kernelBILi1EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 20 bytes lmem
ptxas info : Compiling entry function '_Z25fermi_scrypt_core_kernelAILi1EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 4 bytes lmem
ptxas info : Compiling entry function '_Z29fermi_scrypt_core_kernelB_texILi1ELi2EEvPjj' for 'sm_20'
ptxas info : Used 63 registers, 44 bytes cmem[0], 36 bytes lmem
nvcc -g -O2 -Xptxas "-abi=no -v" -arch=sm_30 --maxrregcount=32 -I./compat/jansson -o kepler_kernel.o -c kepler_kernel.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 272 bytes gmem, 8196 bytes cmem[3]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi0ELi1EEvPjii' for 'sm_30'
ptxas info : Used 30 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi0ELi0EEvPjii' for 'sm_30'
ptxas info : Used 32 registers, 336 bytes cmem[0], 4 bytes lmem
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelAILi0EEvPKjii' for 'sm_30'
ptxas info : Used 30 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi0ELi2EEvPjii' for 'sm_30'
ptxas info : Used 29 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi1ELi1EEvPjii' for 'sm_30'
ptxas info : Used 31 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi1ELi0EEvPjii' for 'sm_30'
ptxas info : Used 32 registers, 336 bytes cmem[0], 4 bytes lmem
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelAILi1EEvPKjii' for 'sm_30'
ptxas info : Used 32 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi1ELi2EEvPjii' for 'sm_30'
ptxas info : Used 30 registers, 340 bytes cmem[0]
nvcc -g -O2 -Xptxas "-abi=no -v" -arch=sm_30 --maxrregcount=32 -I./compat/jansson -o test_kernel.o -c test_kernel.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 272 bytes gmem
ptxas info : Compiling entry function '_Z24test_scrypt_core_kernelAPKjPj' for 'sm_30'
ptxas info : Used 27 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z24test_scrypt_core_kernelBPjPKj' for 'sm_30'
ptxas info : Used 32 registers, 336 bytes cmem[0]
nvcc -g -O2 -Xptxas "-abi=no -v" -arch=sm_35 --maxrregcount=32 -I./compat/jansson -o titan_kernel.o -c titan_kernel.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 272 bytes gmem, 4 bytes cmem[3]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelBILi0EEvPjPKj' for 'sm_35'
ptxas info : Used 32 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelAILi0EEvPKjPj' for 'sm_35'
ptxas info : Used 27 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelBILi1EEvPjPKj' for 'sm_35'
ptxas info : Used 31 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelAILi1EEvPKjPj' for 'sm_35'
ptxas info : Used 27 registers, 336 bytes cmem[0]
g++ -g -O2 -pthread -L/usr/local/cuda/lib64 -o cudaminer cudaminer-cpu-miner.o cudaminer-util.o cudaminer-sha2.o cudaminer-scrypt.o salsa_kernel.o spinlock_kernel.o legacy_kernel.o fermi_kernel.o kepler_kernel.o test_kernel.o titan_kernel.o -L/usr/lib/x86_64-linux-gnu -lcurl -Wl,-Bsymbolic-functions -Wl,-z,relro compat/jansson/libjansson.a -lpthread -lcudart -fopenmp
cudaminer-cpu-miner.o: In function `miner_thread':
/home/jamie/Downloads/CudaMiner-master/cpu-miner.c:824: undefined reference to `scanhash_scrypt_jane'
collect2: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/home/jamie/Downloads/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jamie/Downloads/CudaMiner-master'
make: *** [all] Error 2
the main error part seems to be
ptxas info : Used 27 registers, 336 bytes cmem[0]
g++ -g -O2 -pthread -L/usr/local/cuda/lib64 -o cudaminer cudaminer-cpu-miner.o cudaminer-util.o cudaminer-sha2.o cudaminer-scrypt.o salsa_kernel.o spinlock_kernel.o legacy_kernel.o fermi_kernel.o kepler_kernel.o test_kernel.o titan_kernel.o -L/usr/lib/x86_64-linux-gnu -lcurl -Wl,-Bsymbolic-functions -Wl,-z,relro compat/jansson/libjansson.a -lpthread -lcudart -fopenmp
cudaminer-cpu-miner.o: In function `miner_thread':
/home/jamie/Downloads/CudaMiner-master/cpu-miner.c:824: undefined reference to `scanhash_scrypt_jane'
collect2: ld returned 1 exit status
so is this a g++ issue or something? as if has an undefined reference. i have tried running the make with g++ and gcc 4.4 and get the same error