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
*** End of buildrom configuration. *** Execute 'make' to build buildrom or try 'make help'.
[root@localhost buildrom-devel]# make make: *** No rule to make target `|', needed by `/root/.Trash/buildrom-devel/work/lzma/stamps/.unpacked'. Stop. [root@localhost buildrom-devel]# [root@localhost buildrom-devel]#
after the make,the "deploy" and "work" are not built. what is the matter within this apperance.
thank you!
chenghu qin
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.
*** End of buildrom configuration. *** Execute 'make' to build buildrom or try 'make help'.
[root@localhost buildrom-devel]# make make: *** No rule to make target `|', needed by `/root/.Trash/buildrom-devel/work/lzma/stamps/.unpacked'. Stop.
Uhm, ok - what version of make do you have? Is it GNU make?
Thanks, Ward.
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
----原邮件内容如下---- 发件人:"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.
On Mon, May 19, 2008 at 10:11:37PM -0700, ron minnich wrote:
.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?
We were hoping bringing kconfig up to date would fix those. Uwe, you were working on that update right?
Thanks, Ward.
On Tue, May 20, 2008 at 09:09:43AM -0400, Ward Vandewege wrote:
On Mon, May 19, 2008 at 10:11:37PM -0700, ron minnich wrote:
.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?
We were hoping bringing kconfig up to date would fix those. Uwe, you were working on that update right?
Yep, I sent a patch for buildrom to update to the latest kconfig, please test (no ACKs so far).
I cannot guarantee that it will automatically fix _this_ issue, though, maybe Config.lb changes are required, didn't look into it yet.
Uwe.
On Tue, May 20, 2008 at 09:13:54AM +0800, qchwu wrote:
[root@localhost buildrom-devel]# make make: *** No rule to make target `|', needed by `/root/.Trash/buildrom-devel/work/lzma/stamps/.unpacked'. Stop.
Hm, unlikely to be the problem, but please do try this nevertheless, just to be sure:
LANG=C make
Maybe it's some locale-related problem (unlikely though).
Uwe.