Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspi 2 Make error #78

Open
oguzhankarabulut opened this issue Nov 12, 2016 · 1 comment
Open

Raspi 2 Make error #78

oguzhankarabulut opened this issue Nov 12, 2016 · 1 comment

Comments

@oguzhankarabulut
Copy link

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

@marcthenarc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants