Error building firmaware for arduino nicla voice

Question/Issue:
In file included from /app/firmware/src/inference/ei_run_impulse.cpp:25:0:
./src/model-parameters/model_variables.h:77:7: error: ‘ei_postprocessing_block_t’ does not name a type; did you mean ‘ei_postprocessing_blocks_size’?
const ei_postprocessing_block_t ei_postprocessing_blocks[ei_postprocessing_blocks_size] = {
^~~~~~~~~~~~~~~~~~~~~~~~~
ei_postprocessing_blocks_size
./src/model-parameters/model_variables.h:77:7: error: ‘ei_postprocessing_block_t’ does not name a type; did you mean ‘ei_postprocessing_blocks_size’?
const ei_postprocessing_block_t ei_postprocessing_blocks[ei_postprocessing_blocks_size] = {
^~~~~~~~~~~~~~~~~~~~~~~~~
ei_postprocessing_blocks_size

Project ID:
532136

I am also facing exactly the same issue. Any fixes yet ??

In file included from /app/firmware/src/inference/ei_run_impulse.cpp:25:0:
./src/model-parameters/model_variables.h:77:7: error: ‘ei_postprocessing_block_t’ does not name a type; did you mean ‘ei_postprocessing_blocks_size’?
const ei_postprocessing_block_t ei_postprocessing_blocks[ei_postprocessing_blocks_size] = {
^~~~~~~~~~~~~~~~~~~~~~~~~
ei_postprocessing_blocks_size
Still building…
Still building…
In file included from /app/firmware/src/inference/ei_run_impulse.cpp:25:0:
const ei_postprocessing_block_t ei_postprocessing_blocks[ei_postprocessing_blocks_size] = {
^~~~~~~~~~~~~~~~~~~~~~~~~
ei_postprocessing_blocks_size
Still building…
Still building…
Still building…

Hi

thank you for reporting, I’ll check.

fv

@ibiltari
I successfully built your project.
which Impulse experiments is failing ?
Have you modified anything on your projects ?