Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
怎样禁用网络?
发布于 2014-05-17 10:41:30 浏览:2554
订阅该版
我现在做一个新项目,想用rt-thread练练手。lpc1768+RT-Thread_1.2.0正式版+uVision V4.60.6.10。 由于项目需要和资源限制,我需要禁用网络接口,但是查了半天,几乎都是怎样使用网络/LWIP的文章,只好发帖求助。 我把rtconfig.h中网络部分修改如下: ``` //
//#define RT_USING_LWIP //
//#define RT_LWIP_ICMP //
// #define RT_LWIP_IGMP //
//#define RT_LWIP_UDP //
//#define RT_LWIP_TCP //
//#define RT_LWIP_DNS //
#define RT_LWIP_PBUF_NUM 4 //
#define RT_LWIP_TCP_PCB_NUM 3 //
#define RT_LWIP_TCP_SND_BUF (2 * TCP_MSS) //
#define RT_LWIP_TCP_WND 2048 //
// #define RT_LWIP_SNMP //
// #define RT_LWIP_DHCP //
#define RT_LWIP_TCP_SEG_NUM 4 //
#define RT_LWIP_TCPTHREAD_PRIORITY 12 //
#define RT_LWIP_TCPTHREAD_MBOX_SIZE 8 //
#define RT_LWIP_TCPTHREAD_STACKSIZE 4096 //
#define RT_LWIP_ETHTHREAD_PRIORITY 14 //
#define RT_LWIP_ETHTHREAD_MBOX_SIZE 8 //
#define RT_LWIP_ETHTHREAD_STACKSIZE 512 //
#define RT_LWIP_IPADDR0 192 #define RT_LWIP_IPADDR1 168 #define RT_LWIP_IPADDR2 1 #define RT_LWIP_IPADDR3 30 //
#define RT_LWIP_GWADDR0 192 #define RT_LWIP_GWADDR1 168 #define RT_LWIP_GWADDR2 1 #define RT_LWIP_GWADDR3 1 //
#define RT_LWIP_MSKADDR0 255 #define RT_LWIP_MSKADDR1 255 #define RT_LWIP_MSKADDR2 255 #define RT_LWIP_MSKADDR3 0 //
``` 编译出错: ....components etlwipsrccoreinit.c(167): error: #35: #error directive: "TCP_QUEUE_OOSEQ requires LWIP_TCP" 显然我还没有完全禁用LWIP和PHY。 请问我还需要修改哪些地方?
查看更多
5
个回答
默认排序
按发布时间排序
grissiom
2014-05-17
这家伙很懒,什么也没写!
需要用 Scons 重新生成工程。
虫少耶
2014-05-17
这家伙很懒,什么也没写!
我在项目中新添加了个目录用来放置我自己的代码,结果用scons构建的时候提示找不到我写的文件, ``` scons: Reading SConscript files ... scons: warning: No installed VCs File "E:WorkSpaceKeilProjectsRT-Thread_1.2.0splpc176xSConstruct", line 25 , in
scons: warning: No version of Visual Studio compiler found - C/C++ compilers mos t likely not set correctly File "E:WorkSpaceKeilProjectsRT-Thread_1.2.0splpc176xSConstruct", line 25 , in
scons: done reading SConscript files. scons: Building targets ... scons: building associated VariantDir targets: build CC buildapplicationsapplication.o "applicationsapplication.c", line 19: Error: #5: cannot open source input file "user_uart.h": No such file or directory #include "user_uart.h" ^ applicationsapplication.c: 0 warnings, 1 error scons: *** [buildapplicationsapplication.o] Error 1 scons: building terminated because of errors. ``` 添加路径我在keil里设置好了,scons应该从哪设置?
jiezhi320
2014-05-17
这家伙很懒,什么也没写!
参考 driver目录下的scons脚本 写一个脚本放到自己的那个目录。
pangwei
2014-05-19
这家伙很懒,什么也没写!
rtconfig.py中设置 CROSS_TOOL = 'keil',在运行SCONS
撰写答案
登录
注册新账号
关注者
0
被浏览
2.6k
关于作者
虫少耶
这家伙很懒,什么也没写!
提问
5
回答
14
被采纳
0
关注TA
发私信
相关问题
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
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
RTduino物联网应用零基础入门
2
TinyUSB Demo运行教程
3
RT-Thread学习大礼包一键带走!
4
freemodbus从机调试说明
5
【1024】瑞萨 RA 系列 BSP 制作与适配最新版本的 Keil 、 RSC、固件,较新的 FSP
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
ART-Pi
FinSH
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
ota在线升级
UART
cubemx
PWM
flash
packages_软件包
freemodbus
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
rt_mq_消息队列_msg_queue
keil_MDK
ulog
C++_cpp
at_device
本月问答贡献
张世争
7
个答案
2
次被采纳
用户名由3_15位
10
个答案
1
次被采纳
KunYi
4
个答案
1
次被采纳
踩姑娘的小蘑菇
2
个答案
1
次被采纳
bernard
1
个答案
1
次被采纳
本月文章贡献
出出啊
1
篇文章
2
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
4
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部