新手入门
- 积分
- 16
- 金钱
- 16
- 注册时间
- 2017-10-20
- 在线时间
- 4 小时
|
板子:STM32F103+DM9051自己最近想uip的代码移植到自己的代码里去,实现网络通信,但是复制和修改后出现了各种问题,编译一直都通不过,最近才刚接触stm32,求大神解决。
总是会出现错误:
..\HARDWARE\DM9051_STM\DM9051_STM.c(13): error: #5: cannot open source input file "includes.h": No such file or directory
..\uIP-1.0\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory
..\uIP-1.0\uip\clock.h(55): error: #5: cannot open source input file "clock-arch.h": No such file or directory
..\uIP-1.0\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory
..\uIP-1.0\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory
..\uIP-1.0\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory
..\uIP-1.0\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory
#include "uip-conf.h"
..\uIP-1.0\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory
..\uIP-APP\tapdev.c(40): error: #5: cannot open source input file "uip.h": No such file or directory
..\uIP-APP\webserver\httpd.c(58): error: #5: cannot open source input file "uip.h": No such file or directory
..\uIP-APP\webserver\httpd-cgi.c(48): error: #5: cannot open source input file "uip.h": No such file or directory
..\uIP-APP\webserver\httpd.h(38): error: #5: cannot open source input file "psock.h": No such file or directory
这是显示的错误 不知道是不到还移植时出现了问题。
|
|