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.

CC 3200

Other Parts Discussed in Thread: CC3200, TI-CGT

Hi,

 I am compiling the program using code composer studio.but i have problem like this .please tell me how to compilethe program....


**** Build of configuration Release for project blinky ****

"D:\\CCS Sw\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: blinky.out'
'Invoking: ARM Linker'
"D:/CCS Sw/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M4 --code_state=16 --float_support=fpalib --abi=eabi -me -Ooff -g --gcc --define=ccs --define=NON_NETWORK --define=cc3200 --display_error_number --diag_warning=225 --diag_wrap=off -z -m"blinky.map" --heap_size=0x800 --stack_size=0x800 -i"D:/CCS Sw/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"D:/cc3200-sdk/driverlib/ccs/Release" -i"D:/CCS Sw/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="blinky_linkInfo.xml" --rom_model -o "blinky.out" "./gpio_if.obj" "./main.obj" "./pinmux.obj" "./startup_ccs.obj" "../cc3200v1p32.cmd" -l"libc.a" -ldriverlib.a
<Linking>
warning #10366-D: automatic library build: using library "D:\CCS Sw\ccsv6\tools\compiler\ti-cgt-arm_5.2.5\lib\rtsv7M4_T_le_eabi.lib" for the first time, so it must be built. This may take a few minutes.
0 [main] sh 5028 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
C:/Users/sreeram/AppData/Local/Temp/make4940-1.sh: line 1: 5028 Segmentation fault (core dumped) d:/ccssw~1/ccsv6/tools/compiler/ti-cgt~1.5/bin/armar -qa c:/users/sreeram/appdata/local/temp/ti_mkl~1/rtsv7m4_t_le_eabi.lib *.obj
gmake.exe[1]: *** [library] Error 139
>> ERROR: mklib: gmake error during rtsv7M4_T_le_eabi.lib build
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "rtsv7M4_T_le_eabi.lib", but "rtsv7M4_T_le_eabi.lib" was not found
warning #10062-D: entry-point symbol "_c_int00" undefined

undefined first referenced
symbol in file
--------- ----------------
__STACK_END ./startup_ccs.obj

error #10234-D: unresolved symbols remain
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking; "blinky.out" not built

>> Compilation failure
gmake: *** [blinky.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

 

  • Moving to Simplelink CC31xx Forum

    Regards,
    Gigi Joseph.
  • Hi Banda,

    Did you import and build the wlan_station, driverlib, simplelink, oslib and ti_rtos_config projects?

    When you launch and start your example projects of CC3200, you should import and build the lib files first.

    You can find the introduce in the CC3200-Quick_Start_Guide.pdf

    CC3200-Getting_Started_Guide.pdf

  • Hi ,

    During import and build the wlan_station,driverlib,simplelink,oslib,and ti_rtos_config projects shall i connect launch pad or not to my PC.
  • Hi Banda,

    If you just build the lib files, it's not necessary to connect the launch pad.

  • Hi,
    During Build the lib files,I got errors like this for TI_RTOS_CONFIG,and WLAN_STATION

    FOR TI_RTOS_CONFIG:
    Description:
    Product 'com.ti.rtsc.TIRTOSsimplelink' v2.1.0.03 is not currently installed and no compatible version is available. Please install this product or a compatible version.
    Resource: ti_rtos_config
    Path:
    Location: ti_rtos_config
    Type: Problems



    and for WLAN_STATION
    Description:
    Cannot build project. Referenced project 'ti_rtos_config' contains build-errors.
    Resource:wlan_station
    Path:
    Location:wlan_station
    Type:Problems



    please help me how to solve the problem
  • Hi,

    1. May be you have update the version of TI-RTOS CC32XX or Others in the CCS App Center.  

    2. Then you will lose the XDCtools version of  3.30.4.52_core as follows.

    3. You should configure the new XDCtools version as below, and don't check the 'Unknown' option.

    Select the ti_rtos_config project in Project Explorer, and select Project>Properties from the menu. Setup the  ti_rtos_config project configuration as shown below.

    4. Rebuild the TI_RTOS_CONFIG first, and then rebuild WLAN_STATION. Maybe they are OK.

  • Hi,
    for point 3 as discussed in the above.......
    By Select the ti_rtos_config project in Project Explorer, and select Project>Properties from the menu. Setup the ti_rtos_config project configuration .......I got
    XDC Tools Versions:
    3.30.4.52_Core[3.31.0.24_core] and
    3.31.0.24_core

    like this....

    How to solve this issue........
  • Hi,

    Do you update the version of TI-RTOS CC32XX or Others in the CCS App Center? If not,  that's normal for that the XDC Tools Versions are not the same with me, you just make sure that the "TI-ROST for CC32XX" is  available. You can select one of the XDC Tools Versions, such as the 3.31.0.24_core,  and check there is no 'Unknown'  error appeared as below. 

    So,

    1. Select the XDCtools version as '3.31.0.24_core' (or 3.30.4.52_Core[3.31.0.24_core]  );

    2. Deselect the "Unknown" option,

    3. Select one available version of "TI-RTOS for CC32XX";

    4. Select the Target and Platform as discussed in the above, and click OK.

    You can have a try following the steps. Otherwise,please remove the lib files and  re-import or update your related software in the App Center.

  • Hi,
    I am unable to find the CC3200 Add-on App from App center. how to download and install CC3200 add on app.
    from web browser.
  • Hi,
    During Build of WLAN_STATION
    I got errors like this .,How to solve these errors

    ERROR 1:

    Description:
    #20 identifier "SL_WLAN_DISCONNECT_USER _INITIATED_DISCONNECTION" is undefined.
    Resource:main.c
    Path:wlan_station
    location:line 281
    Type:c/c++ problem

    ERROR2:

    Description:
    gmake:***No rule to make target D:/SREERAM/cc3200-sdk/example/common/network_common.c',needed by 'network_common.obj'.

    Resource:wlan_station
    Path:
    Location:Unknown
    Type:c/c++ problem