Re: [b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-06 Thread Felix E. Klee
On Wed, May 6, 2015 at 5:33 PM, Felix E. Klee wrote: > $ make msm8610_defconfig Forgot to mention import steps preceeding the above command: # export ARCH=arm # export SUBARCH=arm # export CROSS_COMPILE=arm-eabi- ___ dev-b2g mailing lis

Re: [b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-06 Thread Naoki Hirata
Oh Awesome! Thanks for sharing the information! -N. On May 6, 2015, at 9:33 AM, "Felix E. Klee" wrote: > I think I did several things wrong. Finally I looked at Google’s Android > kernel building [guide][1], which I just discovered. > > To install the ARM cross compiler, I proceeded as follow

Re: [b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-06 Thread Felix E. Klee
I think I did several things wrong. Finally I looked at Google’s Android kernel building [guide][1], which I just discovered. To install the ARM cross compiler, I proceeded as follows: $ git clone https://android.googlesource.com/platform/prebuilts/gcc/ linux-x86/arm/arm-eabi-4.6 $

Re: [b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-06 Thread Naoki Hirata
I think Gabriele is right. If I recall correctly, the Fire C is still on JB so I think you'll need to use the JB version not the ICS. On May 6, 2015, at 7:03 AM, Gabriele Svelto wrote: > On 04/05/2015 14:16, Felix E. Klee wrote: >> What follows are the steps that I undertook. They lead to an e

Re: [b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-06 Thread Gabriele Svelto
On 04/05/2015 14:16, Felix E. Klee wrote: > What follows are the steps that I undertook. They lead to an error > message. Now I wonder: *Did I do something wrong, or did Alcatel not > provide the proper source code?* That's an interesting question... Is the AndroidKernel.mk setting some environmen

Re: [b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-05 Thread Felix E. Klee
I just like to know: *Am I generally doing things correctly?* If yes, and if Alcatel doesn't react, the next step could be to contact the Software Freedom Conservancy, and then perhaps file a complaint. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

[b2g] Compiling Fire C kernel: What am I doing wrong?

2015-05-04 Thread Felix E. Klee
What follows are the steps that I undertook. They lead to an error message. Now I wonder: *Did I do something wrong, or did Alcatel not provide the proper source code?* Prepared ARM cross compiler: $ git clone https://android.googlesource.com/platform/prebuilt -b \ ics-plus-aosp $ exp