On Fri, Jun 01, 2012 at 09:51:57AM -0700, kibler wrote: > ./BUILD_FROM_SCRATCH --host=arm --build=arm platform=beagle ... > checking for gforth... echo "You need to configure with a gforth in \$PATH to > build this part" && false ... > Running: make ... > GFORTH="./preforth -p ".:~+:."" ./gfgen > make: *** [engine/prim.i] Error 1 > make: *** Deleting file `engine/prim.i'
It seems to me that you have no gforth installed. You need that to run BUILD-FROM-SCRATCH. If you don't have that, you have to build Gforth from a dist package instead of from the CVS. Unfortunately the "echo" does not have the desired effect of showing the message when preforth is called. - anton
