SEARCH
TOOLBOX
LANGUAGES
modified on 23 June 2010 at 21:51 ••• 60,412 views

Debian ARM Cross-compile

From Manuals

Revision as of 21:51, 23 June 2010 by Support (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1. Add the native compiler and make if they are not already in your development system.

apt-get gcc g++ make

2 Add the following line to /etc/apt/sources.list

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

3. Install the following packages

apt-get install linux-libc-dev-armel-cross libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi gcc-4.3-arm-linux-gnueabi g++-4.3-arm-linux-gnueabi gdb-arm-linux-gnu

  1. apt-get install apt-cross dpkg-cross

References

http://wiki.debian.org/EmdebianToolchain