From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Wed, 01 Oct 2014 17:31:43 +0200 Subject: [U-Boot] compile issue with U-boot-2014.10-rc2 & Cubieboard In-Reply-To: References: Message-ID: <542C1E5F.408@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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