darlock Posted January 16, 2018 Report Share Posted January 16, 2018 Hi, I'm trying to make template project for keil: stm32f746-disco with freertos and ugfx. When add ugfx and init it, have no promblem But when try to add gdisp driver have some errors, that can't understand: Build target 'stm32f746g_disco_freertos' compiling main.c... linking... stm32f746g_disco_freertos\stm32f746g_disco_freertos.axf: Error: L6218E: Undefined symbol GDISPVMT_OnlyOne (referred from gfx_mk.o). stm32f746g_disco_freertos\stm32f746g_disco_freertos.axf: Error: L6218E: Undefined symbol gdisp_lld_blit_area (referred from gfx_mk.o). stm32f746g_disco_freertos\stm32f746g_disco_freertos.axf: Error: L6218E: Undefined symbol gdisp_lld_draw_pixel (referred from gfx_mk.o). stm32f746g_disco_freertos\stm32f746g_disco_freertos.axf: Error: L6218E: Undefined symbol gdisp_lld_fill_area (referred from gfx_mk.o). stm32f746g_disco_freertos\stm32f746g_disco_freertos.axf: Error: L6218E: Undefined symbol gdisp_lld_init (referred from gfx_mk.o). Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 2 information, 0 warning and 5 error messages. "stm32f746g_disco_freertos\stm32f746g_disco_freertos.axf" - 5 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:05 Where i'm wrong? maybe some issue? if needed can upload hole project to github, or as archive somewhere. Thanks a lot. Link to comment Share on other sites More sharing options...
cpu20 Posted January 16, 2018 Report Share Posted January 16, 2018 Did you correctly add a gdisp driver? They are located at drivers/gdisp. See the adding drivers section at: https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM for more information on how to add one to your project. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now