Re: [NEW USER] Installeing cross compiler [HOST: x86_64, TARGET: ia64]
Vincent Besse <[email protected]>
| Newsgroups | gmane.linux.debian.devel.embedded |
|---|---|
| Organization | ouhena |
| Message-ID | <[email protected]> |
On Thu, 13 Sep 2012 16:36:01 +0200 José Luis García Pallero <[email protected]> wrote: > I've added to my sources.list the lines: > > deb http://www.emdebian.org/debian squeeze main > deb http://backports.debian.org/debian-backports squeeze-backports main > > Then I've tried to install the package g++-4.4-ia64-linux-gnu but > there is problems with dependencies: > > g++-4.4-ia64-linux-gnu: > > Depends on gcc-4.4-ia64-linux-gnu but it will not be installed > Depends on libstdc++6-4.4-dev-ia64-cross but it will not be installed > Depends on: libgmp3c2 but it is not installable > > So where is the error? > Hello, I've had the same problem for armel. My solution have been to debootstrap a regular squeeze and then install the emdebian packages inside it. Vincent