[Scratchbox-users] problem with scratchbox

2007-06-03 Thread sfora dim
hello, My target is OMAP2430. I already have a working 3rd party pre compiled toolchain for it. In addition, I already have a working target filesystem, which were compiled with my 3rd party toolchain. It is bootable and has libc inside. I only want to use scratchbox to add small additions, lik

Re: [Scratchbox-users] problem with scratchbox

2007-06-03 Thread sfora dim
hy my sbrsh doesn't work (I'm using uid 1000 on my sb host btw) ? thank you sfora If this does not help please provide your config.log from the build directory and {target}.config from /targets/ so we can see better what is happening. Please use pastebin etc. for the log and config.

[Scratchbox-users] problem with sbrsh

2007-06-03 Thread sfora dim
Hello, I am trying sbrsh, but when I try to execute ./a.out (simple hello world) I get on the host: [sbox-2430-orig-fs: ~] > ./a.out sbrsh: Can't get user information about uid 1000 and on the target: # cat /tmp/sbrshd-1202.log 01-01-1970 00:22:24.364 941 DAEMON Debugging enabled 01-01-1970

Re: [Scratchbox-users] cannot reach /lib/modules directory from within scratchbox

2007-09-11 Thread sfora dim
Hi Rafi, On 9/10/07, Rafi Cohen <[EMAIL PROTECTED]> wrote: > Within scratchbox I created a target for arm and my task is tol compile a > couple of open source softwares and drivers for arm processor. > When I execute "make" I get the following lines: > make -C /lib/modules/2.6.11.4-20a-default/bui

[Scratchbox-users] Ubuntu Hardy AMD64 support ?

2008-05-17 Thread sfora dim
Hi, What is the recommended way to get scratchbox on Hardy64 ? The debian repositories on scratchbox.org have only i386 packages.. I did find some packages in Ubuntu's universe repository: 3 in fact: sbrsh, sbrshd and scratchbox2. but it seems so minimal - much less than the rich list of package

[Scratchbox-users] scratchbox2 problem

2008-05-18 Thread sfora dim
Hi, I installed sb2 using Ubuntu Hardy's packages (synaptic). When I run "sb2 gcc hello.c" I get: helloc.c:1:19: error: stdio.h: No such file or directory Any idea how to fix this ? I use code sourcery toolchain. directly running "arm-linx-gcc hello.c" works perfectly. In my buildroot folder t

[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

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 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