[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Toolchain for Debian 7 armhf



The future of Debian cross-toolchains is something like this:

https://wiki.debian.org/MultiarchCrossToolchains

I would suggest trying the gcc-4.7/binutils source packages from
experimental and these commands:

export DEB_TARGET_ARCH=armhf
dpkg --add-architecture armhf
apt-get update
apt-get build-dep binutils
apt-get --build -oDpkg::Build-options="-b" source binutils
apt-get build-dep gcc-4.7
with_deps_on_target_arch_pkgs=yes apt-get --build
-oDpkg::Build-options="-b" source gcc-4.7

As I understand it, something like the results from that will be going
into the main Debian archive at some point.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: