
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.appeltaart.mine.nu/index.php?action=history&amp;feed=atom&amp;title=EM7080_Toolchain</id>
	<title>EM7080 Toolchain - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.appeltaart.mine.nu/index.php?action=history&amp;feed=atom&amp;title=EM7080_Toolchain"/>
	<link rel="alternate" type="text/html" href="https://wiki.appeltaart.mine.nu/index.php?title=EM7080_Toolchain&amp;action=history"/>
	<updated>2026-04-30T10:00:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.appeltaart.mine.nu/index.php?title=EM7080_Toolchain&amp;diff=6148&amp;oldid=prev</id>
		<title>Arco: Created page with &quot;R1073 mipsel little endian   == The quick ==  I took a small part from http://www.streamboard.tv/oscam/wiki/crosscompiling crosscompiling for Oscam on mips This results in...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.appeltaart.mine.nu/index.php?title=EM7080_Toolchain&amp;diff=6148&amp;oldid=prev"/>
		<updated>2013-09-26T20:58:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;R1073 mipsel little endian   == The quick ==  I took a small part from &lt;a href=&quot;/index.php?title=Http://www.streamboard.tv/oscam/wiki/crosscompiling_crosscompiling_for_Oscam_on_mips&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Http://www.streamboard.tv/oscam/wiki/crosscompiling crosscompiling for Oscam on mips (page does not exist)&quot;&gt;http://www.streamboard.tv/oscam/wiki/crosscompiling crosscompiling for Oscam on mips&lt;/a&gt; This results in...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;R1073 mipsel little endian &lt;br /&gt;
&lt;br /&gt;
== The quick ==&lt;br /&gt;
&lt;br /&gt;
I took a small part from [[http://www.streamboard.tv/oscam/wiki/crosscompiling crosscompiling for Oscam on mips]]&lt;br /&gt;
This results in a usable toolchain with GCC 4.1. For a newer version you need to build it yourself.&lt;br /&gt;
&lt;br /&gt;
How to install the toolchain&lt;br /&gt;
Run the following commands as NORMAL (non-root user). &lt;br /&gt;
 mkdir -p /build/em7080/scratch&lt;br /&gt;
 cd /build/em7080/scratch&lt;br /&gt;
 wget http://www.streamboard.de.vu/wbb2/tut-pics/toolchains/Toolchain_MIPS-Router-uclib-0.9.28.bz2&lt;br /&gt;
 tar -xvf Toolchain_MIPS-Router-uclib-0.9.28.bz2&lt;br /&gt;
 sudo mkdir -p /opt/cross/mipsel&lt;br /&gt;
 sudo mv toolchains/* /opt/cross/mipsel&lt;br /&gt;
&lt;br /&gt;
Add ssl to the toolchain (also from [[http://www.streamboard.tv/oscam/wiki/crosscompiling crosscompiling for Oscam on mips]] )&lt;br /&gt;
&lt;br /&gt;
How to install openssl/libcrypto&lt;br /&gt;
Run the following commands as NORMAL (non-root user). &lt;br /&gt;
 cd /build/em7080/scratch&lt;br /&gt;
 wget http://openssl.org/source/openssl-0.9.8y.tar.gz&lt;br /&gt;
 tar -xf openssl-0.9.8y.tar.gz&lt;br /&gt;
 cd openssl-0.9.8y&lt;br /&gt;
 export TOOLCHAIN=/opt/cross/mipsel/4.1.0-uclibc-0.9.28&lt;br /&gt;
 export CC=$TOOLCHAIN/bin/mipsel-linux-uclibc-gcc&lt;br /&gt;
 export RANLIB=$TOOLCHAIN/bin/mipsel-linux-uclibc-ranlib&lt;br /&gt;
 ./Configure --prefix=/ linux-generic32 shared&lt;br /&gt;
 make&lt;br /&gt;
 sudo make INSTALL_PREFIX=$TOOLCHAIN install_sw&lt;/div&gt;</summary>
		<author><name>Arco</name></author>
	</entry>
</feed>