From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sun, 19 Oct 2014 16:28:53 +0200 Subject: [U-Boot] compile issue with U-boot-2014.10-rc2 & Cubieboard In-Reply-To: <542C1E5F.408@myspectrum.nl> References: <542C1E5F.408@myspectrum.nl> Message-ID: <5443CAA5.80006@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 01-10-14 17:31, Jeroen Hofstee wrote: > > 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". >> >> > I stumbled upon the same problem, on FreeBSD, the root user seems to have an VENDOR=amd env hanging around, hence u-boot's Makefile cannot assign the correct value. (or it would need override at least). Regards, Jeroen