Skip to main content
Bumped by Community user
formatting
Source Link
Velvet
  • 5k
  • 5
  • 18
  • 32

error Error in stm32cube ideSTM32CubeIDE

I have this error, what. What could be the reason, thank you for your help

09:27:59 **** Incremental Build of configuration Debug for project button2 **** c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete.?

09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms)

09:27:59 **** Incremental Build of configuration Debug for project button2 **** c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete. 09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms) 

error in stm32cube ide

I have this error, what could be the reason, thank you for your help

09:27:59 **** Incremental Build of configuration Debug for project button2 **** c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete.

09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms)

Error in STM32CubeIDE

I have this error. What could be the reason?

09:27:59 **** Incremental Build of configuration Debug for project button2 **** c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete. 09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms) 
Bumped by Community user
deleted 1447 characters in body
Source Link

I have this error, what could be the reason, thank you for your help

09:27:59 **** Incremental Build of configuration Debug for project button2 **** make -j4 all arm-none-eabi-g++ "../TouchGFX/target/TouchGFXHAL.cpp" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../TouchGFX/App -I../TouchGFX/target/generated -I../TouchGFX/target -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/ST/touchgfx/framework/include -I../TouchGFX/generated/fonts/include -I../TouchGFX/generated/gui_generated/include -I../TouchGFX/generated/images/include -I../TouchGFX/generated/texts/include -I../TouchGFX/generated/videos/include -I../TouchGFX/gui/include -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -femit-class-debug-always -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"TouchGFX/target/TouchGFXHAL.d" -MT"TouchGFX/target/TouchGFXHAL.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/TouchGFXHAL.o" arm-none-eabi-g++ -o "button2.elf" @"objects.list" -l:libtouchgfx-float-abi-hard.a -mcpu=cortex-m4 -T"F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="button2.map" -Wl,--gc-sections -static -L"F:\alireza\amali\TuochGFX\button2\button2\Middlewares\ST\touchgfx\lib\core\cortex_m4f\gcc" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete.

09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms)

I have this error, what could be the reason, thank you for your help

09:27:59 **** Incremental Build of configuration Debug for project button2 **** make -j4 all arm-none-eabi-g++ "../TouchGFX/target/TouchGFXHAL.cpp" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../TouchGFX/App -I../TouchGFX/target/generated -I../TouchGFX/target -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/ST/touchgfx/framework/include -I../TouchGFX/generated/fonts/include -I../TouchGFX/generated/gui_generated/include -I../TouchGFX/generated/images/include -I../TouchGFX/generated/texts/include -I../TouchGFX/generated/videos/include -I../TouchGFX/gui/include -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -femit-class-debug-always -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"TouchGFX/target/TouchGFXHAL.d" -MT"TouchGFX/target/TouchGFXHAL.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/TouchGFXHAL.o" arm-none-eabi-g++ -o "button2.elf" @"objects.list" -l:libtouchgfx-float-abi-hard.a -mcpu=cortex-m4 -T"F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="button2.map" -Wl,--gc-sections -static -L"F:\alireza\amali\TuochGFX\button2\button2\Middlewares\ST\touchgfx\lib\core\cortex_m4f\gcc" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete.

09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms)

I have this error, what could be the reason, thank you for your help

09:27:59 **** Incremental Build of configuration Debug for project button2 **** c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete.

09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms)

Source Link

error in stm32cube ide

I have this error, what could be the reason, thank you for your help

09:27:59 **** Incremental Build of configuration Debug for project button2 **** make -j4 all arm-none-eabi-g++ "../TouchGFX/target/TouchGFXHAL.cpp" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../TouchGFX/App -I../TouchGFX/target/generated -I../TouchGFX/target -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/ST/touchgfx/framework/include -I../TouchGFX/generated/fonts/include -I../TouchGFX/generated/gui_generated/include -I../TouchGFX/generated/images/include -I../TouchGFX/generated/texts/include -I../TouchGFX/generated/videos/include -I../TouchGFX/gui/include -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -femit-class-debug-always -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"TouchGFX/target/TouchGFXHAL.d" -MT"TouchGFX/target/TouchGFXHAL.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/TouchGFXHAL.o" arm-none-eabi-g++ -o "button2.elf" @"objects.list" -l:libtouchgfx-float-abi-hard.a -mcpu=cortex-m4 -T"F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="button2.map" -Wl,--gc-sections -static -L"F:\alireza\amali\TuochGFX\button2\button2\Middlewares\ST\touchgfx\lib\core\cortex_m4f\gcc" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group c:\st\stm32cubeide_1.12.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.200.202301161003\tools\arm-none-eabi\bin\ld.exe:F:\alireza\amali\TuochGFX\button2\button2\STM32F429VETX_FLASH.ld:90: non constant or forward reference address expression for section .ARM.extab collect2.exe: error: ld returned 1 exit status make: *** [makefile:109: button2.elf] Error 1 "make -j4 all" terminated with exit code 2. Build might be incomplete.

09:28:22 Build Failed. 2 errors, 0 warnings. (took 22s.677ms)