I am trying to build the I2C RTOS demo using MQX. I have imported:
i2c_rtos_mqx_frdmk22f
mqx_frdmk22f
mqx_stdlib_frdmk22F
nshell_frdmk22F
When I build all, everything goes OK except that I get:
make: *** No rule to make target `C:/Freescale/KSDK_1.1.0/demos/i2c_rtos/i2c_rtos_mqx/kds/frdmk22f/../../../../../lib/ksdk_mqx_lib/kds/K22F51212/Debug/libksdk_platform_mqx.a', needed by `i2c_rtos_mqx_frdmk22f.elf'.
I try to (re)build just the first thinking that it may have been built as one of the later ones, but get the same error.
What project am I missing?
Thanks