System Workbench and Cube-AI build error
Hello.
I run into a following error while building my project using ai:
make: *** No rule to make target '/home/user/git/stm32/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c', needed by 'Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.o'. Stop.
Everything else seems to be built nicely, but this one stucks out. As i figured out myself, the arm_copy_q15.c is not located in this subfolder, but the location should be: '/home/user/git/stm32/test_projects/test_board_ai_f767zi/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c'
Is thre some mistake pathing the file and what can I do to fix it.
I use CubeMX 5.4.0 and CubeAI 4.1.0.
