Exporting mbed-os-example-uvisor to Makefile build doesn't work

11 Aug 2016

I have the mbed-os-example-uvisor project built with the mbed cli running on a FRDMK64F board. I tried exporting it to a GCC ARM Embedded Makefile. It built ok, but doesn't run when flashed to the board.

I did the following:

mbed export -m K64F -i gcc_arm cd projectfiles/gcc_arm_K64F make

Is this a known problem, or am I doing something wrong?

Thanks,

Stu