* [Buildroot] buildroot_defconfig Error
@ 2013-12-26 15:50 Ron Eggler
2013-12-26 15:57 ` Thomas Petazzoni
2013-12-26 15:59 ` Yann E. MORIN
0 siblings, 2 replies; 5+ messages in thread
From: Ron Eggler @ 2013-12-26 15:50 UTC (permalink / raw)
To: buildroot
Hi,
About 30min into the compilation, I keep getting a "buildroot_defconfig"
error that I'm not able to get resolved.
It looks like this:
>>> linux 3.2.52 Configuring
cp "board/synapse/e10/linux-3.12.1-config"
/etc/E10-buildroot/br2013.11/output/build/linux-3.2.52/arch/arm/configs/buildroot_defconfig
cp: cannot stat ?board/synapse/e10/linux-3.12.1-config?: No such file or
directory
make: ***
[/etc/E10-buildroot/br2013.11/output/build/linux-3.2.52/.stamp_configured]
Error 1
How can I get this xcleaned up to complete the compilation?
Thank you,
Ron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131226/31763e77/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] buildroot_defconfig Error 2013-12-26 15:50 [Buildroot] buildroot_defconfig Error Ron Eggler @ 2013-12-26 15:57 ` Thomas Petazzoni 2013-12-26 15:59 ` Yann E. MORIN 1 sibling, 0 replies; 5+ messages in thread From: Thomas Petazzoni @ 2013-12-26 15:57 UTC (permalink / raw) To: buildroot Dear Ron Eggler, On Thu, 26 Dec 2013 15:50:06 +0000, Ron Eggler wrote: > cp: cannot stat ?board/synapse/e10/linux-3.12.1-config?: No such file or > directory Please read this error message. It is pretty clearly telling you that the kernel configuration file you provided does not exist. Fix the value of your BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE option. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] buildroot_defconfig Error 2013-12-26 15:50 [Buildroot] buildroot_defconfig Error Ron Eggler 2013-12-26 15:57 ` Thomas Petazzoni @ 2013-12-26 15:59 ` Yann E. MORIN 2013-12-27 15:19 ` Ron Eggler 1 sibling, 1 reply; 5+ messages in thread From: Yann E. MORIN @ 2013-12-26 15:59 UTC (permalink / raw) To: buildroot Ron, All, On 2013-12-26 15:50 +0000, Ron Eggler spake thusly: > About 30min into the compilation, I keep getting a "buildroot_defconfig" > error that I'm not able to get resolved. > It looks like this: > >>> linux 3.2.52 Configuring > cp "board/synapse/e10/linux-3.12.1-config" > /etc/E10-buildroot/br2013.11/output/build/linux-3.2.52/arch/arm/configs/buildroot_defconfig > cp: cannot stat ?board/synapse/e10/linux-3.12.1-config?: No such file or > directory That is the real error: the file 'board/synapse/e10/linux-3.12.1-config' does not exist. That file does not exist in upstream Buildroot. You did configure Buildroot to use that file (it's in the Linux sub-menu), but you do not provide it. If you got your Buildroot config from someone else, then that someone else forgot to provide you with that file. Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] buildroot_defconfig Error 2013-12-26 15:59 ` Yann E. MORIN @ 2013-12-27 15:19 ` Ron Eggler 2013-12-27 15:21 ` Ron Eggler 0 siblings, 1 reply; 5+ messages in thread From: Ron Eggler @ 2013-12-27 15:19 UTC (permalink / raw) To: buildroot Hi Yann, Yes, thanks! Copying the config from the 3.2.6 kernel, seems to let me execute make linux-menuconfig. I'm now compiling the whoel pacjage again, let's see... But I'm wondering where I would get a completely new config file from? What if I didn't have that old, existing config file? Thanks, Ron On Thu, Dec 26, 2013 at 3:59 PM, Yann E. MORIN <yann.morin.1998@free.fr>wrote: > Ron, All, > > On 2013-12-26 15:50 +0000, Ron Eggler spake thusly: > > About 30min into the compilation, I keep getting a "buildroot_defconfig" > > error that I'm not able to get resolved. > > It looks like this: > > >>> linux 3.2.52 Configuring > > cp "board/synapse/e10/linux-3.12.1-config" > > > /etc/E10-buildroot/br2013.11/output/build/linux-3.2.52/arch/arm/configs/buildroot_defconfig > > cp: cannot stat ?board/synapse/e10/linux-3.12.1-config?: No such file or > > directory > > That is the real error: the file 'board/synapse/e10/linux-3.12.1-config' > does not exist. > > That file does not exist in upstream Buildroot. You did configure > Buildroot to use that file (it's in the Linux sub-menu), but you do not > provide it. If you got your Buildroot config from someone else, then > that someone else forgot to provide you with that file. > > Regards, > Yann E. MORIN. > > -- > > .-----------------.--------------------.------------------.--------------------. > | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' > conspiracy: | > | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ > | > | +33 223 225 172 `------------.-------: X AGAINST | \e/ There > is no | > | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v > conspiracy. | > > '------------------------------^-------^------------------^--------------------' > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131227/e95ec997/attachment.html> ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] buildroot_defconfig Error 2013-12-27 15:19 ` Ron Eggler @ 2013-12-27 15:21 ` Ron Eggler 0 siblings, 0 replies; 5+ messages in thread From: Ron Eggler @ 2013-12-27 15:21 UTC (permalink / raw) To: buildroot Hi again, On Fri, Dec 27, 2013 at 3:19 PM, Ron Eggler <reggler@semios.com> wrote: > Hi Yann, > > Yes, thanks! Copying the config from the 3.2.6 kernel, seems to let me > execute make linux-menuconfig. I'm now compiling the whoel pacjage again, > let's see... > But I'm wondering where I would get a completely new config file from? > What if I didn't have that old, existing config file? > > Thanks, > Ron > > > On Thu, Dec 26, 2013 at 3:59 PM, Yann E. MORIN <yann.morin.1998@free.fr>wrote: > >> Ron, All, >> >> On 2013-12-26 15:50 +0000, Ron Eggler spake thusly: >> > About 30min into the compilation, I keep getting a "buildroot_defconfig" >> > error that I'm not able to get resolved. >> > It looks like this: >> > >>> linux 3.2.52 Configuring >> > cp "board/synapse/e10/linux-3.12.1-config" >> > >> /etc/E10-buildroot/br2013.11/output/build/linux-3.2.52/arch/arm/configs/buildroot_defconfig >> > cp: cannot stat ?board/synapse/e10/linux-3.12.1-config?: No such file or >> > directory >> >> That is the real error: the file 'board/synapse/e10/linux-3.12.1-config' >> does not exist. >> >> That file does not exist in upstream Buildroot. You did configure >> Buildroot to use that file (it's in the Linux sub-menu), but you do not >> provide it. If you got your Buildroot config from someone else, then >> that someone else forgot to provide you with that file. >> >> Regards, >> Yann E. MORIN. >> >> > My apologies for the previous top post! Won't happen anymore! Ron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131227/80cf7d45/attachment.html> ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-27 15:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-12-26 15:50 [Buildroot] buildroot_defconfig Error Ron Eggler 2013-12-26 15:57 ` Thomas Petazzoni 2013-12-26 15:59 ` Yann E. MORIN 2013-12-27 15:19 ` Ron Eggler 2013-12-27 15:21 ` Ron Eggler
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox