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?