Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
Webclient
linker链接报错
编译webclient_get_sample.c 提示 webclient.h No such file or directory
发布于 2024-01-31 20:43:51 浏览:491
订阅该版
1: 编译的时候提示没有找到对应的头文件 2: 把webclient 添加到对应的KEIL编译路径 ``` F:\svn_new_ccu_without_detect\rt-thread-v3.1.5\components\net\uip\apps\webclient ``` 3:最终能够正常编译了,但是提示使用的UIP和LWIP定义的一些IP地址信息的结构体冲突了 1)添加到编译目录, ``` .\rt-thread-v3.1.5\components\net\uip\apps\webclient ``` 2)接着又提示另外一个间接引用的库问题,没有找到对应的头文件,继续添加到编译库里面 `.\rt-thread-v3.1.5\components\net\uip\apps\webclient\webclient.h(51): error: #5: cannot open source input file "uipopt.h": No such file or directory` 继续添加编译目录 `.\rt-thread-v3.1.5\components\net\uip\uip` 3)提示uip-conf.h该文件又没有找到 `.\rt-thread-v3.1.5\components\net\uip\uip\uipopt.h(70): error: #5: cannot open source input file "uip-conf.h": No such file or directory` 继续添加到对应的编译目录:.\rt-thread-v3.1.5\components\net\uip\rt-thread 4)接着就报hello-world.h文件没有找到,把对应的文件,添加到编译目录 `.\rt-thread-v3.1.5\components\net\uip\rt-thread\uip-conf.h(147): error: #5: cannot open source input file "hello-world.h": No such file or directory` 5)接着就报结构体相关的错误了 ``` code\APP\application.c(1412): error: #165: too few arguments in function call ``` ``` .\rt-thread-v3.1.5\components\net\uip\apps\webclient\webclient.h(72): error: #256: invalid redeclaration of type name "uip_tcp_appstate_t" (declared at line 41 of ".\rt-thread-v3.1.5\components\net\uip\apps\hello-world\hello-world.h") ``` 参数太少 ``` code\APP\application.c(1412): error: #165: too few arguments in function call ``` 实际对应的代码; ``` if ((resp_status = webclient_get(session, uri)) != 200) ``` - 参数太多 ``` code\APP\application.c(1469): error: #140: too many arguments in function call ``` 实际对应的代码: ``` webclient_close(session); ``` 6)把`//#include "hello-world.h"` 注释掉,就剩下上面两个参数太多和参数 太少的问题了 7)把参数太多和参数太少那两个问题,解决了之后又遇到,函数未定义 ``` .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol web_free (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol web_malloc (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol web_strdup (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol webclient_close (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol webclient_content_length_get (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol webclient_get (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol webclient_read (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol webclient_request (referred from application.o). .\Objects\chargeSystem.axf: Error: L6218E: Undefined symbol webclient_session_create (referred from application.o). ``` 有没有遇到上述类似的问题,是新旧版本不匹配还是怎么的情况
查看更多
1
个回答
默认排序
按发布时间排序
wuguifang
2024-02-01
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考
the same issue
撰写答案
登录
注册新账号
关注者
0
被浏览
491
关于作者
wuguifang
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考
提问
21
回答
15
被采纳
0
关注TA
发私信
相关问题
1
AT组件连接BC26并使用Webclient软件包GET方式请求失败
2
webclient sal_sock每次send 内存就多占几十字 咋排查
3
webclient使用疑惑 ,post上传数据无效,get下载数据
4
w5500通信不稳定。
5
webclient软件包get接口,等不到response header?
6
webclient使用的建議
7
基于官方 webclient 的 http client
8
stm32使用webclient+mbedtls实现get请求及post太慢
9
Webclient无法下载局域网内的文件
10
webclient的post file的sample,需开启哪个文件系统支持
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用
2
Rt-thread中OTA下载后,bootloader不搬程序
3
ulog 日志 LOG_HEX 输出时间改为本地日期时间
4
在RT-Thread Studio中构建前执行python命令
5
研究一了一段时间RTT,直接标准版上手太难,想用nano,但又舍不得组件
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
I2C_IIC
ESP8266
UART
WIZnet_W5500
ota在线升级
cubemx
PWM
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
xusiwei1236
8
个答案
2
次被采纳
踩姑娘的小蘑菇
1
个答案
2
次被采纳
用户名由3_15位
9
个答案
1
次被采纳
bernard
4
个答案
1
次被采纳
RTT_逍遥
3
个答案
1
次被采纳
本月文章贡献
聚散无由
2
篇文章
15
次点赞
catcatbing
2
篇文章
5
次点赞
Wade
2
篇文章
4
次点赞
Ghost_Girls
1
篇文章
7
次点赞
xiaorui
1
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部