Open pschatzmann opened 7 months ago
have you found an easy solution yet? i just got this problem too
I am not sure, how the complex.h
from esp-tflite-micro
is coming into picture for other projects, but most likely it's getting included from CMakeLists.txt. If you are building using lib_builder, removing this header includes from INCLUDE_DIRS
should remove this issue.
do_not_include_signal_headers.patch
@maalos @pschatzmann can you please confirm if this fixes your issue?
Since a regular Arduino user has nothing to do with lib_builder, I do not see how this would help.
My understanding is that Arduino is providing tflite-micro: So signal/src is added to the include path via the CMakeList of this project. Unfortunately there is a complex.h in that directory! If you don't want to delete it, I suggest to rename it.
I have the feeling that this issue is better addressed here.
After all it does not make any sense to have the complex.h in src since you can be sure that the standard c complex.h is available for all ESP32