It does not seem as though the binaries are available from anywhere any more, but I did not have an exact file name to work with.
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAF%2BMRtk2YZViHqFjwqVCTo%3DzUY9vyJ7fSGTfkaiCUuRZh_tWJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORpim7zhB76KFhOArj4QzzWrN18N3CyqST0VAfFHpCfDHw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAF%2BMRtmhvB06tXkPop1HBonGZ7xWeiHGSookx0AEtN4Ys6Rudg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORreQY5ppRAqOQHz2eALdmCTMGciTjJ1OOOeCSb0ppUUcA%40mail.gmail.com.
I agree with you, I'm also on the kernel 4.1.20.But for cross compilation I have an issue, and I need to find the correct toolchain.
That why I'm going to try Jessy, I hope that I will find easily the toolchain on the linaro webpage.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAF%2BMRt%3DBPRQSGpROw%3DWptZSfGcRSHx0RRXuSV4XL2kzJob_nww%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORor9tPwi_88Pc37__1PuqZgH79mES_5%2BYe-Og9TeS36UQ%40mail.gmail.com.
Well,I'm going to make my own toolchain ! Let's have fun lol !
http://hansbot.blogspot.fr/p/beaglebone-black-mac-os-x-toolchain.html
http://bettercommute.org/emblinux/projects/fall2013/Project_beagleboard_Aditya.pdf
From those link, it doesn't looks like that difficult !
The important information are :
root@beaglebone:~# ldd --version
root@beaglebone:~# cat /proc/version
root@beaglebone:~# gdb --versionand with that you configure and make your toolchain ^^
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhnsEU9%2Baw7AAM7qrBJb-T-_BjjtpALxHGA1v9MMHJM3Q%40mail.gmail.com.
Just browsing through Roberts script there . . . assuming what he says is true. One could be in for a lot of work. Changing version numbers by hand in the script . . . :/
Things got a little easier in jessie (and stretch will be more easier):Regards,
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYid7Pv1jYnNnrwibJ5f2NZMtv3WkER5-qM_KQEXp3ZeGg%40mail.gmail.com.
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.Things got a little easier in jessie (and stretch will be more easier):Regards,
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
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYg7ZKxFV2cQ0Tepu%2B7xUGs_rmc6zkYf4%3DpsNMJhLRaXjQ%40mail.gmail.com.
I guess what I'm confused about is: Is that actually a native compiler executable ?
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjvOOt9xR57m_kTiNcdV7A-H7vdbXS56ugPsBvgb9YNzw%40mail.gmail.com.