summaryrefslogtreecommitdiff
path: root/www/cross-gcc.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/cross-gcc.t')
-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>