[android-kernel] array type has incomplete element type

2011-12-26 Thread Giveen
I am getting this error, and I'm still new to programming, could someone help me? arch/arm/mach-tegra/common.c:123: error: array type has incomplete element type arch/arm/mach-tegra/common.c: In function 'tegra_init_early': arch/arm/mach-tegra/common.c:321: error: implicit declaration of functio

[android-kernel] Re: empty folder after git clone

2011-12-26 Thread Jerome Clarke
Thanks again... yeah I just want to look at the source code so I understand how things are working -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: empty folder after git clone

2011-12-26 Thread Dharam Kumar
git checkout : simple checking out the "branch_name" or switching to the "branch_name". It does not create any new branches. git checkout -b: will *create and checkout * a branch "branch_name_1" from other branch "branch_name_2". regards -Dharam On Mon, Dec 26, 2011 at 7:35 PM, Jerome Cla

[android-kernel] Re: empty folder after git clone

2011-12-26 Thread Jerome Clarke
I was browsing around in another group... then I realized I forgot about the "branch" command this is what I did based from another thread I read "git branch -a" to see a list of branches and then "git checkout remotes/origin/android-samsung-3.0-ics-mr1" it's been awhile since I've used git...

Re: [android-kernel] empty folder after git clone

2011-12-26 Thread Dharam Kumar
Hi, Everything is out there in .git folder only. By default, these URLs for cloning will put the .git stuff in your local folder. As you have not mentioned any remote branch name while cloning , hence, it would not checkout the files in your local repository. All you need to do is to checkout co

[android-kernel] empty folder after git clone

2011-12-26 Thread sinatosk
at http://source.android.com/source/downloading.html there are a list of URL's to clone the android kernels from... everytime I do "git clone https://android.googlesource.com/kernel/samsung.git";... the folder is empty... I've tried it numerous times ( using Archlinux and Ubuntu as they both hav