Hi,
Would it be possible to link a library that has been compiled using armcc 5 to a GNU (GCC) based project?
Hi,
Would it be possible to link a library that has been compiled using armcc 5 to a GNU (GCC) based project?
I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested in both Keil MDK / DS-5 or GCC for ARM. Thank you!…
Assembly code:
.syntax unified
@ --------------------------------
.global main
main:
@ Stack the return address (lr) in addition to a dummy register (ip) to
@ keep the stack 8-byte aligned.
push {ip, lr}
@ Load the…