jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.86k stars 437 forks source link

Raspi 2 Make error #78

Open oguzhankarabulut opened 7 years ago

oguzhankarabulut commented 7 years ago

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 commented 7 years ago

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.