Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Linking everything together...
  2. " -lc -Wl,--end-group -lm -lgcc -lstdc++
  3. c:/users/richa/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Richa\AppData\Local\Temp\arduino_build_788410\libraries\SrcWrapper\HAL\stm32yyxx_hal_cortex.c.o: in function `HAL_NVIC_SetPriorityGrouping':
  4.  
  5. stm32yyxx_hal_cortex.c:(.text.HAL_NVIC_SetPriorityGrouping+0xe): undefined reference to `assert_failed'
  6.  
  7. c:/users/richa/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Richa\AppData\Local\Temp\arduino_build_788410\libraries\SrcWrapper\HAL\stm32yyxx_hal_cortex.c.o: in function `HAL_NVIC_SetPriority':
  8.  
  9. stm32yyxx_hal_cortex.c:(.text.HAL_NVIC_SetPriority+0x10): undefined reference to `assert_failed'
  10.  
  11. c:/users/richa/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: stm32yyxx_hal_cortex.c:(.text.HAL_NVIC_SetPriority+0x1c): undefined reference to `assert_failed'
  12.  
  13. c:/users/richa/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Richa\AppData\Local\Temp\arduino_build_788410\libraries\SrcWrapper\HAL\stm32yyxx_hal_cortex.c.o: in function `HAL_NVIC_ClearPendingIRQ':
  14.  
  15. stm32yyxx_hal_cortex.c:(.text.HAL_NVIC_ClearPendingIRQ+0xa): undefined reference to `assert_failed'
  16.  
  17. c:/users/richa/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Richa\AppData\Local\Temp\arduino_build_788410\libraries\SrcWrapper\HAL\stm32yyxx_hal_pwr_ex.c.o: in function `HAL_PWREx_ControlVoltageScaling':
  18.  
  19. stm32yyxx_hal_pwr_ex.c:(.text.HAL_PWREx_ControlVoltageScaling+0x14): undefined reference to `assert_failed'
  20.  
  21. Multiple libraries were found for "SrcWrapper.h"
  22. c:/users/richa/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Richa\AppData\Local\Temp\arduino_build_788410\libraries\SrcWrapper\HAL\stm32yyxx_hal_rcc.c.o:stm32yyxx_hal_rcc.c:(.text.HAL_RCC_OscConfig+0x1a): more undefined references to `assert_failed' follow
  23.  
  24. Used: C:\Users\Richa\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\libraries\SrcWrapper
  25. collect2.exe: error: ld returned 1 exit status
  26. Using library SrcWrapper at version 1.0.1 in folder: C:\Users\Richa\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\libraries\SrcWrapper
  27. exit status 1
  28. Error compiling for board Nucleo-64.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement