View Single Post
solca's Avatar
Posts: 109 | Thanked: 196 times | Joined on Sep 2008 @ Guatemala
#202
Originally Posted by cyrus View Post
solca:

Where are you building this kernel? Within scratchbox (maemo sdk).
No. For building the kernel you just need an ARM gcc to cross compile it. I normally do:

$ cd <kernel_src_dir>
$ make CROSS_COMPILE=<path_to_cross_gcc>/bin/gcc ARCH=arm menuconfig
$ make CROSS_COMPILE= <path_to_cross_gcc>/bin/gcc ARCH=arm
__________________
NITdroid
 

The Following User Says Thank You to solca For This Useful Post: