2024-06-26 12:48 AM
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.
Solved! Go to Solution.
2024-06-26 01:08 AM
Hello,
And if you use the latest version of CubeIDE 1.15.1, do you get the same issue?
2024-06-26 01:08 AM
Hello,
And if you use the latest version of CubeIDE 1.15.1, do you get the same issue?
2024-07-03 04:51 PM
Now it works.
Thank you.