I'm writing Assembly using Thumb for a Cortex-M7.
it eq
eoreq r1, r0, r7
pop {r0}
I'm using arm-gcc to and it throws two errors.
Error: Thumb does not support conditional execution
Error: instruction not allowed in IT block -- `pop {r0}'
I'm not seeing what is going wrong here, if someone could help me I'd appreciate it.