I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
When i execute the instruction below, it is followed by an error: /root/build/coreboot/filo> make menuconfig Libpayload config for FILO. can't find file /root/build/coreboot/filo/../libpayload/Config.in make: *** [menuconfig] Error 1
How can i correct it?
On Tue, Aug 3, 2010 at 8:16 AM, ali hagigat hagigatali@gmail.com wrote:
I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
Where's your libpayload code? That's what it's looking for.
Myles
Put filing in your coreboot/payloads directory so it can access libpayload.
On Aug 3, 2010 8:45 AM, "Myles Watson" mylesgw@gmail.com wrote:
On Tue, Aug 3, 2010 at 8:16 AM, ali hagigat hagigatali@gmail.com wrote:
I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
Where's your libpayload code? That's what it's looking for.
Myles
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Put filo in your coreboot/payloads directory so it can access libpayload.
Marc
On Aug 3, 2010 8:52 AM, "Marc Jones" marcj303@gmail.com wrote:
Put filing in your coreboot/payloads directory so it can access
libpayload.
On Aug 3, 2010 8:45 AM, "Myles Watson" mylesgw@gmail.com wrote:
On Tue, Aug 3, 2010 at 8:16 AM, ali hagigat hagigatali@gmail.com wrote:
I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
Where's your libpayload code? That's what it's looking for.
Myles
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
On Tue, 3 Aug 2010 18:46:59 +0430, ali hagigat hagigatali@gmail.com wrote:
I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
When i execute the instruction below, it is followed by an error: /root/build/coreboot/filo> make menuconfig Libpayload config for FILO. can't find file /root/build/coreboot/filo/../libpayload/Config.in make: *** [menuconfig] Error 1
How can i correct it?
You need libpayload first. Please follow instructions on the wiki: http://www.coreboot.org/FILO
Quoting Joseph Smith joe@settoplinux.org:
On Tue, 3 Aug 2010 18:46:59 +0430, ali hagigat hagigatali@gmail.com wrote:
I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
When i execute the instruction below, it is followed by an error: /root/build/coreboot/filo> make menuconfig Libpayload config for FILO. can't find file /root/build/coreboot/filo/../libpayload/Config.in make: *** [menuconfig] Error 1
How can i correct it?
You need libpayload first. Please follow instructions on the wiki: http://www.coreboot.org/FILO
Actually I tried this yesterday, following the wiki instructions, and had the same problem. One of the GSoC projects for this summer changed how filo is built, now it expects to be built from coreboot/payloads/filo. I was going to update the wiki but I got distracted. I should do that right now, as I'm quite absent-minded and easily distracted.
Rob Austin
On Tue, Aug 3, 2010 at 1:01 PM, austinro@msu.edu wrote:
Quoting Joseph Smith joe@settoplinux.org:
On Tue, 3 Aug 2010 18:46:59 +0430, ali hagigat hagigatali@gmail.com wrote:
I have FILO source code in: /root/build/coreboot/filo and COREBOOT source code is in: /root/build/coreboot/coreboot-v4
When i execute the instruction below, it is followed by an error: /root/build/coreboot/filo> make menuconfig Libpayload config for FILO. can't find file /root/build/coreboot/filo/../libpayload/Config.in make: *** [menuconfig] Error 1
How can i correct it?
You need libpayload first. Please follow instructions on the wiki: http://www.coreboot.org/FILO
Actually I tried this yesterday, following the wiki instructions, and had the same problem. One of the GSoC projects for this summer changed how filo is built, now it expects to be built from coreboot/payloads/filo. I was going to update the wiki but I got distracted. I should do that right now, as I'm quite absent-minded and easily distracted.
Rob Austin
Hi Rob,
I made some additions to the filo wiki page, but feel free to correct or change what I did.
Marc