From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 13 Apr 2015 20:14:50 -0600 Subject: [U-Boot] Compile minnowboard max error In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 13 April 2015 at 19:32, li yuqian wrote: > Hi Simon, > > Yes, i followed the http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.x86 > for preparing all of stuffs, here is my minnowmax directly files. i am > sticked on that, where i am wrong ;( > > root at ubuntu:/usr/src/uboot/u-boot# ls -l board/intel/minnowmax > > total 5452 > > -rw-r--r-- 1 root root 6724 Apr 11 01:14 built-in.o > > -rw-r--r-- 1 root root 4096 Apr 11 01:13 descriptor.bin > > -rw-r--r-- 1 root root 229376 Apr 11 01:11 fsp.bin > > -rw-r--r-- 1 root root 355 Apr 11 00:58 Kconfig > > -rw-r--r-- 1 root root 161 Apr 11 00:58 MAINTAINERS > > -rw-r--r-- 1 root root 106 Apr 11 00:58 Makefile > > -rw-r--r-- 1 root root 5238784 Apr 11 01:13 me.bin > > -rw-r--r-- 1 root root 496 Apr 11 00:58 minnowmax.c > > -rw-r--r-- 1 root root 6312 Apr 11 01:14 minnowmax.o > > -rw-r--r-- 1 root root 128 Apr 11 01:14 minnowmax.su > > -rw-r--r-- 1 root root 1260 Apr 11 01:14 start.o > > -rw-r--r-- 1 root root 151 Apr 11 00:58 start.S > > -rw-r--r-- 1 root root 65536 Apr 11 01:11 vga.bin > > Can you please put your response below my reply? This thread is all over the place.... This looks right to me. Can you post the entire build output somewhere, built with V=1 so I can see everything? There must be something different. Regards, Simon > >> Date: Mon, 13 Apr 2015 08:44:22 -0600 >> Subject: Re: [U-Boot] Compile minnowboard max error >> From: sjg at chromium.org >> To: liyuqian08 at outlook.com >> CC: u-boot at lists.denx.de > >> >> Hi, >> >> On 13 April 2015 at 00:00, li yuqian wrote: >> > Hi Any one can help me figure out what is the wrong for that, is that a >> > bug?Thank you >> > >> >> From: liyuqian08 at outlook.com >> >> To: u-boot at lists.denx.de >> >> Date: Sat, 11 Apr 2015 14:17:37 +0000 >> >> Subject: Re: [U-Boot] Compile minnowboard max error >> >> >> >> i found following command was wrong: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> ./tools/ifdtool -f 0:./u-boot.dtb -m 0xfff016d4 -U >> >> 0xfff00000:./u-boot.bin -w 0xfffff800:./u-boot-x86-16bit.bin -w >> >> 0xfffc0000:./board/intel/minnowmax/"fsp.bin" -w >> >> 0xfff90000:./board/intel/minnowmax/"vga.bin" u-boot.tmp >> >> Output file is too small. (8388608 < -2138725465) >> >> is this mean somewhere address was mistake? >> >> > From: liyuqian08 at outlook.com >> >> > To: u-boot at lists.denx.de >> >> > Date: Sat, 11 Apr 2015 13:48:29 +0000 >> >> > Subject: [U-Boot] Compile minnowboard max error >> >> > >> >> > Hi >> >> > I am trying compiling uboot for the Minnowboard MAX, but always got >> >> > following error >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > --------------------Output file is too small. (8388608 < -2138725469) >> >> > Makefile:1037: recipe for target 'u-boot.rom' failed >> >> > make: *** [u-boot.rom] Error 1-------------------- >> >> > is this a bug ? i used git master version. >> >> > Thank you >> >> > _______________________________________________ >> >> Can you provide a bit more information? Did you follow the >> instructions in README.x86? >> >> Can you post the output of 'ls -l board/intel/minnowmax'? >> >> I just tried this again and it works for me. >> >> Regards, >> Simon