emdebian setup

Posted at 2008/03/22 13:36 // in Tips // by Daniel

http://wiki.debian.org/EmdebianToolchain

gpg --recv-key 0x97BB3B58
gpg -a --export 0x97BB3B58 > emdebian.key
apt-key add emdebian.key
apt-get update

--------------------
vi sources.list
--> add
################################
# EmDebian Toolchain [i386 and AMD64]
# Etch
# deb http://www.emdebian.org/debian/ stable main
# Sid
deb http://www.emdebian.org/debian/ unstable main
# Lenny
# deb http://www.emdebian.org/debian/ testing main

------------------------------

apt-cache search armel

apt-get install libc6-armel-cross libc6-dev-armel-cross
apt-get install binutils-arm-linux-gnueabi
apt-get install dpkg-cross
(inserted ubuntu cdrom)

apt-get -s install libgomp1 (for dependency.. but not worked)
apt-get install gcc-4.2-arm-linux-gnueabi
-> gcc-4.2-arm-linux-gnueabi: Depends: libgomp1 (>= 4.2.2-3) but 4.2.1-5ubuntu4 is to be installed

added sources.list
##########################333
# debian
deb http://ftp.kr.debian.org/debian/ testing main
deb-src http://ftp.kr.debian.org/debian/ testing main

크리에이티브 커먼즈 라이센스
Creative Commons License