Thread: Development GPL Compliance
View Single Post
Old 08-23-2010, 11:20 AM   #54
dontpanic
Edge User
 
Quote:
Originally Posted by robot View Post
After spending six hours trying to compile the kernel (under widows using cygwin+arm-elf, and under ubuntu using CodeSourcery arm crosscompiler)...

dontpanic, I don't want to start flame and assume that the source code is complete, but it would be nice, if you also publish the ".config" file used to compile the latest version of the kernel and if you tell us which compiler you're using.

Thanks.

p.s. also didn't see gstreamer source code (it's used as part of video player).
Robot:

Okay, this is what I got back from engineering. They are looking into the gstreamer issue still.


--- The config file was published as part of the kernel source: see arch/arm/configs/pxa168_edge_defconfig. What we provided was a "clean" kernel, i.e. no .config file. To build kernel...

$ make ARCH=arm pxa168_edge_defconfig
$ make ARCH=arm

--- The compiler we use is the one provided with Android 1.6_r2 source, under prebuilt/linux-x86. (see
http://android.git.kernel.org/?p=pla....git;a=summary) The specific version is...

jb@jbxa168-linux-2.6.29$ arm-eabi-gcc --version arm-eabi-gcc (GCC) 4.2.1 Copyright (C) 2007 Free Software Foundation, Inc.

DP