search for: 91a6

Displaying 1 result from an estimated 1 matches for "91a6".

Did you mean: 916
2018 Mar 12
3
Cross-compiling for ARM Cortex-M3 on x86
...t;: 1744 9198: 2200 movs r2, #0 1745 919a: 4b03 ldr r3, [pc, #12] ; (91a8 <srand+0x10>) 1746 919c: 681b ldr r3, [r3, #0] 1747 919e: f8c3 00a8 str.w r0, [r3, #168] ; 0xa8 1748 91a2: f8c3 20ac str.w r2, [r3, #172] ; 0xac 1749 91a6: 4770 bx lr Can anyone kindly give me some pointers on how to debug this? Or at least tell me whether this is a bug? I am a bit lost now, I've tried to look up for more information on this but cannot find out why Clang doesn't generate Thumb code for libc functions. Thank you ve...