From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 13 Apr 2015 08:44:22 -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 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