Hey folks, I am migrating our huge *Android* code base from GCC(Eclipse IDE) to clang(Android Studio).
Error: SIGILL (signal SIGILL: illegal instruction) At a weird line in the code, I am getting this error. which points to a closing curly bracket of an if condition. After googling, I am assuming it is some kind of architecture flag issue. I am using same flags which were used for GCC. *Note:* I am currently working on Arm build. Here are the architecture flags for ARM7: -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mtune=cortex-a8 -mthumb -DTARGET_THUMB2 Can anyone help me debug this issue? Is there any issue with the flags with clang? Thanks, Rohit Kumar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/e0fd518b-1e77-4a30-9481-bf8309de6325%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

