Re: Problem in building image using MokoMakefile

2008-08-31 Thread saurabh gupta
Hello all, I tried many times to build the openmoko devel image using mokomakefile, but everytime the package named "cairo" is failing to build. I cleaned it and again tried to build, but everytime the same problem exists. The error message is like this (last few lines): *

Re: Problem in building image using MokoMakefile

2008-08-23 Thread saurabh gupta
On Sun, Aug 24, 2008 at 1:01 AM, Luke Duncan <[EMAIL PROTECTED]> wrote: > I saw the same error and fixed it by doing this: > > su root > echo 0 > /proc/sys/vm/mmap_min_addr > exit > Thanks, the build has been started successfully. > > then try make again. > > Luke. > > > On Sat, Aug 23, 2008 at

Re: Problem in building image using MokoMakefile

2008-08-23 Thread Luke Duncan
I saw the same error and fixed it by doing this: su root echo 0 > /proc/sys/vm/mmap_min_addr exit then try make again. Luke. On Sat, Aug 23, 2008 at 11:26 AM, saurabh gupta <[EMAIL PROTECTED]>wrote: > Hello everyone, > > Previously I was using toolchain to compile the programs, but now i need

Problem in building image using MokoMakefile

2008-08-23 Thread saurabh gupta
Hello everyone, Previously I was using toolchain to compile the programs, but now i need the openmoko setup and bitbake in my PC. I used the Mokomakefile to build the devel image and followed the instructions in the wiki. But the following command fails with the error: **