Re: Problem in Compiling Kernel Module for Openmoko

2009-02-20 Thread Nelson Castillo
On Fri, Feb 20, 2009 at 7:24 PM, arne anka wrote: >> CHK include/linux/version.h >> /bin/sh: -c: line 0: syntax error near unexpected token `(' >> /bin/sh: -c: line 0: `echo 2.6.29-GTA02_(no-mokodev > > > at a first glance. i'd say, the ( in the echo has to be escaped: > > `echo 2.6.29-GTA02

Re: Problem in Compiling Kernel Module for Openmoko

2009-02-20 Thread arne anka
>   CHK include/linux/version.h > /bin/sh: -c: line 0: syntax error near unexpected token `(' > /bin/sh: -c: line 0: `echo 2.6.29-GTA02_(no-mokodev > at a first glance. i'd say, the ( in the echo has to be escaped: `echo 2.6.29-GTA02_\(no-mokodev > but i don't know how the line continues ...

Re: Problem in Compiling Kernel Module for Openmoko

2009-02-19 Thread Nelson Castillo
On Thu, Feb 19, 2009 at 1:50 AM, Sincere Trout wrote: > Dear Sir, > > I am trying to compile a kernel module to run on openmoko, and in this > regard I downloaded the provided toolchain and the kernel from > http://git.openmoko.org/?p=kernel.git;a=summary > > The problem is that the downloaded ker

Problem in Compiling Kernel Module for Openmoko

2009-02-19 Thread Sincere Trout
Dear Sir, I am trying to compile a kernel module to run on openmoko, and in this regard I downloaded the provided toolchain and the kernel from http://git.openmoko.org/?p=kernel.git;a=summary The problem is that the downloaded kernel from http://git.openmoko.org/?p=kernel.git;a=summary does no