Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0094f3d/wiki/includes/MagicWord.php on line 860
Toolchain new - t-hack.com - Hack X300T / X301T

Toolchain new

From t-hack.com - Hack X300T / X301T
Jump to: navigation, search
 
Line 1: Line 1:
*Grab [[Media:Smp86xx_toolchain_2.8.0.1.tar.gz]], unpack, then:<br>
+
*Prerequisites:
<pre>make menuconfig && make</pre>
+
You'll get the Buildroot configuration page, don't change anything, just exit, then wait...
+
  
If you get this error:
+
gcc3.4 (it doesn't matter if you also have gcc4.x, as long as you have 3.4)<br>
<pre>In function ‘open’,
+
zlib-dev (zlib1g-dev on Ubuntu - possibly others)<br>
    inlined from ‘collect_execute’ at /path/to/smp86xx_toolchain_2.8.0.1/toolchain_build_mipsel_nofpu/gcc-3.4.2/gcc/collect2.c:1535:
+
bison<br>
/usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments</pre>
+
flex<br>
 +
genromfs<br>
 +
libncurses5-dev<br>
 +
<br>
 +
Run this before you start (if you close the terminal you were working in you'll have to run this again):<br>
 +
<pre>export CC=gcc-3.4</pre>
  
Just go to that line in collect2.c and change it from:
+
*Grab [[Media:Smp86xx_toolchain_2.8.0.1.tar.gz]], unpack, then run:<br>
<pre>redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);</pre>
+
<pre>make menuconfig && make</pre>
to:
+
You'll get the Buildroot configuration page, don't change anything, just exit. When it asks if you want to save choose yes, then wait...<br>
<pre>redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666);</pre>
+
Once it's done (the last line should be 'creating toolchain-path.env...') run:
 +
<pre>source /path/to/smp86xx_toolchain_2.8.0.1/toolchain-path.env</pre>
 +
*Grab [[Media:Rootfs-2.7.127.0.tar.bz2]], unpack, then run:<br>
 +
<pre>make menuconfig && make</pre>
 +
Same as before, just exit and save the config, then some more waiting...<br>
 +
If it claims you don't have zlib-dev but /usr/include/zlib.h exists, then change /path/to/rootfs_2.7.127.0/test_if_zlib_is_available.sh to:
 +
<pre>#! /bin/sh
 +
echo yes</pre>
 +
'''Only do this if /usr/include/zlib.h exists!'''
  
Then run make clean and start the make process again.
+
Once it's compiled run:
 
+
 
+
Once it's completed making the toolchain:
+
<pre>source /path/to/smp86xx_toolchain_2.8.0.1/toolchain-path.env</pre>
+
*Grab [[Media:Rootfs-2.7.127.0.tar.bz2]], unpack, make, wait...<br>
+
 
<pre>source /path/to/rootfs_2.7.127.0/rootfs-path.env</pre>
 
<pre>source /path/to/rootfs_2.7.127.0/rootfs-path.env</pre>
 
*Grab [[Media:Kernel-2.7.127.0.tar.bz2]], unpack, make menuconfig, make vmlinux.bin, wait...<br>
 
*Grab [[Media:Kernel-2.7.127.0.tar.bz2]], unpack, make menuconfig, make vmlinux.bin, wait...<br>

Latest revision as of 17:22, 30 July 2009

Personal tools