spth / OpenRabbit

Loader and Debugger for Rabbit Semiconductor µC, such as the Rabbit 2000,Rabbit 3000 and Rabbit 4000.
Other
8 stars 3 forks source link

Out-of-tree build fails #19

Open spth opened 4 years ago

spth commented 4 years ago

Trying to build out-of-tree fails:

philipp@notebook6:/tmp/OpenRabbit/build$ LANG=C make
make  all-recursive
make[1]: Entering directory '/tmp/OpenRabbit/build'
Making all in src
make[2]: Entering directory '/tmp/OpenRabbit/build/src'
make[2]: *** No rule to make target 'openrabbitfu', needed by 'all-am'.  Stop.
make[2]: Leaving directory '/tmp/OpenRabbit/build/src'
make[1]: *** [Makefile:456: all-recursive] Error 1
make[1]: Leaving directory '/tmp/OpenRabbit/build'
make: *** [Makefile:367: all] Error 2
philipp@notebook6:/tmp/OpenRabbit/build$