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/DK-TM4C129X: WiFi examples

Part Number: DK-TM4C129X
Other Parts Discussed in Thread: CC3100SDK, CC3100, TM4C1294NCPDT

Tool/software: Code Composer Studio

Hi All,

I am using dk-tm4c129x board and cc3100 board with ccs latest version. I am trying the cc3100 examples provided by ti in C:\ti\CC3100SDK_1.2.0\cc3100-sdk\examples\getting_started_with_wlan_station.

I have made 1 ccs project and included the main.c file provided in the given directory. I have also included simplelink drivers. Still, I am getting one error-

Description Resource Path Location Type
cannot open file "C:/ti/CC3100SDK_1.2.0/cc3100-sdk/simplelink/include": Permission denied null: cannot open file "C:/ti/CC3100SDK_1.2.0/cc3100-sdk/simplelink/include": Permission denied WiFiCheck C/C++ Problem

These errors are coming even if I have included all the paths. The paths which I have included are-

C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink\include
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink\source
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink_extlib\include
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink_extlib\provisioninglib
C:\ti\CC3100SDK_1.3.0\cc3100-sdk\examples\common  // this is for sl_common.h

Please let me know what error is this exactly. After this, I want to try https example. Will Directly flashing the main.c provided in the above directory ( cc3100 examples) after including the dependicies work?

Thanks

  • Hi Akhilesh,

    I am able to build the Tiva examples from CC3100 SDK 1.2 and 1.3 without issues.

    It looks like you're seeing a Permission denied error. Can you check that you have access to the folder where the SDK is installed? Can you try running CCS as an administrator?

    Best regards,

    Sarah

  • Hi Sarah, how are you using cc3100 examples? Can you please tell me steps?

    Thanks

  • Hi Akhilesh,

    In CCS v9.2, I imported the project from the cc3100-sdk\platform\tiva-c-connected-launchpad\example_project_ccs\getting_started_with_wlan_station folder.

    I have TivaWare_C_Series-2.1.4.178 installed, and I can see that defined as TIVAWARE_ROOT in my project properties.

    Then I built the getting _started_with_wlan_station project. The project built without errors.

    Best regards,

    Sarah

  • Hi Sarah,

    I did the same all the steps still I am getting this error-

    Description Resource Path Location Type
    #1965 cannot open source file "inc/tm4c1294ncpdt.h" board.c /getting_started_with_wlan_station/board line 38 C/C++ Problem

    I have attached the logs also. Please check

    **** Build of configuration Debug for project getting_started_with_wlan_station ****
    
    "C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 8 all -O 
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/board.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="board/board.d_raw" --obj_directory="board"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/board.c"
     
    >> Compilation failure
    board/subdir_rules.mk:9: recipe for target 'board/board.obj' failed
    "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/board.c", line 38: fatal error #1965: cannot open source file "inc/tm4c1294ncpdt.h"
    1 catastrophic error detected in the compilation of "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/board.c".
    Compilation terminated.
    gmake: *** [board/board.obj] Error 1
    Building file: "../tm4c1294ncpdt_startup_ccs.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="tm4c1294ncpdt_startup_ccs.d_raw"  "../tm4c1294ncpdt_startup_ccs.c"
    Finished building: "../tm4c1294ncpdt_startup_ccs.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/cli_uart.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="cli_uart/cli_uart.d_raw" --obj_directory="cli_uart"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/cli_uart.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/cli_uart.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/flowcont.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/flowcont.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/flowcont.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/flowcont.c"
     
    Building file: "../main.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
    Finished building: "../main.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/device.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/device.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/device.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/device.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/fs.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/fs.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/fs.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/fs.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/netapp.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/netapp.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/netapp.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/netapp.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/netcfg.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/netcfg.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/netcfg.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/netcfg.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/nonos.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/nonos.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/nonos.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/nonos.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/spawn.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/spawn.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/spawn.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/spawn.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/spi.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="spi/spi.d_raw" --obj_directory="spi"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/spi.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/spi.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/timer_tick.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="timer/timer_tick.d_raw" --obj_directory="timer"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/timer_tick.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad/timer_tick.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/driver.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/driver.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/driver.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/driver.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/socket.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/socket.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/socket.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/socket.c"
     
    Building file: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/wlan.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/bin/armcl" -mv7M4 -me --include_path="C:/Users/Akhilesh/workspace_v9/getting_started_with_wlan_station" --include_path="C:/ti/TivaWare_C_Series-2.1.4.178" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/examples/common" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source" --include_path="C:/ti/CC3100SDK_1.3.0/cc3100-sdk/platform/tiva-c-connected-launchpad" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include" --define=PART_TM4C1294NCPDT --define=TARGET_IS_BLIZZARD_RA1=1 --define=_USE_CLI_ --define=ccs -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="simplelink/source/wlan.d_raw" --obj_directory="simplelink/source"  "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/wlan.c"
    Finished building: "C:/ti/CC3100SDK_1.3.0/cc3100-sdk/simplelink/source/wlan.c"
     
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****
    

  • Hi Sarah,

    I am using dk-tm4c129x board and the build is successful. But on execution, my program is going into fault isr every time. Do you have any idea about it?

    I think it is because of wrong microcontroller. My board has tm4129xncz and the project is for tm4c123gh. Is it so?

    Thanks

  • Hello Akhilesh,

    If you are using a project for TM4C123x devices on a TM4C129x device then you have to check if the peripherals are the same and also you will have to use a different clock configuration API:

        //
        // Set the system clock to run at 120MHz from the PLL.
        //
        ui32SysClock = MAP_SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ |
                                               SYSCTL_OSC_MAIN | SYSCTL_USE_PLL |
                                               SYSCTL_CFG_VCO_480), 120000000);