Re: Build failed on raspberry.
- Posted by SDPringle Sep 24, 2015
- 2157 views
Alright. Thanks for putting in this extra effort. I got the same results on a ix86. Unfortunately, this is some problem in eutest. Eutest is trying to call an interpreter that doesn't exist. This is a distinct bug.
The makefile specifies the location of the interpreter so this better will reproduce what "make test" shows you:
eutest -eui `which eui` t_eutest.e -ALL -log
Replace optionally `which eui` with the path and name of eui.
SD Pringle