160112_FreeRTOS_Labs was tested and released with the kernel version V8.2.3 That version is included in the ZIP.
It should work equally well with V9.0.0 and higher.
I have another question. I want just plain TCPIP and none of the other protocols, FTP/HTTP/NTP. In my project I create a linked directory to the FreeRTOS-Plus-TCP directory so I can link in the stack and I get all of those other protocols that I also have to provide the headers for.
What is your recommended method of handling this, I don’t want to do it in a different way then your intentions.
Is this an Eclipse question? In that, how to get Eclipse to build just
the files you want and not just blindly build every file in the
directory (which is once of Eclipses least helpful habits)?
If so, then you either need to use resource filters to include and/or
exclude files and folders, as described on the link below, or you need
to right click on the file you don’t want to build, then in the pop-up
menu find the “Exclude from build” check box.