Search found 3 matches

by rainfall
Sun Apr 01, 2012 3:02 am
Forum: Bug reports
Topic: CXMeshFileLoader on ARMV6/7 Error
Replies: 4
Views: 939

Re: CXMeshFileLoader on ARMV6/7 Error

some one tell me that my compiler is too old.
I will try LLVM GCC 4.2 later
by rainfall
Sun Apr 01, 2012 2:48 am
Forum: Bug reports
Topic: CXMeshFileLoader on ARMV6/7 Error
Replies: 4
Views: 939

Re: CXMeshFileLoader on ARMV6/7 Error

replace with : memcpy(&tmp, P, 4);
debug is OK, but release still crash.
so it seems like memory overflow
by rainfall
Sat Mar 31, 2012 3:03 am
Forum: Bug reports
Topic: CXMeshFileLoader on ARMV6/7 Error
Replies: 4
Views: 939

CXMeshFileLoader on ARMV6/7 Error

HI,everyone.
I tried to load .X file on android and ios,but always suspend on line 2338 ( const f32 tmp = *(f32 *)P; ).
armv5 is OK.
I tried to fix it, but failed.
Any suggestions?
rainfall