小弟最近尝试编译android内核 遇到问题  求大牛指教。俺的机型是I9103  在三星开源站点https://opensource.samsung.com/ 下载了I9103内核源码内核编译说明是这样的。
    
     HOW TO BUILD KERNEL 2.6.36 FOR GT-I9103_SWA_DD1. How to Build
- get Toolchain
Visit http://www.codesourcery.com/, download and install Sourcery G++ Lite 2009q3-68 toolchain for ARM EABI.
Extract kernel source and move into the top directory.
$ toolchain\arm-eabi-4.4.3
$ cd Kernel/
$ make tegra_n1_defconfig
$ make

2. Output files
- Kernel : Kernel/arch/arm/boot/zImage
- module : Kernel/drivers/*/*.ko
我已经下载并安装了Sourcery G++ Lite 2009q3-68 toolchain for ARM EABI。不懂的地方是   1. Extract kernel source and move into the top directory. 这句话的意思是解压内核源码移动到顶层目录,求教这顶层目录是指的什么地方?   不会是/吧   2.toolchain\arm-eabi-4.4.3   这句话是什么意思?我既没有找到toolchain这个目录,也没有找到arm-eabi-4.4.3这个文件,,
   
   3.单独编译内核还需要在谷歌官方下载对应的源码吗?
以上2个问题求大牛指教。  谢谢。。