[ptxdist] [PATCH] udev: Use ptxdist kernel headers

2011-08-15 Thread bernhard
From: Bernhard Walle When a toolchain without kernel headers (such as the Lite version from Codesourcery) or with very old kernel header is used, udev doesn't build because videodev.h is missing. This patch adds the $(KERNEL_HEADERS_INCLUDE_DIR) to the include path of udev like it's done for bus

[ptxdist] [ANNOUNCE] Mini2440: August Release of the Free Board Support Package available

2011-08-15 Thread Juergen Beisert
OSELAS.BSP-Pengutronix-Mini2440 --- Pengutronix offers the next release of it's Board Support Package for the popular FriendlyARM's Mini2440. It provides all required components to get this embedded target up and running, and is d

Re: [ptxdist] [PATCH] [OSELAS.Toolchain()] gcc-4.5.2: Fix ICE on ARM

2011-08-15 Thread Marc Kleine-Budde
On 08/15/2011 10:27 AM, bernh...@bwalle.de wrote: > From: Bernhard Walle > > This patch fixes an ICE when compiling a kernel for ARM. It's from > upstream gcc SVN, so it should be safe. > > Signed-off-by: Bernhard Walle tnx, applied to master and stable/OSELAS.Toolchain-2011.03.x cheers, Marc

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Marc Kleine-Budde
On 08/15/2011 12:36 PM, Bernhard Walle wrote: > Am 15.08.2011 12:31, schrieb Marc Kleine-Budde: >> >> You have to build the compiler with no fpu support - and probably the >> glibc, too. > > In theory it's clear, but it didn't work. I'll check which args I did > use and will post them, once I'm at

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Bernhard Walle
Am 15.08.2011 12:31, schrieb Marc Kleine-Budde: > > You have to build the compiler with no fpu support - and probably the > glibc, too. In theory it's clear, but it didn't work. I'll check which args I did use and will post them, once I'm at home... Regards, Bernhard -- ptxdist mailing list p

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Marc Kleine-Budde
On 08/15/2011 12:27 PM, Bernhard Walle wrote: > * Marc Kleine-Budde [2011-08-15 12:25]: >> On 08/15/2011 12:20 PM, Juergen Beisert wrote: >>> Marc Kleine-Budde wrote: On 08/14/2011 12:51 PM, Bernhard Walle wrote: > The toolchain has been tested with a so-called Bifferboard > (http://b

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Bernhard Walle
* Marc Kleine-Budde [2011-08-15 12:25]: > On 08/15/2011 12:20 PM, Juergen Beisert wrote: > > Marc Kleine-Budde wrote: > >> On 08/14/2011 12:51 PM, Bernhard Walle wrote: > >>> The toolchain has been tested with a so-called Bifferboard > >>> (http://bifferos.co.uk/) which has a S3282 BGA CPU (R861x/

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Marc Kleine-Budde
On 08/15/2011 12:20 PM, Juergen Beisert wrote: > Marc Kleine-Budde wrote: >> On 08/14/2011 12:51 PM, Bernhard Walle wrote: >>> The toolchain has been tested with a so-called Bifferboard >>> (http://bifferos.co.uk/) which has a S3282 BGA CPU (R861x/R321x >>> equivalent) that understands 486SX instru

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Juergen Beisert
Marc Kleine-Budde wrote: > On 08/14/2011 12:51 PM, Bernhard Walle wrote: > > The toolchain has been tested with a so-called Bifferboard > > (http://bifferos.co.uk/) which has a S3282 BGA CPU (R861x/R321x > > equivalent) that understands 486SX instructions. > > What about the FPU? Does the cpu suppo

Re: [ptxdist] [oselas] [PATCH] Add i486 toolchain

2011-08-15 Thread Marc Kleine-Budde
On 08/14/2011 12:51 PM, Bernhard Walle wrote: > The toolchain has been tested with a so-called Bifferboard > (http://bifferos.co.uk/) which has a S3282 BGA CPU (R861x/R321x > equivalent) that understands 486SX instructions. What about the FPU? Does the cpu support float instructions? Does the tool

[ptxdist] [PATCH] [OSELAS.Toolchain()] gcc-4.5.2: Fix ICE on ARM

2011-08-15 Thread bernhard
From: Bernhard Walle This patch fixes an ICE when compiling a kernel for ARM. It's from upstream gcc SVN, so it should be safe. Signed-off-by: Bernhard Walle --- patches/gcc-4.5.2/0016-Fix-ICE-on-ARM.patch | 51 +++ patches/gcc-4.5.2/series|1 +