summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-09-08 17:14:44 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-09-08 17:14:44 +0000
commit26b62320883af4c183d4e0a65d1c39557d777543 (patch)
treed8b875c193c84a518a7db0e2f0195fb7548a29c6
parenta92420c7ac0e557bb31f1927e2a9ba054b80c17d (diff)
downloadrockbox-26b62320883af4c183d4e0a65d1c39557d777543.zip
rockbox-26b62320883af4c183d4e0a65d1c39557d777543.tar.gz
rockbox-26b62320883af4c183d4e0a65d1c39557d777543.tar.bz2
rockbox-26b62320883af4c183d4e0a65d1c39557d777543.tar.xz
Added notes about newer version and stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2231 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/cross-gcc.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/cross-gcc.t b/www/cross-gcc.t
index 1eb026e..de2907d 100644
--- a/www/cross-gcc.t
+++ b/www/cross-gcc.t
@@ -14,6 +14,20 @@ You will need the following archives:
<li>gcc-3.0.4.tar.gz (find it at your closest GNU FTP site)
<li>(optional) gdb-5.1.1.tar.gz (find it at your closest GNU FTP site)
</ul>
+<p>
+ If you want to stay out of trouble, use the versions stated above. If you
+ want to live on the edge you can try building with the latest versions.
+ However, if you use binutils-2.13 or later you will not be able to build
+ Rockbox older that CVS 2002-09-08 if you don't add the .rodata.str1.4
+ section to the .rodata section in the linker script:
+
+<pre>
+ .rodata :
+ {
+ *(.rodata)
+<b> *(.rodata.str1.4)</b>
+ } > DRAM
+</pre>
<h2>Unpack the archives</h2>
<p>