On Wed, May 28, 2014 at 3:57 AM,  <[email protected]> wrote:
> Back again!
>
> I your script did run a while on my machine, now I have some .deb packages
> in the ./deploy folder.
> (I'm using my debian wheezy 32Bit vm (Linux debian-wheezy-vm 3.2.0-4-486 #1
> Debian 3.2.51-1 i686 GNU/Linux)
>
> As far as I could see the script did run without problems.
>
> Binutils and some other stuff already did get installed to my /usr/bin
> folder.
> g++ is not installed.
> As far as I understand your script as a linux novice it should have been
> installed by some call to dpkg_cross.

Correct, the "cross" built binutils needs to be installed to build "gcc/g++"

> I already tried to manually install all the .deb packages from deploy folder
> with
> dpkg -i xzz.deb -force
> but this is failing because of dependency problems.

"sudo dpkg -i *.deb" from the output directory "should" install it

> Two questions:
> 1. Is there a possibility to specify a prefix for the whole toolchain? (like
> angstrom toolchain has /usr/local/angstrom)

It'll be something like that, i need to fire up my wheezy vm and
double check (running jessie)

> 2. how to install the .deb packages

Regards,

-- 
Robert Nelson
http://www.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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to