Re: [Scratchbox-users] error while compiling busybox

2009-01-05 Thread Jussi Hakala
Also in the scratchbox.org wiki, Apophis R4 page, listed under known issues :) http://scratchbox.org/wiki/Apophis-r4 Regards, Jussi Kalle Vahlman wrote: 2008/12/23 vandy linux : I am using cpu transparency as u told , getting errors then also, I am attaching the config.log here . confi

Re: [Scratchbox-users] error while compiling busybox

2008-12-23 Thread Kalle Vahlman
2008/12/23 vandy linux : > I am using cpu transparency as u told , getting errors then also, I am > attaching the config.log here . > > > > configure:2988: checking whether the C compiler works > configure:2998: ./a.out > mmap: Permission denied Ah, this is a known problem with qemu. See for examp

Re: [Scratchbox-users] error while compiling busybox

2008-12-23 Thread vandy linux
I am using cpu transparency as u told , getting errors then also, I am attaching the config.log here . configure:2988: checking whether the C compiler works configure:2998: ./a.out mmap: Permission denied configure:3001: $? = 255 configure:3010: error: cannot run C compiled programs. If you meant

Re: [Scratchbox-users] error while compiling busybox

2008-12-22 Thread Kalle Vahlman
2008/12/22 vandy linux : > Hi All, > I have downloaded example project, target is omap3 for me. > > git-clone git://linux.onarm.com/git/example-project.git > cd example-project > > matrix install -j2 -comap3 > > Checking cache: 2 > 0/1 Building src/gtk-doc > 0/1 Failed src/gtk-doc/meta/build.

Re: [Scratchbox-users] error while compiling busybox

2008-12-22 Thread vandy linux
Hi All, I have downloaded example project, target is omap3 for me. git-clone git://linux.onarm.com/git/example-project.git cd example-project matrix install -j2 -comap3 Checking cache: 2 0/1 Building src/gtk-doc 0/1 Failed src/gtk-doc/meta/build.log Error: Failed to build gtk-doc it is giv

Re: [Scratchbox-users] error while compiling busybox

2008-12-22 Thread Kalle Vahlman
2008/12/22 vandy linux : > Hi Peter, > hello world ran fine. > I have 2 questions-- > > 1) I intend to extract packages from http://linux.onarm.com/gitweb/ , say > busybox and need to compile it through matrix, > but I think I need to create a new project (create components, configDir as > well as

Re: [Scratchbox-users] error while compiling busybox

2008-12-22 Thread vandy linux
Hi Peter, hello world ran fine. I have 2 questions-- 1) I intend to extract packages from http://linux.onarm.com/gitweb/ , say busybox and need to compile it through matrix, but I think I need to create a new project (create components, configDir as well as main file myself) , How can I do that, W

RE: [Scratchbox-users] error while compiling busybox

2008-12-18 Thread Peter Pearse
Please confirm hello world from /scratchbox/packages/hello-world.tar.gz compiles & runs OK. The components from www.linux.onarm.com are designed to be built using the matrix build system :- http://www.linux.onarm.com/index.php/From_scratch