Wednesday, April 13, 2011

Build error on Android rowboat

I was building the code for TI omap3evm and I found that on FC14, I was getting the error from the make file of kernel. It told "Mixed implicit and normal rules". On a bit of googling, I found http://www.mail-archive.com/bug-make@gnu.org/msg06220.html

The file "hardware/ti/sgx/GFX_Linux_KM/eurasiacon/build/linux/omap3630_android/kbuild/../../kbuild/Makefile.kbuild" need to be modified as follows:

Change "all %:" to
all:
    (Build command)
%::
    (Build command)

No comments: