Advertisement
Guest User

Still1

a guest
Aug 11th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. *** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  2. Build target 'saada Configuration'
  3. compiling main.c...
  4. ..\Src\main.c(66): warning: #177-D: variable "pos" was declared but never referenced
  5. DMA2D_Koord pos;
  6. ..\Src\main.c: 1 warning, 0 errors
  7. linking...
  8. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol HAL_MspInit multiply defined (by stm32f7xx_hal_msp.o and stm32f7xx_hal_msp_template.o).
  9. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentFrameBuffer multiply defined (by stm32_ub_font.o and main.o).
  10. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentFrameBuffer multiply defined (by stm32_ub_graphic2d.o and main.o).
  11. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentFrameBuffer multiply defined (by stm32_ub_lcd_480x272.o and main.o).
  12. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentLayer multiply defined (by stm32_ub_font.o and main.o).
  13. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentLayer multiply defined (by stm32_ub_graphic2d.o and main.o).
  14. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentLayer multiply defined (by stm32_ub_lcd_480x272.o and main.o).
  15. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentOrientation multiply defined (by stm32_ub_font.o and main.o).
  16. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentOrientation multiply defined (by stm32_ub_graphic2d.o and main.o).
  17. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_CurrentOrientation multiply defined (by stm32_ub_lcd_480x272.o and main.o).
  18. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_DISPLAY_MODE multiply defined (by stm32_ub_font.o and main.o).
  19. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_DISPLAY_MODE multiply defined (by stm32_ub_graphic2d.o and main.o).
  20. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol LCD_DISPLAY_MODE multiply defined (by stm32_ub_lcd_480x272.o and main.o).
  21. saada Configuration\saada Configuration.axf: Error: L6200E: Symbol I2C3_DATA multiply defined (by stm32_ub_touch_480x272.o and stm32_ub_i2c3.o).
  22. Not enough information to list image symbols.
  23. Not enough information to list the image map.
  24. Finished: 2 information, 0 warning and 14 error messages.
  25. "saada Configuration\saada Configuration.axf" - 14 Error(s), 1 Warning(s).
  26. Target not created.
  27. Build Time Elapsed: 00:00:05
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement