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.

CCS/EK-TM4C1294XL: EK-TM4C1294XL

Part Number: EK-TM4C1294XL

Tool/software: Code Composer Studio

I tried to download the enet_s2e example from the location    http://www.ti.com/tool/TIDM-TM4C129XS2E . It displays 

t looks like we’ve encountered some resistance.

(Sorry, the page you’re looking for can’t be found.)

Could you help how to download the example code.

  • Hi,

     I will need to find why it is inaccessible. In the meantime I have attached the project.

    enet_s2e.zip

  • Hi Charles,

    I downloaded the attached zip file, extracted and copied to the C:\ti\TivaWare_C_Series-2.1.3.156\examples\boards\ek-tm4c1294xl folder and imported to CCS. Still I get compilation error as below
    Description Resource Path Location Type
    #10 "#" not expected here startup_rvmdk.S /enet_s2e line 243 C/C++ Problem
    #10 "#" not expected here startup_rvmdk.S /enet_s2e line 244 C/C++ Problem
    #10 "#" not expected here startup_rvmdk.S /enet_s2e line 246 C/C++ Problem
    #131 expected a "{" startup_rvmdk.S /enet_s2e line 6 C/C++ Problem
    #171 expected a declaration startup_rvmdk.S /enet_s2e line 1 C/C++ Problem
    #1965 cannot open source file "inc/hw_ints.h" enet_s2e.c /enet_s2e line 27 C/C++ Problem
    #1965 cannot open source file "inc/hw_ints.h" lwip_task.c /enet_s2e line 28 C/C++ Problem
    #1965 cannot open source file "inc/hw_ints.h" serial.c /enet_s2e line 27 C/C++ Problem
    #1965 cannot open source file "inc/hw_ints.h" serial_task.c /enet_s2e line 27 C/C++ Problem
    #1965 cannot open source file "inc/hw_ints.h" telnet.c /enet_s2e line 27 C/C++ Problem
    #1965 cannot open source file "inc/hw_memmap.h" enet_fs.c /enet_s2e line 28 C/C++ Problem
    #1965 cannot open source file "inc/hw_nvic.h" startup_ccs.c /enet_s2e line 26 C/C++ Problem
    #1965 cannot open source file "inc/hw_nvic.h" startup_ewarm.c /enet_s2e line 27 C/C++ Problem
    #1965 cannot open source file "inc/hw_nvic.h" startup_gcc.c /enet_s2e line 26 C/C++ Problem
    #1965 cannot open source file "inc/hw_types.h" config.c /enet_s2e line 28 C/C++ Problem
    #1965 cannot open source file "utils/lwiplib.h" idle_task.c /enet_s2e line 27 C/C++ Problem
    #41 expected an identifier startup_rvmdk.S /enet_s2e line 3 C/C++ Problem
    #66 expected a ";" startup_rvmdk.S /enet_s2e line 4 C/C++ Problem
    #68 expected a "}" startup_rvmdk.S /enet_s2e C/C++ Problem
    #8 missing closing quote startup_rvmdk.S /enet_s2e line 4 C/C++ Problem
    #8 missing closing quote startup_rvmdk.S /enet_s2e line 10 C/C++ Problem
    #8 missing closing quote startup_rvmdk.S /enet_s2e line 333 C/C++ Problem

    Regards,
    Ramesh
  • Hi,
    The latest TivaWare is version is 2.1.4.178. Can you please try with the latest version? I don't have compilation issue when I try to build it.
  • Hi Charles,

    As you mentioned it compiles with 2.1.3.178

    Regards,
    Ramesh