----原邮件内容如下---- 发件人:"ron minnich" rminnich@gmail.com 收件人:"qchwu" qchwu@163.com,coreboot@coreboot.org 日期:Tue, 20 May 2008 13:11:37 +0800 (CST) 主题:Re: [coreboot] buildrom
On Mon, May 19, 2008 at 9:02 PM, Ward Vandewege ward@gnu.org wrote:
On Tue, May 20, 2008 at 09:13:54AM +0800, qchwu wrote:
i want to use the buildrom in my platform (LX800+CS5536),in the first step,i work with the instruction in website: http://www.coreboot.org/Buildrom . the step to get the source code is completed.but,the "make is not successful,the following is the message svn co svn://coreboot.org/buildrom
[root@localhost buildrom-devel]# make menuconfig # # using defaults found in .config # .config:24:warning: symbol value '' invalid for COREBOOT_V3_ROM_SIZE .config:95:warning: symbol value '' invalid for LAB_PAUSE
Don't worry about those warnings.
how do we fix this?
ron
-- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
i want to use the buildrom in my platform (LX800+CS5536),in the first
step,i work with the instruction in website: http://www.coreboot.org/Buildrom . the step to get the source code is completed.but,the "make is not successful,the following is the message svn co svn://coreboot.org/buildrom
[root@localhost buildrom-devel]# make menuconfig # # using defaults found in .config # .config:24:warning: symbol value '' invalid for COREBOOT_V3_ROM_SIZE .config:95:warning: symbol value '' invalid for LAB_PAUSE
Don't worry about those warnings.
some friends suggest to modify the IRQ in VGA.c,but the "VGA.c" is not in the buildrom-devel folder.What's the matter? IN addition, The "coreboot-v2" is downloaded during the make progress.When i make the buildrom,the download's process was not happened.