Skip to main content
Visitor II
December 13, 2025
Question

Cannot find the specified linker script

  • December 13, 2025
  • 1 reply
  • 719 views

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?

 

Screenshot from 2025-12-13 16-10-45.png

ziadAhmed19_0-1765635245469.png

 

 

 

1 reply

Ghofrane GSOURI
Technical Moderator
December 15, 2025

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.