Tool/software: Code Composer Studio
In file "tivaware_c_series_2_1_4_178/tools/eflash/bootp_server.c" there is 3 times "sockete" instead of "socket":
------------------------------------------------------------------------------
Line 455: VPRINTF(("... Creating sockete for BOOTP server\n"));
Line 467: VPRINTF(("... Creating sockete for TFTP server\n"));
Line 479: VPRINTF(("... Creating sockete for MAGIG packet transmission\n"));
------------------------------------------------------------------------------
And I would change "MAGIG" to "MAGIC" in line 479.
Best wishes,
Piotr Kasprzyk