2023-09-04 06:50 AM
I encountered a problem with building project from STM32CubeMX v6.9.1 with generated Makefile and CMSIS_V2 enabled. Starting build by 'make' returns an error 1 for /main.o "Can not find specified file". On the other hand, when using CMSIS_V1 everything is building without errors.
Is it something with CubeMX or CMSIS_V2 need some extra configuration, when using makefile from Cube? I am using GNU Make 3.81 for Windows and tried build it with two version of GNU Arm Compiler: v10.3-2021.10 and 9 20-q1-update.
Solved! Go to Solution.
2023-09-04 11:35 PM - edited 2023-09-11 12:29 AM
Wrong forum. Topic to close. Link to same question: https://community.st.com/t5/stm32cubemx-mcus/make-can-not-build-project-from-stm32cubemx-with-cmsis-v2/td-p/587662
2023-09-04 11:35 PM - edited 2023-09-11 12:29 AM
Wrong forum. Topic to close. Link to same question: https://community.st.com/t5/stm32cubemx-mcus/make-can-not-build-project-from-stm32cubemx-with-cmsis-v2/td-p/587662
2023-09-10 11:48 PM
Is there any option, that I could use CMSIS_V2 with STM32CubeMX, or I need to change files in an other way?