Cannot install toolchain

Started by spelle, December 27, 2013, 08:19:00 AM

Previous topic - Next topic

spelle

Hi ! :-)

Santa brought me an A20-OLinuXino-MICRO, but I'm stucked in dependencies problems in the first step of the "How to make bootable SD card with Debian Linux for A20-OLinuXino-MICRO based on Kernel 3.4"http://olimex.wordpress.com/2013/09/18/7795/.

I updated the /etc/apt/sources.list file xith following line :
deb http://www.emdebian.org/debian wheezy main

Installed the emdebian-archive-keyring :
root@nuptse /home/nuptse # apt-get install emdebian-archive-keyring

And at last, I cannot install the toolchain.

root@nuptse /home/nuptse # apt-get install gcc-4.7-arm-linux-gnueabi ncurses-dev uboot-mkimage build-essential git binutils-arm-linux-gnueabi libgomp1-armel-cross
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libncurses5-dev' instead of 'ncurses-dev'
build-essential is already the newest version.
git is already the newest version.
libncurses5-dev is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
binutils-arm-linux-gnueabi : Depends: libc6 (>= 2.14) but 2.13-38 is to be installed
libgomp1-armel-cross : Depends: gcc-4.8-base-armel-cross (= 4.8.2-1) but it is not installable
E: Unable to correct problems, you have held broken packages.

Any idea ?

spelle

Hi,

Finally, i seems I sorted it out at last.

I fell on this page : http://linux-sunxi.org/Toolchain

I "simply" had to add this line to /etc/atp/sources.list :
deb http://www.emdebian.org/debian/ unstable main

Instead of :

deb http://www.emdebian.org/debian/ wheezy main

Cheers