SDK 里面的email_demo 和file_download的,这两个项目要怎么才能够整合在一起。
时间:10-02
整理:3721RD
点击:
TI 工程师,你好:
就是我这边觉得email项目,这个功能还是比较完善的
(1)按键驱动
(2)smart config一键配置
(3)跑的是RTOS操作系统
这个项目跟我们实际要移植相关的业务移植进来,还是比价贴切的。还有一个需要http下载文件的功能,所以我就想
把file_download 这个里面没有操作系统的,移植到这上面来。但是一整合,就出现了问题。
下面是报错的:
>> Compilation failure
subdir_rules.mk:21: recipe for target 'main.obj' failed
"D:/TI/CC3200SDK_1.2.0/cc3200-sdk/netapps/http/client/network.h", line 74: fatal error #35: #error directive: No or unrecognized network configuration specified
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
根据提示,网络配置什么的,你是怎么移植的?应该移植不同的部分,加入到另外一个项目里,添加那个项目相关的函数。