I'm following the instructions to cross-compile here:
http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO2#Install_Cross_Compiler

I've gotten to the point where I'm running the following:

Code: Select all

cd lichee/fa_tools
./build.sh -b nanopi-neo2 -p linux -t all


Here's my output:

Code: Select all

'/home/tron/lichee/tools/pack/chips/sun50iw2p1/configs/cheetah-p1/board/sys_config_nanopi-neo2.fex' -> '/home/tron/lichee/tools/pack/chips/sun50iw2p1/configs/cheetah-p1/sys_config.fex'
Prepare toolchain ...
Configuring for sun50iw2p1 - Board: sun50iw2p1, Options: SUN50IW2P1
Makefile:1210: *** missing separator.  Stop.


Here's some system info:

Code: Select all

Linux ChromeTron 4.8.17-galliumos #1 SMP PREEMPT galliumos4 Thu Feb 23 02:27:28 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


Any help/guidance as to what's causing this error would be great.