diff --git a/www/cross-gcc.t b/www/cross-gcc.t index 1eb026ed4e..de2907d11c 100644 --- a/www/cross-gcc.t +++ b/www/cross-gcc.t @@ -14,6 +14,20 @@ You will need the following archives:
+ 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: + +
+ .rodata :
+ {
+ *(.rodata)
+ *(.rodata.str1.4)
+ } > DRAM
+