Hello,
I am trying to combine a mbed online compiler code that runs a dc motor on the FRDM KW41Z board with the wireless_thread_router_eligible_device SDK example on the MCU Xpresso. I tried exporting the Mbed online compiler files as a zip folder, combined it with the MCU Xpresso project, linked all the files to be included in the build but I am running into an error. The error is that it is not able to compile the line #include <sys/fcntl.h>
Any help on this would really be useful.