Re: [Cerowrt-devel] Cross-compiling to armhf

2020-03-30 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 device's rootfs), and do > > su

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-24 Thread Eric Johansson
On 6/23/2016 7:42 PM, Dave Taht wrote: > while I am wallowing in my formerly productive past > > ... > Still... I'm pretty proud of what we started with the > https://en.wikipedia.org/wiki/Motorola_A760 > > and > > https://en.wikipedia.org/wiki/Kerbango > https://en.wikipedia.org/wiki/Wang_

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Dave Taht
while I am wallowing in my formerly productive past That crusoe tablet I was working on in 01 and several hybrid devices (like the predecessor to what became the nokia 770), was so close to what I'd wanted in a handheld, just 5 years too early, and we needed multitouch to fix the ui, and steve

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Dave Taht
On Thu, Jun 23, 2016 at 4:20 PM, Jonathan Morton wrote: > >> On 24 Jun, 2016, at 01:57, Juliusz Chroboczek >> wrote: >> >>> the long slow EABI changeover that was obsoleted almost overnight by the >>> armhf work the raspian folk did, and so on. >> >> I am pretty positive that armhf predates rasp

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Jonathan Morton
> On 24 Jun, 2016, at 01:57, Juliusz Chroboczek > wrote: > >> the long slow EABI changeover that was obsoleted almost overnight by the >> armhf work the raspian folk did, and so on. > > I am pretty positive that armhf predates raspbian. Let's please give > credit where credit is due. Ironica

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Dave Taht
On Thu, Jun 23, 2016 at 3:57 PM, Juliusz Chroboczek wrote: >> the long slow EABI changeover that was obsoleted almost overnight by the >> armhf work the raspian folk did, and so on. > > I am pretty positive that armhf predates raspbian. Let's please give > credit where credit is due. I note that

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Juliusz Chroboczek
> the long slow EABI changeover that was obsoleted almost overnight by the > armhf work the raspian folk did, and so on. I am pretty positive that armhf predates raspbian. Let's please give credit where credit is due. -- Juliusz ___ Cerowrt-devel maili

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Dave Taht
On Thu, Jun 23, 2016 at 3:10 PM, Juliusz Chroboczek wrote: >> (does a working cross compiler exist for the aarch64 in the c2?) > > apt-get install gcc-aarch64-linux-gnu d@osx: apt-get install gcc-aarch64-linux-gnu Not found. ... One of the bigger mistakes I have made in the last 3 years was

Re: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...]

2016-06-23 Thread Juliusz Chroboczek
> (does a working cross compiler exist for the aarch64 in the c2?) apt-get install gcc-aarch64-linux-gnu Dave, I know you're a grumpy old man, but the Debian folks have done some remarkable work on cross-compilation, on multiarch, chroots and emulation. (I wonder why they still insist that we

Re: [Cerowrt-devel] 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 ___ Cerowrt-devel mailing list Cerowrt-devel@lists.bufferbloat.

Re: [Cerowrt-devel] 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 first time that I notice with wond

Re: [Cerowrt-devel] 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 ~

[Cerowrt-devel] 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 cro