Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Thanks Chris for clearing that up. I build for Streak 7 and Dell doesn't provide much support so I struggle to get kernels to build, so does my main developer. On Mon, Apr 2, 2012 at 7:13 PM, JF Dionne wrote: > Thanks will give it a try > > JF > > > On Monday, April 2, 2012 7:13:21 PM UTC-4, Chr

Re: [android-kernel] wingray defconfig

2012-04-02 Thread JF Dionne
Thanks will give it a try JF On Monday, April 2, 2012 7:13:21 PM UTC-4, Chris Trotman wrote: > > I have never had any issues with getting the AOSP kernel to compile. > > Simply use the stingray default config. This goes for the Tiamat kernel > (which I also maintain). > > To build the wingray/st

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Chris Trotman
I have never had any issues with getting the AOSP kernel to compile. Simply use the stingray default config. This goes for the Tiamat kernel (which I also maintain). To build the wingray/stingray kernels, I always do ARCH=arm make mrproper ARCH=arm make stingray_defconfig ARCH=arm CROSS_COMPILE

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Welcome to the world of Tegra. I can never get AOSP to compile. I generally have to work another way. For Wingray/StingRay, I go for Tiamat's. Tegra kernel comes from Nvidia and there are a pain to pry information out of. On Mon, Apr 2, 2012 at 2:14 PM, Jean-Francois Blanchard-Dionne < jeanfrancoi

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jean-Francois Blanchard-Dionne
Really?? So this is a "supported device" for AOSP and we can't get the kernel to build ??? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Honestly, I would suggest grabbing Tiamats kernel as its more well put together. http://git.tiamat-dev.com/tegra2/tiamat-xoom/ On Mon, Apr 2, 2012 at 1:33 PM, JF Dionne wrote: > also, will the stringray defconfig work on my wingray??? > > > On Monday, April 2, 2012 3:16:11 PM UTC-4, JF Dionne wr

Re: [android-kernel] wingray defconfig

2012-04-02 Thread JF Dionne
also, will the stringray defconfig work on my wingray??? On Monday, April 2, 2012 3:16:11 PM UTC-4, JF Dionne wrote: > > Thanks Giveen, > > Did you managed to get it to work?? I still have issues building it > > > arch/arm/mach-tegra/board-ventana.c:209: error: 'pmu_device' undeclared > here

Re: [android-kernel] wingray defconfig

2012-04-02 Thread JF Dionne
Thanks Giveen, Did you managed to get it to work?? I still have issues building it arch/arm/mach-tegra/board-ventana.c:209: error: 'pmu_device' undeclared here (not in a function) arch/arm/mach-tegra/board-ventana.c: In function 'tegra_ventana_init': arch/arm/mach-tegra/board-ventana.c:250:

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Find a copy of it, and add it to the appropriate directory. Make sure the library is from a matching kernel version. On Mon, Apr 2, 2012 at 10:47 AM, JF Dionne wrote: > Actually it seems android_composite.h is missing from the branch?? > > > On Monday, April 2, 2012 11:37:20 AM UTC-4, JF Dionne

Re: [android-kernel] wingray defconfig

2012-04-02 Thread JF Dionne
Actually it seems android_composite.h is missing from the branch?? On Monday, April 2, 2012 11:37:20 AM UTC-4, JF Dionne wrote: > > Yes this is exactly what I did > > -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] wingray defconfig

2012-04-02 Thread JF Dionne
Thanks Giveen for your help but I get multiple errors in board-ventana.c Do you know if that file is even needed?? Thanks > > -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] wingray defconfig

2012-03-24 Thread Jeremy Morales
Also try this defconfig http://git.tiamat-dev.com/tegra2/tiamat-xoom/tree/arch/arm/configs/stingray_defconfig?h=ics On Sat, Mar 24, 2012 at 7:04 PM, Jeremy Morales wrote: > How did you do the build? > 1) "make ARCH=arm tegra_android_defconfig" > 2) "Make ARCH=arm CROSS_COMPILE=your_compiler_here"

Re: [android-kernel] wingray defconfig

2012-03-24 Thread Jeremy Morales
How did you do the build? 1) "make ARCH=arm tegra_android_defconfig" 2) "Make ARCH=arm CROSS_COMPILE=your_compiler_here" On Sat, Mar 24, 2012 at 7:00 PM, JF Dionne wrote: > Hi > > I am trying to build the android kernel for the wingray. > > I cloned the repository and I'm trying to build the ker

[android-kernel] wingray defconfig

2012-03-24 Thread JF Dionne
Hi I am trying to build the android kernel for the wingray. I cloned the repository and I'm trying to build the kernel on the 2.6.39 branch for ics4.0.3 My problem is that there is 2 defconfig files : tegra_defconfig and tegra_android_defconfig And none of them compiles. Any one ran into th