Skip to content

Instantly share code, notes, and snippets.

@wbolden
Created July 27, 2014 21:53
Show Gist options
  • Save wbolden/3634ebdecf2ac452c1c2 to your computer and use it in GitHub Desktop.
Save wbolden/3634ebdecf2ac452c1c2 to your computer and use it in GitHub Desktop.
will@will-laptop-linux:~/Git/CUDANN$ sudo make
gcc -std=c++11 -c -Wall -I. -I/usr/local/cuda/include -I/usr/include Main.cpp
Main.cpp:11:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment(lib, "glew32.lib")
^
Main.cpp:12:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment(lib, "glu32.lib")
^
Main.cpp:13:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment(lib, "opengl32.lib")
^
Main.cpp:14:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment(lib, "glfw3.lib")
^
gcc -std=c++11 -c -Wall -I. -I/usr/local/cuda/include -I/usr/include Display.cpp
gcc -std=c++11 -c -Wall -I. -I/usr/local/cuda/include -I/usr/include FileUtil.cpp
gcc -std=c++11 -c -Wall -I. -I/usr/local/cuda/include -I/usr/include Timer.cpp
nvcc -arch=sm_30 -c -I. -I/usr/local/cuda/include -I/usr/include NeuralNetwork.cu
make: nvcc: Command not found
make: *** [neuralnetwork.o] Error 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment