toolchain problem

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

fotos-aller-art at web.de fotos-aller-art at web.de
Sat Mar 5 11:35:06 UTC 2016


Hallo zusammen,

 

ich wollte toolchain auf meinem Backtrack5r3 als VM installieren, dabei sind
Fehler aufgetreten die ich nicht verstehe.

Wie kann ich da Abhilfe schaffen?

 

Bis hierhin war noch alles gut.


GNU ARM toolchain


This page will describe the procedure for compiling a GNU ARM toolchain. We
will build a toolchain consisting of: 

*	GCC 4.8.2 
*	Binutils 2.21.1 
*	Newlib 1.19 


Getting the buildscript


First of all, create a directory you want to use for building the toolchain,
and download the buildscript
<http://bb.osmocom.org/trac/raw-attachment/wiki/GnuArmToolchain/gnu-arm-buil
d.3.sh> gnu-arm-build.3.sh there. You will need to make it executable: 

$ chmod +x gnu-arm-build.3.sh

Dependencies


In order to build the toolchain, you will need to install the following
packages (assuming you're using a Debian-based distribution): 

$ sudo apt-get install build-essential libgmp3-dev libmpfr-dev libx11-6
libx11-dev texinfo flex bison libncurses5 \
  libncurses5-dbg libncurses5-dev libncursesw5 libncursesw5-dbg
libncursesw5-dev zlibc zlib1g-dev libmpfr4 libmpc-dev

Preparation


Open a shell in the directory of gnu-arm-build.sh and create the following
directories: 

$ mkdir build install src

Download the needed sources to src/: 

$ cd src/
$ wget http://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2
$ wget http://ftp.gnu.org/gnu/binutils/binutils-2.21.1a.tar.bz2
$ wget ftp://sources.redhat.com/pub/newlib/newlib-1.19.0.tar.gz

Building the toolchain

$ cd ..
$ ./gnu-arm-build.3.sh 
I will build an arm-none-eabi cross-compiler:
 
  Prefix: <YOURPATH>/install
  Sources: <YOURPATH>/src
  Build files: <YOURPATH>/build
 
Press ^C now if you do NOT want to do this.

 

Dann kam folgendes, als wenn er Probleme mit den Ordnern hatte.

cid:image001.jpg at 01D17613.420C17C0

 

 

 

 

Könnt ihr mir weiterhelfen?

Gruß Peseta3

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20160305/8d047d64/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 74392 bytes
Desc: not available
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20160305/8d047d64/attachment.jpg>


More information about the baseband-devel mailing list