2025-12-13 6:14 AM
OS : Ubuntu 24.04 Linux
Target MCU: STM32F103C
I'm new to using STM32CUBEIDE
I have noticed when i created the C/C++ project and chose the target MCU something off maybe that is the issue
find the photo down below.
I have added an app directory only
app/
|- main.c
|- inc
|- main.h
both files are empty i did not write anything yet just a main function that returns 0 and when i build it says
"Error: Cannot find the specified linker script. Check the linker settings in the build configuration.
make: *** [makefile:85: fail-specified-linker-script-missing] Error 2"
is there something I should configure? or am i missing something?
2025-12-14 11:27 PM - edited 2025-12-14 11:30 PM
Hello @ziadAhmed19
In the latest release , STM32CubeMX is no more integrated in STM32CubeIDE 2.0.0
For more details , please check this STM32CubeIDE 2.0.0 released
To download CubeMX standalone please use this LINK , this tutorial should be a good point to start with the STM32CubeIDE 2.0.0. and STM32CubeMX
THX
GHofrane
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.