Advertisement
Guest User

Error when building EmWinproject.

a guest
Dec 30th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. *** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  2. Rebuild target 'STM32F429I-Discovery USB'
  3. assembling startup_stm32f429_439xx.s...
  4. compiling misc.c...
  5. compiling stm32f4xx_gpio.c...
  6. compiling stm32f4xx_rcc.c...
  7. compiling stm32f4xx_tim.c...
  8. compiling stm32f4xx_spi.c...
  9. compiling stm32f4xx_dma2d.c...
  10. compiling stm32f4xx_fmc.c...
  11. compiling stm32f4xx_ltdc.c...
  12. compiling stm32f4xx_i2c.c...
  13. compiling tm_stm32f4_spi.c...
  14. compiling tm_stm32f4_i2c.c...
  15. compiling tm_stm32f4_rcc.c...
  16. compiling tm_stm32f4_emwin.c...
  17. compiling tm_stm32f4_gpio.c...
  18. compiling tm_stm32f4_dma2d_graphic.c...
  19. compiling tm_stm32f4_ili9341_ltdc.c...
  20. compiling tm_stm32f4_sdram.c...
  21. compiling tm_stm32f4_stmpe811.c...
  22. compiling tm_stm32f4_delay.c...
  23. compiling tm_stm32f4_disco.c...
  24. compiling tm_stm32f4_fonts.c...
  25. compiling stm32f4xx_it.c...
  26. compiling tm_stm32f4_dma.c...
  27. compiling main.c...
  28. User\main.c(156): warning: #1-D: last line of file ends without a newline
  29. }
  30. User\main.c: 1 warning, 0 errors
  31. compiling system_stm32f4xx.c...
  32. linking...
  33. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol DMA2D_ISR_Handler (referred from tm_stm32f4_emwin.o).
  34. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_Exec (referred from tm_stm32f4_emwin.o).
  35. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_Init (referred from tm_stm32f4_emwin.o).
  36. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_TOUCH_StoreStateEx (referred from tm_stm32f4_emwin.o).
  37. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol LTDC_ISR_Handler (referred from tm_stm32f4_emwin.o).
  38. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol BUTTON_CreateEx (referred from main.o).
  39. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol BUTTON_SetBkColor (referred from main.o).
  40. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol BUTTON_SetFont (referred from main.o).
  41. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol BUTTON_SetText (referred from main.o).
  42. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_ClearRect (referred from main.o).
  43. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_Delay (referred from main.o).
  44. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_Font13HB_ASCII (referred from main.o).
  45. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_Font8x15B_ASCII (referred from main.o).
  46. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_Font8x16 (referred from main.o).
  47. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol GUI_GetKey (referred from main.o).
  48. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol PROGBAR_CreateEx (referred from main.o).
  49. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol PROGBAR_SetFont (referred from main.o).
  50. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol PROGBAR_SetText (referred from main.o).
  51. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol PROGBAR_SetValue (referred from main.o).
  52. .\Targets\STM32F429_Discovery\project.axf: Error: L6218E: Undefined symbol WM_DeleteWindow (referred from main.o).
  53. Not enough information to list image symbols.
  54. Finished: 1 information, 0 warning and 20 error messages.
  55. ".\Targets\STM32F429_Discovery\project.axf" - 20 Error(s), 1 Warning(s).
  56. Target not created.
  57. Build Time Elapsed: 00:00:09
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement