Hello Steve,

Thanks for the help.

I have installed HOST target as you have suggested.

[sbox-HOST: ~] > sb-conf sh HOST
Compiler: host-gcc
Devkits: debian-sarge perl
CPU-transparency: none
[sbox-HOST: ~] >

However, when I login to scratchbox or change target to HOST I get following
message:
SBOX_DPKG_INST_ARCH not set.

May I know the reason. Will this effect my build?

Arabinda


On 8/2/07, Steve Lemke <[EMAIL PROTECTED]> wrote:
>
> 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
>
> _______________________________________________
> Scratchbox-devel mailing list
> [email protected]
> http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
>
_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to