2025-10-23 7:58 AM
I just bought STM32MP135F-DK and tried to build a HelloWorld project using STM32cubeIDE
File->New> New STM32 CMake Project
Template : Executable
MCU : stm32mp135fafx
Toochain : MCU ARM gcc
Project is getting created but when I am trying to build it, it is giving me below error.
C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld.exe:../STM32MP135FAFX_FLASH.ld:60: syntax error
collect2.exe: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/HelloWorld.dir/build.make:143: HelloWorld.elf] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/HelloWorld.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2