rt Number: TM4C129ENCPDT
Tool/software: TI C/C++ Compiler
Hello All,
I am trying to port and compile an existing project "enet_s2e" which was originally developed for EK-TM4C1294XL board by TI. I have successfully compiled and run the project on another board EK-TM4C129EXL.
As a second step, I am trying to make it a stand-alone project such that it doesn't rely on external libraries, therefore I have included all the required libraries in the Project Directory and modified the included libraries search paths accordingly as can be seen in the attached photo.
Now during the compilation, the compiler can see all the included libraries and hence able to link all files however I am getting this error.
I am getting this error;
Description Resource Path Location Type
#20 identifier "lwip_stats" is undefined sys_arch.c /FreeRTOSUDP/third_party/lwip-1.4.1/ports/tiva-tm4c129 line 219 C/C++ Problem
and
Description Resource Path Location Type
#20 identifier "sys" is undefined sys_arch.c /FreeRTOSUDP/third_party/lwip-1.4.1/ports/tiva-tm4c129 line 192 C/C++ Problem
Following is the snapshot of the error screen.
The library search paths seems to be correct as can be seen in the following photo.
I have attached the projects in Zipped Form as well.
The zipped file FreeRTOSUDP.zip will not compile.
Please note, the same project compiled and run successfully when I did not changed the "include file search paths" . The idea is to include all the required libraries inside the project folder so it becomes portable and doesnt depend on external library paths.
I thank you all in advance for your cooperation.0728.FreeRTOSUDP.zip
