This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1290NCPDT: I installed sdk from resources explorer but still files were missed

Part Number: TM4C1290NCPDT
Other Parts Discussed in Thread: TM4C1294NCPDT

Tool/software:

I am using mongoose ethernet stack bare metal for that we required 

following files 

#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>

compilation error as follows:

where can i found these files, if not any alternative files can be used?

IDE:Version: 12.7.1.00001 

following image sdk i installed.

**** Build of configuration Debug for project mongoose_1 ****

"C:\\ti\\ccs1271\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../mongoose.c"
Invoking: Arm Compiler
"C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/DELL/workspace_v12/mongoose_1" --include_path="C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include" --include_path="C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include/libcxx" --include_path="C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include/sys" --include_path="C:/Users/DELL/workspace_v12/mongoose_1/mongoose" --include_path="C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include" --define=ccs="ccs" --define=PART_TM4C1294NCPDT -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="mongoose.d_raw" "../mongoose.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'mongoose.obj' failed
"C:/Users/DELL/workspace_v12/mongoose_1/mongoose/mongoose.h", line 216: fatal error #1965: cannot open source file "sys/stat.h"
1 catastrophic error detected in the compilation of "../mongoose.c".
Compilation terminated.
gmake: *** [mongoose.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Regards,

Sandeep C