[Scratchbox-devel] Foreign toolchain - crosstool-0.43
and scratchbox
Steve Lemke
steve at lemkeville.org
Thu Aug 2 03:07:37 EEST 2007
Arabinda Verma wrote:
> Since I am new to Scratchbox, let me know how I should install
> Scratchbox-toolchain-host-gcc-1.0.7-i386.deb.
Try something like this (assuming your /etc/apt/sources.list file points
to a repository containing scratchbox packages):
sudo apt-get install scratchbox-toolchain-host-gcc
If that fails, then you probably need to add the following line to
/etc/apt/sources.list:
deb http://scratchbox.org/debian/ ./
Then type "sudo apt-get update" and repeat the "install" above.
Then in scratchbox do this:
sb-conf setup HOST -c host-gcc --devkits debian:perl
sb-conf select HOST
sb-conf install -d
You should then be able to build your desired host code:
cd ~/some-source-dir
./configure
make
More information about the Scratchbox-devel
mailing list