Hello,
Paragraph 3.3.2 in SDK2.0 manual explains how to rebuild the kernel using bitbake.
I want to build the kernel supplied in SDK 2.0 without bitbake but with:
cd <kerenl source>
make CC=<my arm-v7-gcc> ARCH=?
In x86 for exmaple I'm running: make CC=<my x86 gcc> ARCH=x86 (or x86_64)
what ARCH should I use here ?
Thank you,
Z.V