|
|
我正在移植H7的裸机工程,
从Keil 获取了emwin的最新版,
然后从appwizard 最新版获取了相关的头文件
下面的保持意思是ST的 chromART 相关的接口函数没有,
这个keil中最新的版本提供吗? Keil 库里是不是不提供?
Build started: Project: h743_new
*** Using Compiler 'V6.23', folder: 'E:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'emWin(MCULCD)'
Note: source file '..\..\Middlewares\emWin\STM32H745_ST_M7_STM32H745XI_Discovery\GUIConf.c' - object file renamed from '..\..\Output\GUIConf.o' to '..\..\Output\guiconf_1.o'.
compiling usmart_config.c...
compiling malloc.c...
compiling main.c...
linking...
..\..\Output\atk_h743.axf: Error: L6218E: Undefined symbol GUI_GPU_ChromART (referred from lcdconf.o).
..\..\Output\atk_h743.axf: Error: L6218E: Undefined symbol GUI_GPU_IRQHandler (referred from lcdconf.o).
..\..\Output\atk_h743.axf: Error: L6218E: Undefined symbol GUI_GPU_RegisterHook (referred from lcdconf.o).
..\..\Output\atk_h743.axf: Error: L6218E: Undefined symbol GUI_GPU_Create (referred from lcdconf.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 4 error messages.
"..\..\Output\atk_h743.axf" - 4 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:06
|
|