EI SDK遇到的C++ STL header include problem
作者:互联网
./model-parameters/model_metadata.h:119:3: warning: type defaults to 'int' in declaration of 'ei_dsp_config_flatten_t' [-Wimplicit-int]
In file included from ./edge-impulse-sdk/dsp/spectral/spectral.hpp:27,
from ./edge-impulse-sdk/classifier/ei_run_dsp.h:27,
from ./edge-impulse-sdk/classifier/ei_run_classifier.h:34,
from main.c:19:
./edge-impulse-sdk/dsp/spectral/processing.hpp:26:10: fatal error: vector: No such file or directory
26 | #include <vector>
| ^~~~~~~~
compilation terminated.
make[1]: *** [../mtb_shared/core-make/release-v1.8.0/make/core/build.mk:376: C:/Users//Debug/main.o] Error 1
make: *** [../mtb_shared/core-make/release-v1.8.0/make/core/main.mk:426: secondstage_build] Error 2
标签:core,EI,STL,make,dsp,edge,C++,impulse,sdk 来源: https://blog.csdn.net/weixin_49369227/article/details/122026683