STM32执行 link.exe 时出错是怎么回事呢?
时间:10-02
整理:3721RD
点击:
uCGUI 按键窗口切换机制中出现
MainTask.obj : error LNK2001: unresolved external symbol _WIN_Init
LCD_API.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV__APIList16
WM.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_Draw
Output\WIN32_MSVC60\Release/Simulation.exe : fatal error LNK1120: 3 unresolved externals
执行 link.exe 时出错.
咋回事?
MainTask.obj : error LNK2001: unresolved external symbol _WIN_Init
LCD_API.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV__APIList16
WM.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_Draw
Output\WIN32_MSVC60\Release/Simulation.exe : fatal error LNK1120: 3 unresolved externals
执行 link.exe 时出错.
咋回事?
根据所报的错,应该是文件没有添加完整。
_WIN_Init
_GUI_MEMDEV__APIList16
_GUI_MEMDEV_Draw
最好在编译前清除下以前的编译。