Emdebian Toolchain


This is an active development. This page has been created to tell about latest status and what things could be done to improve Emdebian toolchain.

To use this toolchain add to your /etc/apt/sources.list:

################################
# EmDebian Toolchain
# deb http://www.emdebian.org/debian/ testing cross-testing
deb http://www.emdebian.org/debian/ unstable cross-unstable

For now main development has been focusing on [http://www.emdebian.org/repos/tools/buildcross/trunk/ buildcross].

 $ svn co http://www.emdebian.org/repos/tools/buildcross

A list of architectures supported are hardcoded into the script:

DEBARCHLIST=${DEBARCHLIST:="powerpc arm mips mipsel sparc s390 amd64 m68k hppa alpha"}

It builds succesfully for:

Surely fails:

Debian/testing and Debian/unstable suites are supported.

The script manages to put packages into emdebian aptable repository.

TODO List

On Test List


CategoryEmdebian