#include <cfloat> compile error

I check that Header files are all in place.
but I keep getting errors.

아두이노:1.8.19 (Windows 10), 보드:“Arduino Nano, ATmega328P”

In file included from C:\Users\yujin\OneDrive - pukyong.ac.kr\����\Arduino\libraries\db21366-project-1_inferencing\src/edge-impulse-sdk/classifier/ei_model_types.h:24:0,

             from C:\Users\yujin\OneDrive - pukyong.ac.kr\����\Arduino\libraries\db21366-project-1_inferencing\src/edge-impulse-sdk/classifier/ei_run_dsp.h:21,

             from C:\Users\yujin\OneDrive - pukyong.ac.kr\����\Arduino\libraries\db21366-project-1_inferencing\src/edge-impulse-sdk/classifier/ei_run_classifier.h:23,

             from C:\Users\yujin\OneDrive - pukyong.ac.kr\����\Arduino\libraries\db21366-project-1_inferencing\src/db21366-project-1_inferencing.h:49,

             from C:\Users\yujin\AppData\Local\Temp\arduino_modified_sketch_190636\rp2040_microphone.ino:1:

C:\Users\yujin\OneDrive - pukyong.ac.kr\����\Arduino\libraries\db21366-project-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

board Arduino Nano compile error

Hello @db21366,

The ATmega328P is a 8-bit microcontroller, which does not have enough resources to run the models.
See also: Can't load my model on my Arduino - #4 by aurel

Best,

Louis