Results:
ar: creating archive ./../lib/libcudpp.a
q - obj/release/cudpp.cpp_o
q - obj/release/cudpp_plan.cpp_o
q - obj/release/cudpp_plan_manager.cpp_o
q - obj/release/cudpp_maximal_launch.cpp_o
q - obj/release/compact_app.cu_o
q - obj/release/scan_app.cu_o
q - obj/release/segmented_scan_app.cu_o
q - obj/release/spmvmult_app.cu_o
q - obj/release/radixsort_app.cu_o
q - obj/release/rand_app.cu_o
make: *** empty variable name. Stop.
not sure if that last line is a problem or not, but it did create a
libcudpp.a
Now when I try to compile one of the apps:
simpleCUDPP$ make
nvcc warning :
#
# the --host-compilation flag has been deprecated. Host code is
compiled as C++.
#
ld: warning: in ../../lib/libcutil.a, file is not of required
architecture
Undefined symbols:
"_cutComparef", referenced from:
runTest(int, char**)in simpleCUDPP.cu_o
"_cutGetCmdLineArgumenti", referenced from:
runTest(int, char**)in simpleCUDPP.cu_o
"_cutCheckCmdLineFlag", referenced from:
runTest(int, char**)in simpleCUDPP.cu_o
_main in simpleCUDPP.cu_o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [../../bin/darwin/release/simpleCUDPP] Error 1
--
You received this message because you are subscribed to the Google Groups "CUDPP" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cudpp+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cudpp?hl=en.
cudpp_src_1.1.tar.gz
I think those warnings showed up when I switched to 3.0 beta SDK.
> > cudpp+un...@googlegroups.com <cudpp%2Bunsu...@googlegroups.com>.
Is there anything useful I could get you guys in terms of debug
information to help figure out why this isn't working?
--
You received this message because you are subscribed to the Google Groups "CUDPP" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cudpp+un...@googlegroups.com.