On Apr 1, 10:18 pm, fadden <[email protected]> wrote:
> On Mar 30, 11:51 pm, Anand Android <[email protected]> wrote:
>
> > is the version source tree that ran on ppc still available ?
> > if so,is it advisable to use it now and can you point me to that source
> > tree ?
>
> Looking at the perforce history, the axe was dropped on PPC support in
> June 2007.
>
> So, no. :-|
hi fadden
i am also working on same environmnt and stuck in running
dalvikvm on my ppc64 linux m/c
Following is the issue that am currently facing
while debugging in gdb i found that
from the file dalvik/vm/oo/Object.h line 797
in the below function clazz->status contains CLASS_VERIFYING
instead of CLASS_VERIFIED
INLINE bool dvmIsClassVerified(const ClassObject* clazz) {
return clazz->status >= CLASS_VERIFIED;
}
thats why returnig false from this function in casuses dvmabort() to
fail at following location
0x0feacd38 in dvmAbort () at dalvik/vm/Init.c:1433
1433 *((char*)0xdeadd00d) = 38;
and here i am getting seg fault .
are you having any idea about this ,how to get rid of this problem?
please reply............
thanks in advance.
regards
DJ
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---