mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Corrected prompts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@212 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
603869e71e
commit
6f061a5958
1 changed files with 4 additions and 4 deletions
|
|
@ -65,8 +65,8 @@ binutils in the PATH.
|
||||||
/home/linus> export PATH=/home/linus/sh1/bin:$PATH
|
/home/linus> export PATH=/home/linus/sh1/bin:$PATH
|
||||||
/home/linus> cd build/gcc
|
/home/linus> cd build/gcc
|
||||||
/home/linus/gcc> ../../gcc-3.0.3/configure --target=sh-elf --prefix=/home/linus/sh1 --with-newlib --enable-languages=c
|
/home/linus/gcc> ../../gcc-3.0.3/configure --target=sh-elf --prefix=/home/linus/sh1 --with-newlib --enable-languages=c
|
||||||
/home/linus/build/binutils> make
|
/home/linus/build/gcc> make
|
||||||
/home/linus/build/binutils> make install
|
/home/linus/build/gcc> make install
|
||||||
</pre>
|
</pre>
|
||||||
<h2>Build GDB</h2>
|
<h2>Build GDB</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -75,8 +75,8 @@ If you are planning to debug your code with GDB, you have to build it as well.
|
||||||
/home/linus> export PATH=/home/linus/sh1/bin:$PATH
|
/home/linus> export PATH=/home/linus/sh1/bin:$PATH
|
||||||
/home/linus> cd build/gdb
|
/home/linus> cd build/gdb
|
||||||
/home/linus/gdb> ../../gdb-5.1.1/configure --target=sh-elf --prefix=/home/linus/sh1
|
/home/linus/gdb> ../../gdb-5.1.1/configure --target=sh-elf --prefix=/home/linus/sh1
|
||||||
/home/linus/build/binutils> make
|
/home/linus/build/gdb> make
|
||||||
/home/linus/build/binutils> make install
|
/home/linus/build/gdb> make install
|
||||||
</pre>
|
</pre>
|
||||||
<h2>Done</h2>
|
<h2>Done</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue