* arago arm9 @ 2016-07-05 0:39 Paul Thomas 2016-07-14 17:51 ` Denys Dmytriyenko 0 siblings, 1 reply; 3+ messages in thread From: Paul Thomas @ 2016-07-05 0:39 UTC (permalink / raw) To: meta-arago Hi I'm trying to build an arago root file system for the L138 but following the instructions on the wiki page: http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment For daisy for MACHINE=am180x-evm with a few small changes (compiler md5 & changing to linux-dummy) this worked, but udev was broken saying "udevd[588]: unable to receive ctrl connection: Function not implemented" looking other places this appears to be an issue with accept4, arm-arago-linux-gnueabi-gcc doesn't even compile a test program with the system call. (BTW, the system is runnable and usable, but logging is flodded with the udev messages) Anyway my thought was to then try dora, but this also seems broken when trying to build kmod with lines like "kmod.c:73: undefined reference to `_Static_assert'" Is there any sort of build matix for the current build status? I think it would be very helpful to include that on the wiki page (http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment). I can provide further info for either the kmod or udev issues. Just for completeness, krogoth & fido say: ERROR: ParseError at /home/bulk/amsc/arago/tisdk_krogoth/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf:83: Could not include required file conf/distro/include/toolchain-arago.inc thanks, Paul ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: arago arm9 2016-07-05 0:39 arago arm9 Paul Thomas @ 2016-07-14 17:51 ` Denys Dmytriyenko 2016-07-14 20:02 ` Paul Thomas 0 siblings, 1 reply; 3+ messages in thread From: Denys Dmytriyenko @ 2016-07-14 17:51 UTC (permalink / raw) To: Paul Thomas; +Cc: meta-arago Hi, ARM9 platforms haven't been part of our builds and releases for quite some time - probably since daisy or maybe even before. So, some parts started to rot (first 2 issues you mentioned) and since the custom Arago toolchain used for those is about 5 years old, I started removing support for it from latest meta-arago (the last parsing issue). The platforms themselves are still part of meta-ti and mainline kernel, so they can still be built with a more generic OE distroless or maybe even Poky distro, but Arago support has been deprecated for now... -- Denys On Mon, Jul 04, 2016 at 08:39:23PM -0400, Paul Thomas wrote: > Hi I'm trying to build an arago root file system for the L138 but > following the instructions on the wiki page: > http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment > > For daisy for MACHINE=am180x-evm with a few small changes (compiler > md5 & changing to linux-dummy) this worked, but udev was broken saying > "udevd[588]: unable to receive ctrl connection: Function not > implemented" looking other places this appears to be an issue with > accept4, arm-arago-linux-gnueabi-gcc doesn't even compile a test > program with the system call. (BTW, the system is runnable and usable, > but logging is flodded with the udev messages) > > Anyway my thought was to then try dora, but this also seems broken > when trying to build kmod with lines like "kmod.c:73: undefined > reference to `_Static_assert'" > > Is there any sort of build matix for the current build status? I think > it would be very helpful to include that on the wiki page > (http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment). > I can provide further info for either the kmod or udev issues. > > Just for completeness, krogoth & fido say: > ERROR: ParseError at > /home/bulk/amsc/arago/tisdk_krogoth/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf:83: > Could not include required file > conf/distro/include/toolchain-arago.inc > > thanks, > Paul > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: arago arm9 2016-07-14 17:51 ` Denys Dmytriyenko @ 2016-07-14 20:02 ` Paul Thomas 0 siblings, 0 replies; 3+ messages in thread From: Paul Thomas @ 2016-07-14 20:02 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-arago Thanks Denys, I am having some luck with yocto poky. One of the more confusing things to me was to get the openembedded stuff I had to do the coresponding git checkout, and then add in the layers to bblayers.conf, like so: /home/share/yocto/poky/meta-openembedded/meta-oe \ /home/share/yocto/poky/meta-openembedded/meta-python \ /home/share/yocto/poky/meta-openembedded/meta-networking \ I guess that's really a yocto/openembedded note no Arago. thanks, Paul On Thu, Jul 14, 2016 at 1:51 PM, Denys Dmytriyenko <denys@ti.com> wrote: > Hi, > > ARM9 platforms haven't been part of our builds and releases for quite some > time - probably since daisy or maybe even before. So, some parts started to > rot (first 2 issues you mentioned) and since the custom Arago toolchain used > for those is about 5 years old, I started removing support for it from latest > meta-arago (the last parsing issue). > > The platforms themselves are still part of meta-ti and mainline kernel, so > they can still be built with a more generic OE distroless or maybe even Poky > distro, but Arago support has been deprecated for now... > > -- > Denys > > > On Mon, Jul 04, 2016 at 08:39:23PM -0400, Paul Thomas wrote: >> Hi I'm trying to build an arago root file system for the L138 but >> following the instructions on the wiki page: >> http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment >> >> For daisy for MACHINE=am180x-evm with a few small changes (compiler >> md5 & changing to linux-dummy) this worked, but udev was broken saying >> "udevd[588]: unable to receive ctrl connection: Function not >> implemented" looking other places this appears to be an issue with >> accept4, arm-arago-linux-gnueabi-gcc doesn't even compile a test >> program with the system call. (BTW, the system is runnable and usable, >> but logging is flodded with the udev messages) >> >> Anyway my thought was to then try dora, but this also seems broken >> when trying to build kmod with lines like "kmod.c:73: undefined >> reference to `_Static_assert'" >> >> Is there any sort of build matix for the current build status? I think >> it would be very helpful to include that on the wiki page >> (http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment). >> I can provide further info for either the kmod or udev issues. >> >> Just for completeness, krogoth & fido say: >> ERROR: ParseError at >> /home/bulk/amsc/arago/tisdk_krogoth/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf:83: >> Could not include required file >> conf/distro/include/toolchain-arago.inc >> >> thanks, >> Paul >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-14 20:02 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-07-05 0:39 arago arm9 Paul Thomas 2016-07-14 17:51 ` Denys Dmytriyenko 2016-07-14 20:02 ` Paul Thomas
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.