All Top-level Files

Files in the top-level directory in any check-in

  • env.sh
  • hello.c
  • hello2.cpp
  • inst_arch.sh
  • inst_st23_dev.sh
  • inst_st24_dev.sh
  • Makefile
  • README.md

sh4twbox-Hello source for testing your cross/native compile environment

This package is used to build developer environment for NextVOD sh4twbox.

FILE LIST

  • inst_st24_dev.sh -- script for install compiler env
  • inst_st23_dev.sh (old)-- script for install compiler env
  • env.sh -- standard environment
  • hello.c -- c sample
  • hello2.cpp -- cpp sample

Install Cross Compiler STLinux 2.4 on Arch Linux

  1. ./inst_st24_dev i
  2. make

Setup shpkg(old)

Install shpkg setup steps::

cp shpkg /usr/bin
cp shpkg.conf /etc
sudo shpkg -Sy  # get the repository listing

Setup Cross Compiler in Any Linux(old)

  1. install shpkg
  2. sudo ./inst_st24_dev cross
  3. make # try to build C,C++ programs

Setup Cross Compiler in sh4twbox(old)

  1. install shpkg
  2. sudo ./inst_st24_dev box # still not pass test
  3. make # try to build C,C++ programs

TODO

  • test make in box