Skip to main content
Associate III
July 14, 2025
Question

Updated to STM32MPU-Ecosystem-v6.1.0, now my CA7 projects won't build.

  • July 14, 2025
  • 1 reply
  • 467 views

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.

1 reply

smangerAuthor
Associate III
July 14, 2025

I think it's a configuration problem because I can't figure out how to update this:

 

smanger_0-1752501258925.png

 

Olivier GALLIEN
Technical Moderator
July 18, 2025

Hi @smanger 

 

Issue you describe probably related to the limitation announced here 

OpenSTLinux plugin for STM32MP2x not yet available... - STMicroelectronics Community

 

Sorry for inconvenience 

 

Olivier 

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
smangerAuthor
Associate III
July 21, 2025

Part of my problem has been solved. I re-installed 1.19.0 of the STMCubeIDE and I am able to create an OpenSTLinux project.

smanger_1-1753056874034.png

 

However, I am having a problem building that project. It looks like the `make` may be started in the wrong folder.

smanger_2-1753056954619.png

I've tried tracking it down and had no luck. However, I did come across this:

smanger_3-1753057077147.png

which shows a circular path to my build folder.