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.