Tag: c/c++
-
Over-aggressive GCC optimization can cause SIGBUS crash when using memcpy with the Android NDK
At work we’ve been developing new Android hardware, and as such I’ve been porting a lot of our existing C/C++ code to Android using the NDK, a collection of GNU build tools (gcc, objcopy, etc.) and associated scripts to aid the development of native C/C++ code on Android. One of our projects is nearly 1000 source […]