使用STM32F767 在UCOSIII上移植LWIP遇到的问题

2019-07-20 03:03发布

查看了原子教程里面没有关于在STM32767里面使用USOSIII移植LWIP,然后今天移植了一下就遇到了问题,请教大家。


linking...
..OBJTemplate.axf: Error: L6218E: Undefined symbol lwip_htons (referred from etharp.o).
..OBJTemplate.axf: Error: L6218E: Undefined symbol lwip_ntohs (referred from ip.o).
..OBJTemplate.axf: Error: L6218E: Undefined symbol lwip_htonl (referred from ip_addr.o).
..OBJTemplate.axf: Error: L6218E: Undefined symbol lwip_ntohl (referred from dhcp.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 4 error messages.
"..OBJTemplate.axf" - 4 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:01:24

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。