I'm trying to build the face_detect demo application and it gives an error saying cannot open source file "iomem.h". Im using Kendryte IDE on the Linux environment.
Here I have attached the exact face detect demo code that I use from this repo and changed nothing.
Solved it!. I noticed that the freeRTOS SDK comes with the Kendryte IDE dependency manager is not the latest one. Below freeRTOS SDK in the repo has "iomem.h" file and the project builds just fine.
I'm trying to build the face_detect demo application and it gives an error saying cannot open source file "iomem.h". Im using Kendryte IDE on the Linux environment.
Here I have attached the exact face detect demo code that I use from this repo and changed nothing.
project.zip
Any help would be greatly appreciated.