Hi,
I am trying to build the firmware for the logomatic using gnu arm (Linux). I am seeing a bunch of warnings regarding interwork when it links.
Looking at the Makefile, I see:
This is needed to run IAP function call stuff
THUMB_IW = -mthumb-interwork
What is this for ? ie if I take it out, what will break?
Thanks