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.

unresolved symbol

Other Parts Discussed in Thread: CC3200, CC3200SDK, CCSTUDIO

Hi All

im using CCSv6, trying to compile wlan_station example for cc3200 i ve followed the steps in the getting started guide but still i get the following errors:

Any ideas?

oguzhan

  • Hi Oguzhan,

    These errors can happen when the dependent projects aren't built in order specified in the getting started guide.

     

    Make sure you are importing all 5 projects:

    wlan_station

    driverlib

    simplelink

    oslib

    ti_rtos_config


     

    Also, when you imported the projects, make sure the box "Copy projects into workspace" is unchecked.

     

    The 5 projects then need to be built one-at-a-time in this order:

    simplelink

    ti_rtos_config

    driverlib

    oslib

    wlan_station 

     

    Regards,

  • Hi Rob

    I tried your suggestions  but unfortunately it didnt work. I have windows8.1 and ccs working in windows compatibity mode. As i figured out the Errors are caused from lack of linker.cmd file in the confingPkg folder image following shows that. I ve checked all files whether the linker file exits in another folder but  no linker file in another folder .

    Any ideas why it happens?

    thanks

    oguz..

  • Hey Oguz,

     

    I don't have a windows 8.x machine to test this out.  I can say looking at the default installation path where you are missing linker.cmd "C:\TI\CC3200SDK_1.0.0\cc3200-sdk\ti_rtos\ti_rtos_config\ccs\Default"

    If you right-click the project "ti_rtos_config" in CCS, (do NOT use the Project menu drop down or else it will only build the Active project) with the above listed folder open, and choose Clean Project, you should see only 5 files left.

    If you then right-click the project "ti_rtos_config" in CCS, and click Build Project, a folder called ..\configPkg\ should be created.  If this folder isn't being created, I'd make sure CCS has permission to write to the disk in Windows 8.1

     

    Regards, 

  • Hi Rob

    i see the folder is being created but its empty.

    regards,

  • When you right click the ti_rtos_config project and click Properties in the menu, do you see the following settings in the RTSC tab?

     

     

  •   yes ,settings are  exactly same with figure.

  • Oguzhan,

    When I build the ti_rtos_config project, I see this in the build console:

    "C:\\CCStudio_v6.0.1.00039_new\\ccsv6\\utils\\bin\\gmake" -k all
    'Building target: configPkg/linker.cmd'
    'Invoking: XDCtools'
    "C:/CCStudio_v6.0.1.00039_new/xdctools_3_30_03_47_core/xs" --xdcpath="C:/CCStudio_v6.0.1.00039_new/ccsv6/ccs_base;C:/CCStudio_v6.0.1.00039_new/tirtos_simplelink_2_01_00_03/packages;C:/CCStudio_v6.0.1.00039_new/tirtos_simplelink_2_01_00_03/products/bios_6_40_03_39/packages;C:/CCStudio_v6.0.1.00039_new/tirtos_simplelink_2_01_00_03/products/uia_2_00_01_34/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3200 -r release -c "C:/CCStudio_v6.0.1.00039_new/ccsv6/tools/compiler/arm_5.1.6" C:/ti/CC3200SDK_1.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/app.cfg
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring app.xem4 from package/cfg/app_pem4.cfg ...

    Comparing this with your build output, it looks like your command line is missing the input file app.cfg. If you expand the project in the Project Explorer view do you see the app.cfg file in the project?

  • Yes it is in the ti_rtos project folder.