2025-07-14 6:39 AM
I updated from Ecosystem v6.0.0 to Ecosystem v6.1.0. I have a project that I started from an ioc for the STM32MP157f-dk2 board. The A7 projects all compiled fine. After updating, I changed the SDK root to:
`EcoSystem/STM32MPU-Ecosystem-v6.1.0/Developer-Package/SDK` ad I'm getting this error when trying to compile and of the CA7 projects:
09:09:49 **** Build of configuration Default for project FDCAN1-M4_CA7_linux-6.6.48 ****
make all
Wrapper for /opt/st/stm32cubeide_1.18.1/plugins/com.st.stm32cube.ide.mpu.linux.toolchain_2.2.0.202409171043/tools/bin/make
FIP_DEPLOYDIR_ROOT: /home/smanger/github/workspace/FDCAN1-M4/CA7/linux/build/../../FIP_artifacts
+ case "$command" in
+ exec make all
Makefile:2: /home/smanger/DevBoard/A7/STM32MPU-Ecosystem-v6.0.0/Developer-Package/stm32mp1-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06/sources/arm-ostl-linux-gnueabi/linux-stm32mp-6.6.48-stm32mp-r1-r0/linux-6.6.48/Makefile: No such file or directory
make: *** No rule to make target '/home/smanger/DevBoard/A7/STM32MPU-Ecosystem-v6.0.0/Developer-Package/stm32mp1-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06/sources/arm-ostl-linux-gnueabi/linux-stm32mp-6.6.48-stm32mp-r1-r0/linux-6.6.48/Makefile'. Stop.
"make all" terminated with exit code 2. Build might be incomplete.
09:09:49 Build Failed. 1 errors, 1 warnings. (took 127ms)
I removed the v6.0.0 ecosystem from my system.
2025-07-14 6:54 AM
I think it's a configuration problem because I can't figure out how to update this: