Differences between revisions 19 and 20
Revision 19 as of 2010-09-30 23:36:57
Size: 2691
Comment:
Revision 20 as of 2010-12-17 02:41:34
Size: 2573
Comment:
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
http://debian-sh4.nigauri.org/cross-compiler/
Line 45: Line 44:
Use the following apt line on the i386 build host: latest cross compiler was distributed from emdebian.org.
Thanks, zumbi!

Use the following apt line :
Line 47: Line 49:
deb http://debian-sh4.nigauri.org/cross-compiler/bin-i386 ./
}}}

Or use the following apt line on the amd64 build host:
{{{
deb http://debian-sh4.nigauri.org/cross-compiler/bin-amd64 ./
deb http://emdebian.org/debian sid main
Line 57: Line 54:
# apt-get install gcc-sh4-cross # apt-get update
# apt-get install gcc-4.4-sh4-linux-gnu

Debian/Renesas SH(SH4) port

SuperH(SH) is RISC Architecture that Renesas Electronics. SuperH is used in embedded systems such as cellular phone, NAS, and LCD TVs, etc.

Target

Renesas SH has many type of CPU(SH/SH2/SH3/SH4 and bi-endian).

The Debian/Renesas SH(SH4) port project is active for supporting SH4 (m4 and m4a).

The SH3 CPU type can be supported as well, but sh3 is no longer developed and work is shifting to SH4.(Renesas does still sell SH3.)

Similarly, it is difficult to build the environment where buildd works for SH3.

Therefore, development is focused on SH4.

SH4 buildd status

SH4 support machine

  • Alpha Project(Japanese only)

  • USL-5P (Japanese only)

    • SH7751R / 64MB SDRAM / 10/100BASE Ethernet port x1 / USB2.0 x 5
  • L-BOX (Japanese only)

    • SH7751R / 64MB SDRAM / PCMCIA (CardBus) / 10/100BASE Ethernet port x2

  • AP-3300 (Japanese only)

    • SH7723 / 128MB SDRAM / Ethernet port x1 / USB2.0 x 1 / TFT Touch panel
  • other....

Apt-line

deb http://ftp.debian-ports.org/debian sid main
deb http://ftp.debian-ports.org/debian unreleased main
deb-src http://ftp.debian-ports.org/debian sid main

Userland

http://debian-sh4.nigauri.org/base-image/

Cross compiler

latest cross compiler was distributed from emdebian.org. Thanks, zumbi!

Use the following apt line :

deb http://emdebian.org/debian sid  main

Then to install the entire cross toolchain:

# apt-get update
# apt-get install gcc-4.4-sh4-linux-gnu

Mailing List

debian-superh@lists.debian.org

PorterBox

Bugs

Contact

If you are interested in sh4 and sh4 port, please contact ML or Nobuhiro Iwamatsu.

Other page