I was just reading that link you gave Robert. This kind of makes sense, but is a bit confusing. How could this build a cross kernel ?
For any release older than Jessie, the simplest way is to create a chroot > of unstable and install your toolchain & build the package there. This is > particularly simple if you are simply building a kernel or a package with > only libc build dependencies. > > $ sudo debootstrap sid sid$ sudo chroot sid# dpkg --add-architecture armhf# > apt-get update# apt install gcc-arm-linux-gnueabihf > > On Tue, Apr 26, 2016 at 1:04 PM, Robert Nelson <[email protected]> wrote: > > > On Tue, Apr 26, 2016 at 3:01 PM, William Hermans <[email protected]> > wrote: > >> *Things got a little easier in jessie (and stretch will be more easier):* >>> >>> >>> *https://wiki.debian.org/CrossToolchains#In_jessie_.28Debian_8.29 >>> <https://wiki.debian.org/CrossToolchains#In_jessie_.28Debian_8.29>* >>> >>> *Regards,* >>> >> >> One of the redeeming qualities of Ubuntu. This has been possible in >> Ubuntu for a couple years now . . . However, I'd hate to have to try and >> figure out how to adapt your guide to using a built in apt-gettable package >> though . . .hehe. >> > > Yeah, it missed the freeze window for jessie, so it got held back for 2 > years. ;) > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/CAOCHtYg7ZKxFV2cQ0Tepu%2B7xUGs_rmc6zkYf4%3DpsNMJhLRaXjQ%40mail.gmail.com > <https://groups.google.com/d/msgid/beagleboard/CAOCHtYg7ZKxFV2cQ0Tepu%2B7xUGs_rmc6zkYf4%3DpsNMJhLRaXjQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORoQ9b8SRL5aPB-hDcS9494yqReicbeMtqN9uEcNW23JFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
