Skip to main content
Associate III
June 26, 2024
Solved

STM32H743ZGT6 FLASH.ld error

  • June 26, 2024
  • 2 replies
  • 2603 views

Hi,

 

I am using MCU : STM32H743ZGT6.

When I write the code and build it, I get these errors.

So even if I create a new project and build without writing any code, I get the same error.

 

How do I fix this?

 

Error : 

c:\st\stm32cubeide_1.10.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe:C:\Users\giwon30\Desktop\giwon\testest\STM32H743ZGTX_FLASH.ld:92: non constant or forward reference address expression for section .ARM.extab
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:64: testest.elf] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete.

 

 

My STMCubeIDE version is 1.10.1 and STM32CubeMX version is 6.5.0.

 

Thank you.

 

 

This topic has been closed for replies.
Best answer by mƎALLEm

Hello,

And if you use the latest version of CubeIDE 1.15.1, do you get the same issue?

2 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
June 26, 2024

Hello,

And if you use the latest version of CubeIDE 1.15.1, do you get the same issue?

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
giwonKIMAuthor
Associate III
July 3, 2024

Now it works. 

 

Thank you.