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
I installed deep belief my raspberry pi 2 B and for testing i tried to run SimpleLinux example. When i was in examples/SimpleLinux and try 'make'(write 'make' on console) i had a error.
It is written: ./.main.c:1:174 : error: stray '/377' in program
./.main.c:1:174 : error: stray '/377' in program
Makefile:14: recipe for target 'deep belief' failed
make: *** [deepbelief] Error 1
Thanks for your helps.
Sincerely
The text was updated successfully, but these errors were encountered:
Hi. I've had the same issue using Peter Warden's own tutorial with make TARGET=pi GEMM=piqpu and the compilation actually corrupted src/lib/graph/gconvnode.cpp into a pile of gibberish. This can happen when a makefile mistakenly outputs the content back into the source file its compiles, but unless this was part of a very intoxicated late commit, these errors are rare. :-)
After doing a git reset --hard on my tree, I recompiled the project successfully. After having a cloning problem earlier with this repo, I wouldn't rule out microSD issues as the cause of the problem.
I installed deep belief my raspberry pi 2 B and for testing i tried to run SimpleLinux example. When i was in examples/SimpleLinux and try 'make'(write 'make' on console) i had a error.
It is written: ./.main.c:1:174 : error: stray '/377' in program
./.main.c:1:174 : error: stray '/377' in program
Makefile:14: recipe for target 'deep belief' failed
make: *** [deepbelief] Error 1
Thanks for your helps.
Sincerely
The text was updated successfully, but these errors were encountered: