
Hello Tom,
On 30-09-14 03:29, Tom Everett wrote:
I am getting this compile error:
scripts/Makefile.build:55: /tank/home/tom/freebsd/uboot/u-boot-2014.10-rc2/board/amd/sunxi/Makefile: No such file or directory
gmake[1]: *** No rule to make target `/tank/home/tom/freebsd/uboot/u-boot-2014.10-rc2/board/amd/sunxi/Makefile'. Stop.
It appears that the dir "/board/amd/sunxi" does not exist. It should be "/board/sunxi".
Your problem description does not contain enough information to reproduce / understand your problem. e.g. are you trying to compile for a FreeBSD target or on a FreeBSD host? make commands are missing as well.
Anyway, current master be9f643ae, with this patch: http://patchwork.ozlabs.org/patch/395588/ should compile fine on a FreeBSD host (11-currentish).
Regards, Jeroen
sudo pkg install gcc-arm-embedded export PATH=/usr/local/gcc-arm-embedded-4_8-2014q2-20140609/bin/:$PATH export CROSS_COMPILE=arm-none-eabi- gmake Cubieboard_defconfig gmake all