cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
692 stars 304 forks source link

NVCC error in FreeBSD with all linux/compat prerequisites met #27

Open kreynolds opened 10 years ago

kreynolds commented 10 years ago

nvcc -g -O2 -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -o salsa_kernel.o -c salsa_kernel.cu In file included from /usr/include/sys/_types.h:33, from /usr/include/sys/endian.h:33, from miner.h:96, from salsa_kernel.cu:29: /usr/include/machine/_types.h:43:2: error: #error this file needs sys/cdefs.h as a prerequisite

cbuchner1 commented 10 years ago

FreeBSD is not Linux. I have never tested on FreeBSD. I think you may be on your own. ;)

Christian

2013/11/30 Kelley Reynolds notifications@github.com

nvcc -g -O2 -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -o salsa_kernel.o -c salsa_kernel.cu In file included from /usr/include/sys/

_types.h:33, from /usr/include/sys/endian.h:33, from miner.h:96, from salsa_kernel.cu:29: /usr/include/machine/_types.h:43:2: error: #error this file needs sys/cdefs.h as a prerequisite

— Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/27#issuecomment-29561346 .