主题中讨论的其他器件:TM4C1294NCPDT
工具与软件:
我使用 Mongoose 以太网堆栈裸机、这是我们所需的
以下文件
#include
#include
#include
#include
#include
编译错误如下:
在哪里可以找到这些文件,如果没有任何其他文件可以使用?
IDE:版本:12.7.1.00001
安装了以下映像 SDK I。
****构建项目 Mongoose_1****的配置调试
"C:\\ti\\ccs1271\\ccs\\utils\\bin\gmake"-k -j 8 all -O
构建文件:"../Mongoose.c"
调用:ARM 编译器
"c:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armcl /Users/DELL/workspace_v12/mongoose_1 /ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:deg"--include_path="C /ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include:dag"--include_path="C /ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include/sys:dag"--include_path="C /Users/DELL/workspace_v12/mongoose_1/mongoose:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include/libcxx
>>编译失败
subdir_rules.mk:9:目标"Mongoose.obj"的食谱失败
"C:/Users/DELL/workspace_v12/mongoose_1/mongoose/mongoose.h、第216行:致命错误#1965:无法打开源文件"sys/stat.h"
1在编译"../mongoose.c"时检测到灾难性错误。
编译已终止。
gmake:***[mongoose.obj]错误1.
gmake:由于错误、未重制目标"all"。
****构建完成****
此致、
Sandeep C