On Tue, Apr 20, 2010 at 10:15 AM, Patrick Georgi <[email protected]> wrote: > Am 20.04.2010 17:45, schrieb Nathan Owens: >> I'm getting the following error when using buildrom: >> >> cp: cannot create regular file >> `/home/nate/buildrom/buildrom-devel/work/coreboot/svn/targets//asus/m2v-mx_se/m2v-mx_se/payload.elf': >> No such file or directory >> make: *** >> [/home/nate/buildrom/buildrom-devel/work/coreboot/svn/targets//asus/m2v-mx_se/m2v-mx_se/payload.elf] >> Error 1 >> >> It looks like there is one too many forward slashes in the path. > POSIX requires all multiple slashes (except at the beginning of the > path) to be eliminated, so the slashes are resolved by the system. > > The issue is that we don't have "targets" anymore. buildrom probably > needs some update for the coreboot build method. >
Yes, buildrom is very much out of date and kconfig does a lot of what buildrom was doing. It may be time to drop buildrom. Marc -- http://se-eng.com -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

