In file included from ../X-CUBE-AI/App/ai_device_adaptor.c:19: ../X-CUBE-AI/App/ai_device_adaptor.h:390:10: fatal error: bsp_ai.h: No such file or directory 390 | #include /* generated STM32 platform file to import the HAL and the UART definition */ | ^~~~~~~~~~ compilation terminated. make: *** [X-CUBE-AI/App/subdir.mk:67: X-CUBE-AI/App/ai_device_adaptor.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from ../X-CUBE-AI/App/aiTestUtility.h:27, from ../X-CUBE-AI/App/aiPbIO.c:38: ../X-CUBE-AI/App/ai_device_adaptor.h:390:10: fatal error: bsp_ai.h: No such file or directory 390 | #include /* generated STM32 platform file to import the HAL and the UART definition */ | ^~~~~~~~~~ compilation terminated. In file included from ../X-CUBE-AI/App/aiTestUtility.h:27, from ../X-CUBE-AI/App/aiTestUtility.c:78: ../X-CUBE-AI/App/ai_device_adaptor.h:390:10: fatal error: bsp_ai.h: No such file or directory 390 | #include /* generated STM32 platform file to import the HAL and the UART definition */ | ^~~~~~~~~~ compilation terminated. make: *** [X-CUBE-AI/App/subdir.mk:67: X-CUBE-AI/App/aiPbIO.o] Error 1 make: *** [X-CUBE-AI/App/subdir.mk:67: X-CUBE-AI/App/aiTestUtility.o] Error 1 In file included from ../X-CUBE-AI/App/aiTestUtility.h:27, from ../X-CUBE-AI/App/aiTestHelper.c:36: ../X-CUBE-AI/App/ai_device_adaptor.h:390:10: fatal error: bsp_ai.h: No such file or directory 390 | #include /* generated STM32 platform file to import the HAL and the UART definition */ | ^~~~~~~~~~ compilation terminated. make: *** [X-CUBE-AI/App/subdir.mk:67: X-CUBE-AI/App/aiTestHelper.o] Error 1 In file included from ../X-CUBE-AI/App/aiTestUtility.h:27, from ../X-CUBE-AI/App/aiValidation.c:95: ../X-CUBE-AI/App/ai_device_adaptor.h:390:10: fatal error: bsp_ai.h: No such file or directory 390 | #include /* generated STM32 platform file to import the HAL and the UART definition */ | ^~~~~~~~~~ compilation terminated. make: *** [X-CUBE-AI/App/subdir.mk:67: X-CUBE-AI/App/aiValidation.o] Error 1 In file included from ../X-CUBE-AI/App/app_x-cube-ai.c:37: ../X-CUBE-AI/App/app_x-cube-ai.h:28:8: error: unknown type name 'ai_i8' 28 | extern ai_i8* data_ins[]; | ^~~~~ ../X-CUBE-AI/App/app_x-cube-ai.h:29:8: error: unknown type name 'ai_i8' 29 | extern ai_i8* data_outs[]; | ^~~~~ ../X-CUBE-AI/App/app_x-cube-ai.h:31:8: error: unknown type name 'ai_handle' 31 | extern ai_handle data_activations0[]; | ^~~~~~~~~ make: *** [X-CUBE-AI/App/subdir.mk:67: X-CUBE-AI/App/app_x-cube-ai.o] Error 1 "make -j12 all" terminated with exit code 2. Build might be incomplete.