EMBED YOUR TERMINAL RECORDINGS ONLINE

Install an ARM Cross Compiler

DATE: 2011-09-25
AUTHOR: Jean-Luc A.
AUTHOR WWW: http://www.cnx-softwarecom
RELATED ARTICLE: http://www.cnx-software.com/2011/03/28/installing-linaro-...

Related recordings:

COMPILE A C PROGRAM WITH GCC
tags: gcc c program helloworld code commandline
UNIVERSAL COMPILER
tags: gcc g java jdk jre python compile all





EMBED THIS RECORDING:
<div><script id="playterm-MjAxMS0wOS90dHlyZWNvcmQtMTMxNjk1MDA0OXw4MHgyNA==" type="text/javascript" src="https://playterm.org/js/?hash=MjAxMS0wOS90dHlyZWNvcmQtMTMxNjk1MDA0OXw4MHgyNA==" class="size:80x24"></script></div>

Dan said

I feel stupid, it's been a while since I installed anything... what do I do if I get the message:
E: Couldn't find package gcc-arm-linux-gnueabi

Dan said

I feel stupid, it's been a while since I installed anything... what do I do if I get the message:
E: Couldn't find package gcc-arm-linux-gnueabi

Dan said

I feel stupid, it's been a while since I installed anything... what do I do if I get the message:
E: Couldn't find package gcc-arm-linux-gnueabi

wookey said

Dan: On Ubuntu it means you have too old a release. Arm cross-compilers were not included until
Maverick (10.10)

wookey said

On Debian you need to add a repository to get the cross-compilers:
deb http://www.emdebian.org/debian/ squeeze main
and the names have version numbers in:
apt-get install g++-4.3-arm-linux-gnueabi
you also need
apt-get install linux-libc-dev-armel

Dan said

Wookey - thanks for the info.  I was afraid my old 8.10 virtual machine was becoming obsolete, guess
that cinches it.  I guess I'll upgrade (or maybe just create a new VM, that's probably easier
anyway).
Thanks again.

Dan said

Wookey - thanks for the info.  I was afraid my old 8.10 virtual machine was becoming obsolete, guess
that cinches it.  I guess I'll upgrade (or maybe just create a new VM, that's probably easier
anyway).
Thanks again.

Dan said

Wookey - thanks for the info.  I was afraid my old 8.10 virtual machine was becoming obsolete, guess
that cinches it.  I guess I'll upgrade (or maybe just create a new VM, that's probably easier
anyway).
Thanks again.

 

Name   
Email (never shown)  
Comment