PDA

View Full Version : [ubuntu] Fail to build Ubuntu Kernel for OMAP4?



jiapei100
August 24th, 2012, 10:43 AM
Hi, all:

My hosting computer: Ubuntu 12.04 32bits.

I'm trying to build Ubuntu kernel for OMAP4, strictly following
http://omappedia.org/wiki/Ubuntu_kernel_for_OMAP4#armhf_cross-compiler_setup

I'm actually trying to do ARMHF Cross-Compilation with the kernel
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-precise.git;a=summary

code

fakeroot debian/rules clean
brings me the error:

/bin/bash: kernel-wedge: command not found

and code

do_tools=false skipabi=true skipmodule=true dpkg-buildpackage -B -aarmhf -uc -us
brings me the error:

tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1


Any suggestions please?

Cheers
Pei

jiapei100
August 25th, 2012, 08:24 PM
Ok, stupid question...
Just install kernel-wedge...

Cheers
Pei