some one tell me that my compiler is too old.
I will try LLVM GCC 4.2 later
Search found 3 matches
- Sun Apr 01, 2012 3:02 am
- Forum: Bug reports
- Topic: CXMeshFileLoader on ARMV6/7 Error
- Replies: 4
- Views: 939
- 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
debug is OK, but release still crash.
so it seems like memory overflow
- 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
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