You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app/scenario_app/ei_standalone_inferencing_camera/ei-model/edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f16.c: fatal error: cannot open obj_epii_evb_icv30_bdv10/gnu_epii_evb_WLCSP65/app/scenario_app/ei_standalone_inferencing_camera/ei-model/edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f16.su for writing: No such file or directory
compilation terminated.
make: *** [options/rules.mk:296: obj_epii_evb_icv30_bdv10/gnu_epii_evb_WLCSP65/app/scenario_app/ei_standalone_inferencing_camera/ei-model/edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f16.o] Error 1
The text was updated successfully, but these errors were encountered:
@bebemanso@kris-himax
I can confirm the same issue on my Windows machine. It looks like some kind of Windows-related corner case. I'm investigating the root cause. I tried to disable the stack usage checking (this is where the *.su files come from), but then I'm getting another errors related to *.d files.
It looks like we are hitting some Windows OS limitation (path length, number of files or something).
As a workaround, are you able to build the firmware on a Linux VM or using Docker?
Steps to reproduce:
APP_TYPE: ei_standalone_inferencing_camera
make clean
make
Error:
The text was updated successfully, but these errors were encountered: