-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino Demo - DetectFaces does not compile - unable to find - cpp fsl_cache.h
#121
Comments
I am also facing this issues with arduino ide |
I am also facing this issues with arduino ide 2.3.2 |
I am also having this issue with Arduino die 2.3.3 |
The FreeRTOS examples run fine though. |
Thanks for the feedback. I also have the same issue with FreeRTOS so maybe I am doing something wrong in setting it up. I am using a Mac, will switch to an Ubuntu computer. |
Might be a mac issue. I did it on Ubuntu 22.04. |
Thank you, that gives me a lot of hope. |
It seems that uninstalling my Arduino v2.3.3 and installing v2.0.4 is the trick. It now works on my MacOS with Arduino v2.0.4. That older release can be downloaded at: https://github.com/arduino/arduino-ide/releases/tag/2.0.4 |
Description
The supplied demo - DetectFaces - for Arduino does not compile due to the following error,
cm7
folder was missing completely.I only see the following files under "...third_party/nxp/rt1176-sdk/devices/MIMXRT1176/drivers",
fsl_clock.h fsl_csi.h fsl_lpi2c_freertos.h fsl_lpspi.h fsl_pwm.h fsl_common_arm.h fsl_edma.h fsl_lpi2c.h fsl_pdm_edma.h fsl_pxp.h fsl_common.h fsl_lpadc.h fsl_lpspi_freertos.h fsl_pdm.h fsl_sema4.h
Were these examples tested before?
Click to expand!
Issue Type
Bug
Operating System
Ubuntu
Coral Device
Dev Board Micro
Other Devices
No response
Programming Language
C++
Relevant Log Output
The text was updated successfully, but these errors were encountered: