You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMakeFiles/yolo-app.dir/main.cpp.o: In function main': main.cpp:(.text+0x1012): multiple definition of main'
CMakeFiles/yolo-app.dir/detect_cuda_version.cc.o:detect_cuda_version.cc:(.text+0x0): first defined here
CMakeFiles/yolo-app.dir/detect_cuda_compute_capabilities.cpp.o: In function main': detect_cuda_compute_capabilities.cpp:(.text+0x0): multiple definition of main'
CMakeFiles/yolo-app.dir/detect_cuda_version.cc.o:detect_cuda_version.cc:(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
CMakeFiles/yolo-app.dir/build.make:233: recipe for target 'yolo-app' failed
make[3]: *** [yolo-app] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/yolo-app.dir/all' failed
make[2]: *** [CMakeFiles/yolo-app.dir/all] Error 2
CMakeFiles/Makefile2:79: recipe for target 'CMakeFiles/yolo-app.dir/rule' failed
make[1]: *** [CMakeFiles/yolo-app.dir/rule] Error 2
Makefile:118: recipe for target 'yolo-app' failed
make: *** [yolo-app] Error 2
The text was updated successfully, but these errors were encountered:
CMakeFiles/yolo-app.dir/main.cpp.o: In function
main': main.cpp:(.text+0x1012): multiple definition of
main'CMakeFiles/yolo-app.dir/detect_cuda_version.cc.o:detect_cuda_version.cc:(.text+0x0): first defined here
CMakeFiles/yolo-app.dir/detect_cuda_compute_capabilities.cpp.o: In function
main': detect_cuda_compute_capabilities.cpp:(.text+0x0): multiple definition of
main'CMakeFiles/yolo-app.dir/detect_cuda_version.cc.o:detect_cuda_version.cc:(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
CMakeFiles/yolo-app.dir/build.make:233: recipe for target 'yolo-app' failed
make[3]: *** [yolo-app] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/yolo-app.dir/all' failed
make[2]: *** [CMakeFiles/yolo-app.dir/all] Error 2
CMakeFiles/Makefile2:79: recipe for target 'CMakeFiles/yolo-app.dir/rule' failed
make[1]: *** [CMakeFiles/yolo-app.dir/rule] Error 2
Makefile:118: recipe for target 'yolo-app' failed
make: *** [yolo-app] Error 2
The text was updated successfully, but these errors were encountered: