Closed smartnet-club closed 6 years ago
include/kfr/dsp/goertzel.hpp:99:16: error: flexible array member 'result' with type 'complex<T> []' is not at the end of struct complex<T> result[];
should be:
... vec<T, width> q2; complex<T> result[]; };
Had this error too, the given answer worked for me.
Fixed
include/kfr/dsp/goertzel.hpp:99:16: error: flexible array member 'result' with type 'complex<T> []' is not at the end of struct complex<T> result[];
should be: