Re: [Scratchbox-users] Scratchbox 2 problem and question

2008-07-18 Thread Lauri T. Aarnio
On Jul 18, 2008, at 11:48 AM, ext sfora dim wrote: Hi, Thank you for your answers! On Fri, Jul 18, 2008 at 11:40 AM, Lauri Leukkunen <[EMAIL PROTECTED]> wrote: SB2 by default (using the "simple" mapping mode) doesn't give you a "chroot", it's that way by design. Idea is to be as unintrusi

Re: [Scratchbox-users] Scratchbox 2 problem and question

2008-07-18 Thread sfora dim
Hi, Thank you for your answers! On Fri, Jul 18, 2008 at 11:40 AM, Lauri Leukkunen <[EMAIL PROTECTED]> wrote: > SB2 by default (using the "simple" mapping mode) doesn't give you a "chroot", > it's that way by design. Idea is to be as unintrusive as possible, while > still functioning for cross com

Re: [Scratchbox-users] Scratchbox 2 problem and question

2008-07-18 Thread Lauri Leukkunen
On 18/07/08 10:57 +0300, sfora dim wrote: > On Fri, Jul 18, 2008 at 10:47 AM, Lauri Leukkunen <[EMAIL PROTECTED]> wrote: > > SB2 drives gcc so that it would find everything from the target rootfs (or > > buildroot, whatever you want to call it), so you need to copy the c-library > > + headers there

Re: [Scratchbox-users] Scratchbox 2 problem and question

2008-07-18 Thread sfora dim
On Fri, Jul 18, 2008 at 10:47 AM, Lauri Leukkunen <[EMAIL PROTECTED]> wrote: > SB2 drives gcc so that it would find everything from the target rootfs (or > buildroot, whatever you want to call it), so you need to copy the c-library > + headers there. Is there a particular place I need to copy to o

Re: [Scratchbox-users] Scratchbox 2 problem and question

2008-07-18 Thread Lauri Leukkunen
On Jul 18, 2008, at 10:31 AM, sfora dim wrote: Hi all, I'm trying to work with sb2 in order to cross compile packages for ARM. I only need to build source packages (i.e. configure, make, make install), no more. I downloaded CodeSourcery toolchain and setup sb2 using: mkdir $HOME/buildroot c

[Scratchbox-users] Scratchbox 2 problem and question

2008-07-18 Thread sfora dim
Hi all, I'm trying to work with sb2 in order to cross compile packages for ARM. I only need to build source packages (i.e. configure, make, make install), no more. I downloaded CodeSourcery toolchain and setup sb2 using: mkdir $HOME/buildroot cd $HOME/buildroot [copy a rootfs to here] sb2-init myt