Building android gives me error

196 views Asked by At

I have been trying to build android gingerbread source. I am following the ubuntu 12.04. I have installed all the packages as said but still I get this error while building android file system

/usr/bin/ld: cannot find -llzo2
/usr/bin/ld: cannot find -luuid

I installed these libraries following suggestions from this link

https://community.freescale.com/thread/303536

But now a new problem came and its cannot find -lz

I checked it if it is installed through

ldconfig -p | grep lz

it says

liblzo2.so.2 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/liblzo2.so.2
liblzo2.so.2 (libc6) => /usr/lib/liblzo2.so.2
liblzo2.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/liblzo2.so
liblzo2.so (libc6) => /usr/lib/liblzo2.so
liblzma.so.5 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/liblzma.so.5

does it mean I have lz but not linked?

0

There are 0 answers