Ardiuno Error messagr

Hi, I have loaded my code into my Arduino library however, it won’t compile due to this error message. I am not sure how to debug it get the file to compile
1_inferencing\src/edge-impulse-sdk/dsp/numpy.hpp:32:10: fatal error: cfloat: No such file or directory
#include
^~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.

1 Like

Hi @Kimbetty

Welcome to the forum. Interestingly one of our other members is working on an Uno too:

Perhaps @Noosphera’s document can be of help to get started, are you also on Windows @Kimbetty ?

The error message you’re encountering is typically related to lack of resources on the target to support the model. See: #include <cfloat> compile error - #2 by louis

Please let us know if the steps in the guide above or if you are having any SDK setup issues, it could be a step missed on that setup too.

Also please share your project ID so I can see what you are exporting to so i can check the size of the model

Best

Eoin

1 Like