Re: [ptxdist] gdb compile fails due ncurses.h being not found

2011-07-06 Thread Michael Olbrich
On Thu, Jun 30, 2011 at 05:13:39PM +0200, Alexander Stein wrote: I'm using ptxdist-2011.05 and wanted to compile gdb. But configure doesn't find ncurses.h snipped from gdb-7.2_build/gdb/config.log: configure:11376: checking ncurses.h usability configure:11376: i686-unknown-linux-gnu-gcc

Re: [ptxdist] [PATCH v4] git-ptx-patches: Allow patches before base tag

2011-07-06 Thread Michael Olbrich
On Mon, Jul 04, 2011 at 09:22:04AM -0400, Jon Ringle wrote: The patch series I have for the Linux kernel includes incremental patches from upstream like patch-2.6.33.1.bz2 patch-2.6.33.1-2.bz2 followed by a patch series for my board. But ptxdist messes this up when applying the patch

Re: [ptxdist] Qt and mini2440 BSP

2011-07-06 Thread Michael Olbrich
On Tue, Jul 05, 2011 at 07:12:41AM +, Dave wrote: /home/davef/Pengutronix-6/OSELAS.BSP-Pengutronix-Mini2440-2011.06.0/ platform-mini2440/sysroot-target/usr/lib/ libQtCore.a(qlibrary_unix.o): In function `qdlerror()': qlibrary_unix.cpp:(.text+0x88): undefined reference to `dlerror'

Re: [ptxdist] Qt and mini2440 BSP

2011-07-06 Thread Michael Olbrich
Hi, On Tue, Jul 05, 2011 at 10:03:41AM +0200, Bart De Vos wrote: I believe the trick is to do a 'make uninstall' for qt. In my case the 'clean' step in rules/qt4.make looks as this: # # Clean #

Re: [ptxdist] [PATCH 0/2] Failing to build Qt4 with OpenGL ES 2.0

2011-07-06 Thread Michael Olbrich
On Mon, Jul 04, 2011 at 09:35:03AM +0200, Marius Brehler wrote: On 07/03/11 13:52, Michael Olbrich wrote: On Thu, Jun 30, 2011 at 03:18:33PM +0200, Marius Brehler wrote: I tried to build Qt4/X11 with OpenGL ES 2.0 support, but it failed with the following error message: The OpenGL ES 2.0

Re: [ptxdist] Error getting host packages

2011-07-06 Thread Michael Olbrich
On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote: PTXdist fails to get host packages and ends with: error: empty parameter to 'ptxd_make_get' that's because we expand arguments to ptxd_make_get this way: ptxd_make_get $($(strip $(1))_SOURCE) $($(strip $(1))_URL) see

Re: [ptxdist] USB mouse with Qt app and touchscreen

2011-07-06 Thread Michael Olbrich
On Wed, Jul 06, 2011 at 03:43:37AM +, Dave wrote: Following this tutorial: http://www.armadeus.com/wiki/index.php?title=Qt/Embedded#Installation With a previous build of Qt/embedded I managed to get the USB mouse working in conjunction with the touchscreen by exporting this line,

Re: [ptxdist] [PATCH 0/2] Failing to build Qt4 with OpenGL ES 2.0

2011-07-06 Thread Marius Brehler
Hi, On 07/06/11 09:35, Michael Olbrich wrote: On Mon, Jul 04, 2011 at 09:35:03AM +0200, Marius Brehler wrote: On 07/03/11 13:52, Michael Olbrich wrote: On Thu, Jun 30, 2011 at 03:18:33PM +0200, Marius Brehler wrote: I tried to build Qt4/X11 with OpenGL ES 2.0 support, but it failed with the

Re: [ptxdist] USB mouse with Qt app and touchscreen

2011-07-06 Thread Dave
Michael, OK, I seem to be missing the mouse device. There is nothing in /proc/bus/input/devices I am not sure about MouseMan, that is what is in the tutorial and it worked previously. When I realised this problem probably had nothing to do with Qt I started another thread on PTXdist mini2440

Re: [ptxdist] Error getting host packages

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 09:37:15AM +0200, Michael Olbrich wrote: On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote: PTXdist fails to get host packages and ends with: error: empty parameter to 'ptxd_make_get' that's because we expand arguments to ptxd_make_get this way:

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 01:23:33PM +0200, Ladislav Michl wrote: PTXDists' CFLAGS are not passed to QT4 build resulting in following error when builing with ARM6 toolchains Error: selected processor does not support `ldrex r3,[r2]' Passing -march=armv6 fixes this problem. With OSELAS.Toolchain