2024-01-04 02:11 AM - edited 2024-01-04 02:12 AM
Hi.I always get en error like this when ı always create a new project on stm32cube ide and debug the code
How can i solve it?
2024-01-04 02:14 AM
Copy/paste the error *text*, don't make screenshots.
JW
2024-01-04 04:03 AM
C:/ST/STM32CubeIDE_1.14.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file C:\Users\Onur Yağcı\Desktop\STM32 PROJECTS CUBE\STM32F401CB3\STM32F401CBUX_FLASH.ld: No such file or directory
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:88: STM32F401CB3.elf] Error 1
"make -j16 all" terminated with exit code 2. Build might be incomplete.
13:06:18 Build Failed. 2 errors, 0 warnings. (took 801ms)
2024-01-04 05:52 AM - edited 2024-01-04 05:54 AM
> C:\Users\Onur Yağcı\
Tools like these often have problems when you use non-english characters in the directory names.
I understand that you can't simply change that, but I don't use CubeIDE/Eclipse and don't know what to do with this, sorry. Maybe somebody else will chime in with a solution, or try to search here and/or on internet.
JW