Hi,
Can anyone tell me how to compile the boxFilter program found on the CUDA-NPP sample code site ? ‘make’ gives an error about common_npplib.mk - I don’t find common_npplib.mk but it is included in the makefile.
Anyway, I tried this :
g++ -I…/…/common/UtilNPP -I…/…/…/shared/inc -I…/…/common/FreeImage -I/usr/global/cuda/4.0/cuda/include -L/usr/global/cuda/4.0/cuda/lib64 -L…/…/common/FreeImage/lib/linux -L…/…/…/shared/lib -lnpp -lcudart -lUtilNPP_x86_64 -lfreeimage64 -o bf boxFilterNPP.cpp
This leads to errors, again.
It can’t find -lUtilNPP_x86_64 and -lfreeimage64.
Compiling without these 2 gives a lot of errors like undefined reference to `npp::Image::Image() etc.
Help needed asap, thanks !