Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Originally Posted by Lmiller1708
Can't seem to get past this step:
Code:
make ARCH=arm linux-msm-nand-defconfig
What I see:
Code:
~/Desktop/Android/linux-msm-rhod-nand$ make ARCH=arm linux-msm-nand-defconfig
HOSTCC scripts/basic/fixdep
scripts/basic/fixdep.c: In function ‘traps’:
scripts/basic/fixdep.c:377: warning: dereferencing type-punned pointer will break strict-aliasing rules
scripts/basic/fixdep.c:379: warning: dereferencing type-punned pointer will break strict-aliasing rules
HOSTCC scripts/basic/docproc
make[1]: *** No rule to make target `linux-msm-nand-defconfig'. Stop.
make: *** [linux-msm-nand-defconfig] Error 2
Everything else went good. Any Ideas?
Thanks!
|
Nice catch. It should have been htc_msm_nand_defconfig. Updating now
|