Skip to main content
JSarm.1
Associate
January 17, 2021
Question

Alguien sabe como se puede solucionar este error? Error: Cannot find the specified linker script. Check the linker settings in the build configuration.

  • January 17, 2021
  • 2 replies
  • 1579 views

Buen día amables compañeros. Me encuentro trabajando en un proyecto con la placa STM32F746G-DICO en el entorno de desarrollo STM32Cube IDE 1.5.1 y el genrador de graficos TouchGFX 4.16.0.

Pero al momento de complar el proyecto se presentan 3 errores.

1. Error: Cannot find the specified linker script. Check the linker settings in the build configuration.

2. [makefile:130: fail-specified-linker-script-missing] Error 2.

3.Waiting for unfinished jobs.....

No he encontrado el prolema.

Sialguien sabe que puede ser? 

This topic has been closed for replies.

2 replies

Romain DIELEMAN
ST Employee
February 18, 2021

Hi,

Were you able to find a solution to your issue ? Did you start your project from the application template for the STM32F746 disco board available in TouchGFX Designer ? I was not able to replicate your issue when starting a project from it.

Could you write in English on this forum ?

/Romain

JSarm.1
JSarm.1Author
Associate
February 24, 2021

Kind regards mate, I actually had to create a project again from scratch and select the C ++ option to be able to carry out a debugging with touchgfx and CubeMx.

Romain DIELEMAN
ST Employee
February 24, 2021

Great then !

Que tenga un bien dia.

/Romain

DPedr.1
Associate
February 19, 2021

I experienced something similar some weeks ago. If you start a project from scratch in stm32cubeide as C only project, C++ toolchain configuration is not generated. Once you enable touchgfx software pack on CubeMx, the project becomes C++ but linker setings are not updated.

Try updating your toolchain configuration under C++ linker and add and the generated linker script there.

Me ha sucedido lo mismo hace unas semanas. Si creas un proyecto desde cero en stm32cubeide seleccionando C only, el toolchain C++ no se genera y no se configura. Cuando luego habilitas touchgfx en CubemMX el proyecto se actualiza a C++ pero la configuracion del linker no se actualiza.

Intenta configurar las opciones del linker C++ en la configuracion del toolchain.

0693W000008GdnzQAC.jpg