C/C++教程

EI SDK遇到的C++ STL header include problem

本文主要是介绍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
 

这篇关于EI SDK遇到的C++ STL header include problem的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!