<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://wiki.primat.ch/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_Raspberry_Pi_Toolchain</id>
	<title>Ubuntu Raspberry Pi Toolchain - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.primat.ch/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_Raspberry_Pi_Toolchain"/>
	<link rel="alternate" type="text/html" href="https://wiki.primat.ch/index.php?title=Ubuntu_Raspberry_Pi_Toolchain&amp;action=history"/>
	<updated>2026-05-19T16:44:44Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Primatenwiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.primat.ch/index.php?title=Ubuntu_Raspberry_Pi_Toolchain&amp;diff=118&amp;oldid=prev</id>
		<title>Rbritt: Die Seite wurde neu angelegt: «Diese Zusammenfassung basiert auf der Anleitung von  Hertaville welche unter [http://hertaville.com/2012/09/28/development-environment-raspberry-pi-cross-compiler/] zu finden ist.  * Install git:  $ sudo apt-get install git * Erstelle das Toolchain Verzeichnis:  $ mkdir ~/raspberrypi * In das Verzeichnis wechseln:  $ cd ~/raspberrypi * toolchain clonen  $ sudo git clone git://github.com/raspberrypi/tools.git * Das Verzeichnis $HOME/raspberrypi/tools/arm-bcm…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.primat.ch/index.php?title=Ubuntu_Raspberry_Pi_Toolchain&amp;diff=118&amp;oldid=prev"/>
		<updated>2025-01-08T18:34:47Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: «Diese Zusammenfassung basiert auf der Anleitung von  Hertaville welche unter [http://hertaville.com/2012/09/28/development-environment-raspberry-pi-cross-compiler/] zu finden ist.  * Install git:  $ sudo apt-get install git * Erstelle das Toolchain Verzeichnis:  $ mkdir ~/raspberrypi * In das Verzeichnis wechseln:  $ cd ~/raspberrypi * toolchain clonen  $ sudo git clone git://github.com/raspberrypi/tools.git * Das Verzeichnis $HOME/raspberrypi/tools/arm-bcm…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Diese Zusammenfassung basiert auf der Anleitung von &lt;br /&gt;
Hertaville welche unter [http://hertaville.com/2012/09/28/development-environment-raspberry-pi-cross-compiler/] zu finden ist.&lt;br /&gt;
&lt;br /&gt;
* Install git:&lt;br /&gt;
 $ sudo apt-get install git&lt;br /&gt;
* Erstelle das Toolchain Verzeichnis:&lt;br /&gt;
 $ mkdir ~/raspberrypi&lt;br /&gt;
* In das Verzeichnis wechseln:&lt;br /&gt;
 $ cd ~/raspberrypi&lt;br /&gt;
* toolchain clonen&lt;br /&gt;
 $ sudo git clone git://github.com/raspberrypi/tools.git&lt;br /&gt;
* Das Verzeichnis $HOME/raspberrypi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin zur PATH Variabel hinzufügen:&lt;br /&gt;
 $ echo &amp;quot;export PATH=$PATH:$HOME/raspberrypi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin&amp;quot; &amp;gt;&amp;gt; ~/.bashrc&lt;br /&gt;
* Das selbe Verzeichnis noch in die Datei .profile eintragen:&lt;br /&gt;
 $ echo &amp;quot;export PATH=$PATH:$HOME/raspberrypi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin&amp;quot; &amp;gt;&amp;gt; ~/.profile&lt;br /&gt;
* Neustart des Systems&lt;br /&gt;
* Testen mit:&lt;br /&gt;
 $ arm-linux-gnueabihf-gcc -v&lt;br /&gt;
&lt;br /&gt;
== Eclipse Konfiguration ==&lt;br /&gt;
* Öffne die Projekt Properties mit einem Rechtsklick auf das Projekt -&amp;gt; Properties -&amp;gt; C/C++ General -&amp;gt; Paths and Symbols -&amp;gt; Library Paths&lt;br /&gt;
* Füge folgende Library Paths hinzu:&lt;br /&gt;
** /media/Daten/entwicklung/raspberrypitoolchain/arm-linux-gnueabihf/lib&lt;br /&gt;
** /media/Daten/entwicklung/raspberrypitoolchain/arm-linux-gnueabihf/libc/lib&lt;br /&gt;
** /media/Daten/entwicklung/raspberrypitoolchain/arm-linux-gnueabihf/libc/lib/arm-linux-gnueabihf&lt;br /&gt;
** /media/Daten/entwicklung/raspberrypitoolchain/lib/gcc/arm-linux-gnueabihf/4.7.2&lt;br /&gt;
** /media/Daten/entwicklung/raspberrypitoolchain/libexec/gcc/arm-linux-gnueabihf/4.7.2&lt;br /&gt;
* Kompiler Einstellungen müssen noch angepasst werden. Diese Können im gleichen Dialog unter: C/C++ Build -&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbritt</name></author>
	</entry>
</feed>