Re: [Babel-users] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-22 Thread Benjamin Henrion
On Wed, Jun 22, 2016 at 1:31 PM, Juliusz Chroboczek wrote: >> The preinstalled OS has sufficient compiler and onboard flash space to >> build a current babeld from git, and I'm happy to report IPV6_SUBTREES >> is compiled in by default. > > Dave, > > It's not the

[Babel-users] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-22 Thread Juliusz Chroboczek
> The preinstalled OS has sufficient compiler and onboard flash space to > build a current babeld from git, and I'm happy to report IPV6_SUBTREES > is compiled in by default. Dave, It's not the first time that I notice with wonder that you're compiling on the devel boards. Are you aware that

Re: [Babel-users] Cross-compiling to armhf

2016-06-22 Thread Juliusz Chroboczek
> you could also run the following qemu+docker trick, That's like taking a machine gun to a knife fight ;-) Just set up a chroot (I like deboostrap, but you could simply copy the contents of the device's rootfs), and do sudo apt-get install qemu-user-static sudo cp /usr/bin/qemu-arm-static

Re: [Babel-users] Cross-compiling to armhf

2016-06-22 Thread Benjamin Henrion
On Wed, Jun 22, 2016 at 3:10 PM, Juliusz Chroboczek wrote: >> you could also run the following qemu+docker trick, > > That's like taking a machine gun to a knife fight ;-) > > Just set up a chroot (I like deboostrap, but you could simply copy the > contents of the

Re: [Babel-users] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-22 Thread Dave Taht
On Wed, Jun 22, 2016 at 4:31 AM, Juliusz Chroboczek wrote: >> The preinstalled OS has sufficient compiler and onboard flash space to >> build a current babeld from git, and I'm happy to report IPV6_SUBTREES >> is compiled in by default. > > Dave, > > It's not the

Re: [Babel-users] Cross-compiling to armhf

2016-06-22 Thread Juliusz Chroboczek
> mount --bind /dev ~/chroot/dev > mount --bind /dev/pts ~/chroot/dev/pts > mount --bind /proc ~/chroot/proc > mount --bind /sys ~/chroot/sys None of this is needed, fortunately. -- Juliusz ___ Babel-users mailing list