Hello,
I am trying out the CMSIS-NN library on the photon for my project. I have imported the libraries and tried to compile with an example but encountered the following:
/inc/application.h:33:18: fatal error: chrono: No such file or directory
This error message has occurred multiple times when I try to include some libraries that were relatively big. I ctrl+clicked on chrono in application.h and it does lead to the chrono
library in the following directory:
particle/toolchains/gcc-arm/5.3.1/arm-none-eabi-include-c+±5.3.1-chrono
I am wondering how to solve this issue, as I could not find anythings similar on this forum. Thank you!