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
> 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 ...
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
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