View Single Post
  #91 (permalink)  
Old 03-11-2011, 12:17 PM
dongman524's Avatar
dongman524
Lurker
Offline
 
Join Date: Mar 2011
Posts: 2
Reputation: 0
dongman524 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [NAND ROM] - Rom Dev only

I try to make kernel for myself.But i'm failed!

llf@llf-VirtualBox:~$ sudo -i
[sudo] password for llf:
root@llf-VirtualBox:~# cd /home/llf/android/tinboot-linux-msm
root@llf-VirtualBox:/home/llf/android/tinboot-linux-msm# sudo sh buildkernel.sh
#
# configuration written to .config
#
scripts/kconfig/conf -s arch/arm/Kconfig
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CC kernel/bounds.s
fixdep: kernel/.bounds.s.d: No such file or directory
make[1]: *** [kernel/bounds.s] Error 2
make: *** [prepare0] Error 2
buildkernel.sh: 29: fail: not found
cd: 35: can't cd to kernel-modules
mkdir: cannot create directory `/home/llf/android/tinboot-linux-msm/output': File exists
Outputting files to /home/llf/android/tinboot-linux-msm/output
cp: cannot stat `/home/llf/android/linux-msm-rhod-nand/arch/arm/boot/zImage': No such file or directory

Can anyone help me?
Reply With Quote