1. Installing Development Packages

    I install many packages to build GCC on my system.

    I did:

    apt-get build-dep gcc
    apt-get build-dep gcc-4.4
    apt-get install libmpc-dev
    

    It seems that libmpc is requirement since GCC 4.5 (but not for 4.4).

    Besides, I install to build GDB on my system:

    apt-get install libncurses5-dev
    
    more »
  2. Sheeva1 server installation

    Finally, I successfully run Kuro Sheeva with eSATA drive.

    I use the enclosure of GW3.5AA-SUE by Kurouto Shikou. The capability of this enclosure is 1.5Gbps. Perhaps, this might be the cause of troubles.

    Successfull combination

    • Kuro Sheeva
    • Enclosure: GW3.5AA-SUE
    • Disk: ST3750640AS
    • U-boot: 1.1.4 + 3.4 …
    more »
  3. Sheeva1 server setup

    After successful installation of Debian Squeeze, I configure the server.

    Then, I found an issue for networking.

    The setup process is basically similar to Sheeva0 server setup.

    But for this machine, I use existing pre-installed SD card for installation of Debian Squeeze. When I create rootfs, I copy the contents …

    more »