* Re: [Buildroot] Buildroot failure due to undeclared variable
[not found] <CAJxTgFw=_ztH8CWEC8-Fwy1Q+eUtVV26iqw99+v6YNKBwjE85g@mail.gmail.com>
@ 2022-07-15 13:45 ` Thomas Petazzoni via buildroot
[not found] ` <CAJxTgFyTmLxM57mUC5c6w8WH8ZDiiuG+zHm4SkcPadCvwTbCgw@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-15 13:45 UTC (permalink / raw)
To: Ritvik; +Cc: buildroot
Hello,
On Fri, 15 Jul 2022 18:44:32 +0530
Ritvik <ritviktanksalkar@gmail.com> wrote:
> I have been trying to build the latest version of buildroot (2022.02.3) on
> ubuntu 22.04 (ec2 server), a thing to note would be that I wish to install
> literally every extra package that buildroot offers as part of it's target
> packages, so I checked every box of all packages and libraries of every
> category in the target packages. I also selected the linux kernel as some
> packages needed that as a dependency. My installation is stuck at an error
> apparently related to linux kernel's cobalt xenomai x32 syscalls stating
> that `__COBALT_X32_BASE` is undeclared. I am attaching a screenshot for
> reference. Any help in this regard would be highly appreciated.
Thanks for your report. Since enabling all packages doesn't really make
a lot of sense, and would make reproducing your issue very long, could
you try to provide a small Buildroot configuration that exhibits the
issue?
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Fwd: Buildroot failure due to undeclared variable
[not found] ` <CAJxTgFyTmLxM57mUC5c6w8WH8ZDiiuG+zHm4SkcPadCvwTbCgw@mail.gmail.com>
@ 2022-07-15 16:25 ` Ritvik
2022-07-22 20:15 ` Arnout Vandecappelle
0 siblings, 1 reply; 3+ messages in thread
From: Ritvik @ 2022-07-15 16:25 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1774 bytes --]
---------- Forwarded message ---------
From: Ritvik <ritviktanksalkar@gmail.com>
Date: Fri, 15 Jul 2022, 19:51
Subject: Re: [Buildroot] Buildroot failure due to undeclared variable
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Hello Thomas,
The problem I see is supposedly arising while building
`output/build/xenomai-3.0.10`. If that doesn't seem to help, please let me
know, I will try to create a config which can reach the build process of
xenomai-3.0.10.
Warm Regards,
Ritvik Tanksalkar
On Fri, Jul 15, 2022 at 7:15 PM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:
> Hello,
>
> On Fri, 15 Jul 2022 18:44:32 +0530
> Ritvik <ritviktanksalkar@gmail.com> wrote:
>
> > I have been trying to build the latest version of buildroot (2022.02.3)
> on
> > ubuntu 22.04 (ec2 server), a thing to note would be that I wish to
> install
> > literally every extra package that buildroot offers as part of it's
> target
> > packages, so I checked every box of all packages and libraries of every
> > category in the target packages. I also selected the linux kernel as some
> > packages needed that as a dependency. My installation is stuck at an
> error
> > apparently related to linux kernel's cobalt xenomai x32 syscalls stating
> > that `__COBALT_X32_BASE` is undeclared. I am attaching a screenshot for
> > reference. Any help in this regard would be highly appreciated.
>
> Thanks for your report. Since enabling all packages doesn't really make
> a lot of sense, and would make reproducing your issue very long, could
> you try to provide a small Buildroot configuration that exhibits the
> issue?
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
>
[-- Attachment #1.2: Type: text/html, Size: 2880 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] Fwd: Buildroot failure due to undeclared variable
2022-07-15 16:25 ` [Buildroot] Fwd: " Ritvik
@ 2022-07-22 20:15 ` Arnout Vandecappelle
0 siblings, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-07-22 20:15 UTC (permalink / raw)
To: Ritvik, buildroot
On 15/07/2022 18:25, Ritvik wrote:
>
> ---------- Forwarded message ---------
> From: *Ritvik* <ritviktanksalkar@gmail.com <mailto:ritviktanksalkar@gmail.com>>
> Date: Fri, 15 Jul 2022, 19:51
> Subject: Re: [Buildroot] Buildroot failure due to undeclared variable
> To: Thomas Petazzoni <thomas.petazzoni@bootlin.com
> <mailto:thomas.petazzoni@bootlin.com>>
>
>
> Hello Thomas,
>
> The problem I see is supposedly arising while building
> `output/build/xenomai-3.0.10`. If that doesn't seem to help, please let me know,
> I will try to create a config which can reach the build process of xenomai-3.0.10.
Xenomai Cobalt and kernel versions are typically tightly related. You should
probably use Mercury instead. But even then you would have to use an RT kernel
(although recent kernels will at least *build* correctly).
Regards,
Arnout
>
> Warm Regards,
> Ritvik Tanksalkar
>
>
>
> On Fri, Jul 15, 2022 at 7:15 PM Thomas Petazzoni <thomas.petazzoni@bootlin.com
> <mailto:thomas.petazzoni@bootlin.com>> wrote:
>
> Hello,
>
> On Fri, 15 Jul 2022 18:44:32 +0530
> Ritvik <ritviktanksalkar@gmail.com <mailto:ritviktanksalkar@gmail.com>> wrote:
>
> > I have been trying to build the latest version of buildroot (2022.02.3) on
> > ubuntu 22.04 (ec2 server), a thing to note would be that I wish to install
> > literally every extra package that buildroot offers as part of it's target
> > packages, so I checked every box of all packages and libraries of every
> > category in the target packages. I also selected the linux kernel as some
> > packages needed that as a dependency. My installation is stuck at an error
> > apparently related to linux kernel's cobalt xenomai x32 syscalls stating
> > that `__COBALT_X32_BASE` is undeclared. I am attaching a screenshot for
> > reference. Any help in this regard would be highly appreciated.
>
> Thanks for your report. Since enabling all packages doesn't really make
> a lot of sense, and would make reproducing your issue very long, could
> you try to provide a small Buildroot configuration that exhibits the
> issue?
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com <https://bootlin.com>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-22 20:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAJxTgFw=_ztH8CWEC8-Fwy1Q+eUtVV26iqw99+v6YNKBwjE85g@mail.gmail.com>
2022-07-15 13:45 ` [Buildroot] Buildroot failure due to undeclared variable Thomas Petazzoni via buildroot
[not found] ` <CAJxTgFyTmLxM57mUC5c6w8WH8ZDiiuG+zHm4SkcPadCvwTbCgw@mail.gmail.com>
2022-07-15 16:25 ` [Buildroot] Fwd: " Ritvik
2022-07-22 20:15 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox