* [Buildroot] Buildroot error
@ 2016-11-14 21:11 Michael Brainerd
2016-11-15 21:39 ` Arnout Vandecappelle
0 siblings, 1 reply; 5+ messages in thread
From: Michael Brainerd @ 2016-11-14 21:11 UTC (permalink / raw)
To: buildroot
I have a build error that I am unable to find documentation to debug the issue.
See attached build error text, and .config file.
My host is:
$> uname -a
Linux mikeb-23-q214 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$>
CONFIDENTIALITY NOTICE
This e-mail message, including any attachments, may contain confidential information which is intended only for the use of the intended recipient(s). Any unauthorized review, use, disclosure, distribution, dissemination or action taken in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient and this message has been addressed to you in error, please promptly notify the sender by email reply and destroy all copies of the message and any attachments.
EXPORT CONTROL NOTICE
This document and attachments may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10 or the Export Administration Regulations (EAR) 15 CFR Parts 730 ? 780 . Export of this material may be controlled by these regulations and may not be exported or transferred to non-U.S. persons without prior written approval from the U.S. government.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161114/36617573/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Build_errors.txt
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161114/36617573/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dot_config
Type: application/octet-stream
Size: 58995 bytes
Desc: dot_config
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161114/36617573/attachment.obj>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot error
2016-11-14 21:11 [Buildroot] Buildroot error Michael Brainerd
@ 2016-11-15 21:39 ` Arnout Vandecappelle
2016-11-15 21:47 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2016-11-15 21:39 UTC (permalink / raw)
To: buildroot
On 14-11-16 22:11, Michael Brainerd wrote:
> I have a build error that I am unable to find documentation to debug the issue.
> See attached build error text, and .config file.
>
[snip the notice that I shouldn't read your mail]
> >>>> linux-headers custom Syncing from source dir /home/mikeb/sandbox/buildroot-2016.08/uClinux-dist
> rsync -au --chmod=u=rwX,go=rX --exclude .svn --exclude .git --exclude .hg --exclude .bzr --exclude CVS /home/mikeb/sandbox/buildroot-2016.08/uClinux-dist/ /home/mikeb/sandbox/buildroot-2016.08/output/build/linux-headers-custom
Either the linux tree in uClinux-dist is so old that it doesn't have the
"headers_install" target yet (I think that's from 2.6.10-ish), or the tree
you're pointing to is not actually a linux tree. In the first case, you also
misconfigured your kernel headers, because you claim it's 4.7. But you probably
just took the first thing you saw :-)
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot error
2016-11-15 21:39 ` Arnout Vandecappelle
@ 2016-11-15 21:47 ` Thomas Petazzoni
2016-11-17 17:38 ` Michael Brainerd
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2016-11-15 21:47 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 15 Nov 2016 22:39:32 +0100, Arnout Vandecappelle wrote:
> > >>>> linux-headers custom Syncing from source dir /home/mikeb/sandbox/buildroot-2016.08/uClinux-dist
> > rsync -au --chmod=u=rwX,go=rX --exclude .svn --exclude .git --exclude .hg --exclude .bzr --exclude CVS /home/mikeb/sandbox/buildroot-2016.08/uClinux-dist/ /home/mikeb/sandbox/buildroot-2016.08/output/build/linux-headers-custom
>
> Either the linux tree in uClinux-dist is so old that it doesn't have the
> "headers_install" target yet (I think that's from 2.6.10-ish), or the tree
> you're pointing to is not actually a linux tree. In the first case, you also
> misconfigured your kernel headers, because you claim it's 4.7. But you probably
> just took the first thing you saw :-)
uClinux-dist is the name of the "distribution" around uClinux, and
uClinux-dist is pretty much a build system, like Buildroot. So it seems
like Michael has used the source code of a build system, and offered it
to Buildroot as the source of the Linux kernel. Obviously, this isn't
going to work very well.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot error
2016-11-15 21:47 ` Thomas Petazzoni
@ 2016-11-17 17:38 ` Michael Brainerd
2016-11-17 22:31 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Michael Brainerd @ 2016-11-17 17:38 UTC (permalink / raw)
To: buildroot
all,
Then there is no way to specify uClinux as the image to build?
Regards,
Michael Brainerd
________________________________________
From: Thomas Petazzoni [thomas.petazzoni at free-electrons.com]
Sent: Tuesday, November 15, 2016 4:47 PM
To: Arnout Vandecappelle
Cc: Michael Brainerd; buildroot at busybox.net
Subject: Re: [Buildroot] Buildroot error
Hello,
On Tue, 15 Nov 2016 22:39:32 +0100, Arnout Vandecappelle wrote:
> > >>>> linux-headers custom Syncing from source dir /home/mikeb/sandbox/buildroot-2016.08/uClinux-dist
> > rsync -au --chmod=u=rwX,go=rX --exclude .svn --exclude .git --exclude .hg --exclude .bzr --exclude CVS /home/mikeb/sandbox/buildroot-2016.08/uClinux-dist/ /home/mikeb/sandbox/buildroot-2016.08/output/build/linux-headers-custom
>
> Either the linux tree in uClinux-dist is so old that it doesn't have the
> "headers_install" target yet (I think that's from 2.6.10-ish), or the tree
> you're pointing to is not actually a linux tree. In the first case, you also
> misconfigured your kernel headers, because you claim it's 4.7. But you probably
> just took the first thing you saw :-)
uClinux-dist is the name of the "distribution" around uClinux, and
uClinux-dist is pretty much a build system, like Buildroot. So it seems
like Michael has used the source code of a build system, and offered it
to Buildroot as the source of the Linux kernel. Obviously, this isn't
going to work very well.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
CONFIDENTIALITY NOTICE
This e-mail message, including any attachments, may contain confidential information which is intended only for the use of the intended recipient(s). Any unauthorized review, use, disclosure, distribution, dissemination or action taken in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient and this message has been addressed to you in error, please promptly notify the sender by email reply and destroy all copies of the message and any attachments.
EXPORT CONTROL NOTICE
This document and attachments may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10 or the Export Administration Regulations (EAR) 15 CFR Parts 730 ? 780 . Export of this material may be controlled by these regulations and may not be exported or transferred to non-U.S. persons without prior written approval from the U.S. government.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot error
2016-11-17 17:38 ` Michael Brainerd
@ 2016-11-17 22:31 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-11-17 22:31 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 17 Nov 2016 17:38:22 +0000, Michael Brainerd wrote:
> Then there is no way to specify uClinux as the image to build?
What are you trying to do exactly? For which architecture/platform are
you trying to build a kernel?
uClinux is pretty much useless these days, both common noMMU
architectures are supported by the regular Linux kernel.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-17 22:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 21:11 [Buildroot] Buildroot error Michael Brainerd
2016-11-15 21:39 ` Arnout Vandecappelle
2016-11-15 21:47 ` Thomas Petazzoni
2016-11-17 17:38 ` Michael Brainerd
2016-11-17 22:31 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox