cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H743ZGT6 FLASH.ld error

giwonKIM
Associate III

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.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

Now it works. 

 

Thank you.