Re: [beagleboard] How to setup a cross-toolchain of BBB with proper sysroot on CentOS or Windows?

2015-12-28 Thread William Hermans
> > *This time I am still trying to build the cross-toolchains for BBB with* > * Wheezy due to customer requests.* > I'm not sure why you would feel compelled to do so. Cross toolchains already exist. 1. Linaro - as in what Robert uses to compile uboot / the kernel. 2. Ubuntu at minimum

Re: [beagleboard] How to setup a cross-toolchain of BBB with proper sysroot on CentOS or Windows?

2015-12-27 Thread darklight wu
Thanks, William and Robert! I will take your suggestions for my next milestone. This time I am still trying to build the cross-toolchains for BBB with Wheezy due to customer requests. I found the windows cross-toolchain from this website http://gnutoolchains.com/beaglebone/. That is very helpful

Re: [beagleboard] How to setup a cross-toolchain of BBB with proper sysroot on CentOS or Windows?

2015-12-24 Thread William Hermans
Last time I built using Roberts scripts, it built fine for wheezy, but I was also using an i386 wheezy install to built it. Also, what Robert days for sysv versus systemd is true in my case, but you can also apt-get remove systemd after apt-get install sysv. There are guides all over the web on

[beagleboard] How to setup a cross-toolchain of BBB with proper sysroot on CentOS or Windows?

2015-12-23 Thread darklightwu
Hi, Everyone: I'm going to setup a cross-toolchain of BBB for developers using CentOS or Windows. I have read the Cross *Toolchain* for Debian Wheezy

Re: [beagleboard] How to setup a cross-toolchain of BBB with proper sysroot on CentOS or Windows?

2015-12-23 Thread Robert Nelson
On Wed, Dec 23, 2015 at 1:46 PM, wrote: > Hi, Everyone: > > I'm going to setup a cross-toolchain of BBB for developers using CentOS or > Windows. > > I have read the Cross Toolchain for Debian Wheezy, which told about creating > the cross-toolchain. But it did not find a

Re: [beagleboard] How to setup a cross-toolchain of BBB with proper sysroot on CentOS or Windows?

2015-12-23 Thread darklight wu
2015/12/24/ 03:54,"Robert Nelson" wrote: > > On Wed, Dec 23, 2015 at 1:46 PM, wrote: > > Hi, Everyone: > > > > I'm going to setup a cross-toolchain of BBB for developers using CentOS or > > Windows. > > > > I have read the Cross Toolchain for