Hi. Which directory are you in when you type that command? The easiest way to make sure that everything builds is to run these commands from the directory that you ran repo init from.
source build/envsetup.sh lunch (pick generic, not sim) make If your machine has multiple CPUs or a multicore CPU, you can do make -jN, where N is the number of cores times two. Before you do that, try rm -rf out from that directory to clean out any builds that might be inconsistent. You don't need to set the ARCH or CROSS_COMPILE variables if you use envsetup.sh and lunch. -joe On Mon, Dec 8, 2008 at 4:32 AM, getandroid <[EMAIL PROTECTED]> wrote: > > I do > > make ARCH=arm CROSS_COMPILE=arm-eabi- > > then the whole android get compiled but none of the external packages > get built!!! > is there any way to compile whole android code at once??? > > secondly, i compiled opencore and got the executable > 'pvplayer_engine_test' > > was trying to run this in emulator but it seems that it doesnot have > execute permission > chmod 0777 <file> is not working(even after doing this the permission > dont change). > > On Dec 8, 11:59 am, "Joe Onorato" <[EMAIL PROTECTED]> wrote: > > That's odd. Usually it does compile opencore when you build the rest of > > android. How are you doing the android build? > > > > -joe > > > > On Mon, Dec 8, 2008 at 1:56 AM, getandroid <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I was trying to build 'opencore' from the android package, as it > > > doesnot get built when u compile the whole android source code. So, I > > > assume one has to build it seperately. > > > > > Does anyone know how to compile opencore for arm arch. bcoz when i > > > give ARCH=arm & CROSS_COMPILE=arm-eabi- it says no rule to make > > > target. ??? > > > > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---