summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-24 12:53:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-24 12:53:25 +0000
commit6f061a59584af83916a3f5f424c1d867043ee6fc (patch)
treede966dfc06d5946a5da5544010cfd3b40249964e
parent603869e71e5422e06467d1549d5a6d813b399a98 (diff)
downloadrockbox-6f061a59584af83916a3f5f424c1d867043ee6fc.tar.gz
rockbox-6f061a59584af83916a3f5f424c1d867043ee6fc.zip
Corrected prompts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@212 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/cross-gcc.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cross-gcc.t b/www/cross-gcc.t
index d78afbde42..11dfee95f2 100644
--- a/www/cross-gcc.t
+++ b/www/cross-gcc.t
@@ -65,8 +65,8 @@ binutils in the PATH.
65 /home/linus> export PATH=/home/linus/sh1/bin:$PATH 65 /home/linus> export PATH=/home/linus/sh1/bin:$PATH
66 /home/linus> cd build/gcc 66 /home/linus> cd build/gcc
67 /home/linus/gcc> ../../gcc-3.0.3/configure --target=sh-elf --prefix=/home/linus/sh1 --with-newlib --enable-languages=c 67 /home/linus/gcc> ../../gcc-3.0.3/configure --target=sh-elf --prefix=/home/linus/sh1 --with-newlib --enable-languages=c
68 /home/linus/build/binutils> make 68 /home/linus/build/gcc> make
69 /home/linus/build/binutils> make install 69 /home/linus/build/gcc> make install
70</pre> 70</pre>
71<h2>Build GDB</h2> 71<h2>Build GDB</h2>
72<p> 72<p>
@@ -75,8 +75,8 @@ If you are planning to debug your code with GDB, you have to build it as well.
75 /home/linus> export PATH=/home/linus/sh1/bin:$PATH 75 /home/linus> export PATH=/home/linus/sh1/bin:$PATH
76 /home/linus> cd build/gdb 76 /home/linus> cd build/gdb
77 /home/linus/gdb> ../../gdb-5.1.1/configure --target=sh-elf --prefix=/home/linus/sh1 77 /home/linus/gdb> ../../gdb-5.1.1/configure --target=sh-elf --prefix=/home/linus/sh1
78 /home/linus/build/binutils> make 78 /home/linus/build/gdb> make
79 /home/linus/build/binutils> make install 79 /home/linus/build/gdb> make install
80</pre> 80</pre>
81<h2>Done</h2> 81<h2>Done</h2>
82<p> 82<p>