I’m on an OS X box, and cannot build a working mbed-os-example-uvisor if I use the latest mbed os which is currently 5.1.0. I’m using a FRDM-K64F board.
This results is a broken .bin which won’t run:
mbed import GitHub - ARMmbed/mbed-os-example-uvisor: Demonstrate secure serial port access and interrupt management from a secure box
cd mbed-os-example-uvisor
mbed compile -m K64F -t GCC_ARM
However if I downgrade to 5.1.0-rc5 then I get a working image:
mbed update mbed-os-5.1.0-rc5
mbed compile -m K64F -t GCC_ARM
I could give more information if it helps. I just installed all of the development tools this week, and was able to create a working build yesterday. I was surprised when it broke today.