Talk:Host-based development with Xoo and Xephyr

From Openmoko

Revision as of 02:43, 2 July 2008 by Rsvpdev (Talk | contribs)

Jump to: navigation, search

In building for x86 using MokoMakefile, openmoko-panel-battery failed with:

openmoko-panel-battery.c:26:17: error: apm.h: No such file or directory
openmoko-panel-battery.c: In function 'timeout':

I resolved this by building apmd manually:

make build-package-apmd

--Haslup 07:16, 28 April 2007 (CEST)

Xnest would refuse connections from the chroot-ed environment.

AUDIT: Sun Jul 29 17:57:58 2007: 6393 Xnest: client 1 rejected from IP 127.0.0.1

Solved this by starting Xnest with the following parameters:

Xnest :1 -ac -dpi 283 -geometry 480x640+86+295

--Scvalex 17:19, 29 July 2007 (CEST)

It'll fail with MokoMakefile because it builds also uboot (which is for arm ...) Just setup your environnement for MokoMakefile and then :

source setup.env
cd build
bitbake openmoko-devel-image

--starox 17:19, 29 July 2007 (CEST)

mkdir -f ?

in the command line listings where it says to do "mkdir -f /blah/blah", was the intent for that to be -p?

Personal tools

In building for x86 using MokoMakefile, openmoko-panel-battery failed with:

openmoko-panel-battery.c:26:17: error: apm.h: No such file or directory
openmoko-panel-battery.c: In function 'timeout':

I resolved this by building apmd manually:

make build-package-apmd

--Haslup 07:16, 28 April 2007 (CEST)

Xnest would refuse connections from the chroot-ed environment.

AUDIT: Sun Jul 29 17:57:58 2007: 6393 Xnest: client 1 rejected from IP 127.0.0.1

Solved this by starting Xnest with the following parameters:

Xnest :1 -ac -dpi 283 -geometry 480x640+86+295

--Scvalex 17:19, 29 July 2007 (CEST)

It'll fail with MokoMakefile because it builds also uboot (which is for arm ...) Just setup your environnement for MokoMakefile and then :

source setup.env
cd build
bitbake openmoko-devel-image

--starox 17:19, 29 July 2007 (CEST)

mkdir -f ?

in the command line listings where it says to do "mkdir -f /blah/blah", was the intent for that to be -p?