• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Low Power RF & Wireless Connectivity » SimpleLink™ Wi-Fi® » CC3000 basic WiFi App won't build in CCSv5 or IAR
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS

CC3000 basic WiFi App won't build in CCSv5 or IAR

CC3000 basic WiFi App won't build in CCSv5 or IAR

This question is answered
Jon Knoll
Posted by Jon Knoll
on Aug 11 2012 11:50 AM
Prodigy70 points

I've downloaded/installed both IAR Workbench and CCSv5 and I'm trying to build and run the basic WiFi app on my MSP430 Fram experimentors board with CC3000 TiWi module but I get errors from both programs when I try to build:

From CCSv5 when I try to build BasicWiFiApplication:

gmake: *** No rule to make target `C:/Users/jaknoll/workspace_v5_3/CC3000 Spi/Debug/CC3000 Spi.lib', needed by `BasicWiFi Application.out'.
gmake: *** No rule to make target `C:/Users/jaknoll/workspace_v5_3/CC3000HostDriver/Debug/CC3000HostDriver.lib', needed by `BasicWiFi Application.out'.
gmake: *** No rule to make target `C:/Users/jaknoll/workspace_v5_3/HyperTerminal Driver/Debug/HyperTerminal Driver.lib', needed by `BasicWiFi Application.out'.
gmake: Target `all' not remade because of errors.

From IAR when I try to make BasicWiFiApplication:

[Og007]: Assembler list file generation not allowed in this version of the compiler
Error while running C/C++ compiler
board.c
[Og007]: Assembler list file generation not allowed in this version of the compiler
Error while running C/C++ compiler

Can anyone help me?

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • //--Kelvin--\\
    Posted by //--Kelvin--\\
    on Aug 13 2012 08:14 AM
    Intellectual1325 points

    Hello Jon,

    It looks like you have two different issues here.  As far as building the project in CCSv5, it looks like you did not create the individual libraries needed by the BasicWiFi Application project to compile correctly.  What you have to do is build the CC3000 Spi project, CC3000HostDriver project, and HyperTerminal Driver project first.  This will create CC3000 Spi.lib, CC3000HostDriver.lib, and HyperTerminal Driver.lib.  Once these librariries are created, then build the BasicWiFi Application project.  This should solve your issue.  Also, before you start building these projects, make sure to clean all of the them first as well.  This will clear all of the previous compilation erros.  You can refer to the Basic WiFi app wiki, for detailed step-by-step directions on how to build the projects in both CCSv5 and IAR here:  http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_MSP430

    Now, for your IAR issue.  It seems like you have a option set in your project options, that is not selected by default.  There is a way to turn off Assembler list file generation.  You can either right-click on the project and press options, go to project tab and select options, or Press Alt-F7.  When the options menu opens, click on Assembler in the Category box to left.  Once your Assembler options show up, click on the List tab.  Now, unselect the Output list file check box.  Make sure you check this setting for each one of the individual projects as well.  This should clear up your issues.

    Regards,

    Kelvin

    Please click the Verify Answer button on this post if it answers your question.  Thank You.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Jon Knoll
    Posted by Jon Knoll
    on Aug 17 2012 21:37 PM
    Verified Answer
    Verified by Jon Knoll
    Prodigy70 points

    Hey Kelvin,

    Thanks for the reply.  I was following the directions to build each of the libraries but it turns out my workspace was set up inappropriately and it was looking for the libraries in the wrong place.  I was able to get it worked out though.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rick Mann
    Posted by Rick Mann
    on Feb 12 2013 21:18 PM
    Prodigy220 points

    Jon,

    Where are the directions you're referring to?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Jon Knoll
    Posted by Jon Knoll
    on Feb 12 2013 21:45 PM
    Prodigy70 points

    Hey Rick,

    sorry but I honestly can't remember.  I found them either through the wiki or on the ti documentation page for the CC300.  Sorry I can't be of more help

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rick Mann
    Posted by Rick Mann
    on Feb 12 2013 22:40 PM
    Prodigy220 points

    No problem, Jon. I found something in the Wiki that helped. I'm pretty sure I've got the basic app loaded and running, but it's not working. None of the other LEDs light up (the power LED does), and the iPhone app doesn't seem to see the CC3000, so something's still not right.

    I also can't get HyperTerminal to do anything. It connects to the MSP430FRAM's comm port, but I don't get any of the stuff described here: http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_MSP430

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Jon Knoll
    Posted by Jon Knoll
    on Feb 12 2013 23:17 PM
    Prodigy70 points

    Have you downloaded and installed the latest firmware?  I had some issues in the beginning and it turned out I just needed to update the flash.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rick Mann
    Posted by Rick Mann
    on Feb 13 2013 00:26 AM
    Prodigy220 points

    I got the firmware last week. How recent is yours?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • //--Kelvin--\\
    Posted by //--Kelvin--\\
    on Feb 13 2013 10:25 AM
    Intellectual1325 points

    Hello everybody,  I just want to make sure every one is getting this new information.  With the new firmware, there are different prerequisites.  Please refer to the new version of the Basic WiFi app for MSP430 page at the following link:

    http://processors.wiki.ti.com/index.php/CC3000_Release_1.10_-_Basic_Wi-Fi_example_application_for_MSP430

    Regards,

    Kelvin

    Please click the Verify Answer button on this post if it answers your question.  Thank You.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chase Roberts1
    Posted by Chase Roberts1
    on Feb 22 2013 17:18 PM
    Prodigy60 points

    I think I am having the same problem. You said your workspace was set up wrong. What was wrong with it? How did you fix it? I've been following this tutorial: http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_Launchpad#Running_Basic_WiFi_Application_with.C2.A0CCS_V5

    but I haven't been able to get the WiFi application to build.

    gmake: *** No rule to make target `Z:/ti/SimpleLinkHostFolder/MSP430/Apps/MSP430G2553/Basic WiFi Application CCS/CC3000 Spi/Debug/CC3000 Spi.lib', needed by `BasicWiFi Application.out'.
    gmake: *** No rule to make target `Z:/ti/SimpleLinkHostFolder/MSP430/Apps/MSP430G2553/Basic WiFi Application CCS/HyperTerminal Driver/Debug/HyperTerminal Driver.lib', needed by `BasicWiFi Application.out'.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Jon Knoll
    Posted by Jon Knoll
    on Feb 22 2013 17:58 PM
    Prodigy70 points

    Same problem.  It thinks your project files are in a different directory than they are.  Check the properties/path for your project, not sure where that is anymore

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rick Mann
    Posted by Rick Mann
    on Feb 22 2013 18:36 PM
    Prodigy220 points

    For me, it was about building the four targets in the right order. I think the errors you're seeing are due to that. The wiki page shows the correct order.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chase Roberts1
    Posted by Chase Roberts1
    on Feb 23 2013 11:57 AM
    Prodigy60 points

    Alright, so here is the solution. Go to File -> properties-> linked resources and set the paths for the hostDriver, spi, and the hyperterminal. The hostdriver path was set relative to the PROJECT_LOC variable. All of three of these paths were wrong in my project. I don't even have a Z drive. After you reset the paths clean each project and then build them in the right order, HostDriver, Spi, HyperTerminal, and then BasicWifiApplication. This worked for me.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • //--Kelvin--\\
    Posted by //--Kelvin--\\
    on Feb 25 2013 12:19 PM
    Intellectual1325 points

    Hello guys,

    There is a slight bit of confusion on this thread.  The beginning of the thread was first about the Basic WiFi app on the MSP430 FRAM, and this new issue is strictly pertaining to the Basic WiFi app for the Launchpad.  In the launchpad app, Chase, you are correct, there are absolute paths that should not be in there, and this will be fixed shortly.  In the meantime, please use the work around to fix the absolute paths, and change them to relative paths.  Steps to follow: Project tab > Properties > expand resources > linked resources > link resources tab

    The resources should look like this:

    Edit the two invalid locations to be:

    Z:\ti\SimpleLinkHostFolder\MSP430\Apps\MSP430G2553\Basic WiFi Application CCS\CC3000 Spi\Debug\CC3000 Spi.lib

    Needs to be:  PROJECT_LOC\..\CC3000 Spi\Debug\CC3000 Spi.lib

    And

    Z:\ti\SimpleLinkHostFolder\MSP430\Apps\MSP430G2553\Basic WiFi Application CCS\HyperTerminal Driver\Debug\HyperTerminal Driver.lib

    Needs to be: PROJECT_LOC\..\HyperTerminal Driver\Debug\HyperTerminal Driver.lib

    With the correct paths, your resources should look like the following;

     

    After that clean, your previous build, and try again.  This will fix the issue.

    Regards,

    Kelvin

     

    Please click the Verify Answer button on this post if it answers your question.  Thank You.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Dylan Hyslop
    Posted by Dylan Hyslop
    on Mar 28 2013 05:15 AM
    Prodigy190 points

    I am using version 5.51.6 of IAR workbench for MSP430

    I am having the same build errors. but when I click project > there is no properties button to click ? I cant find where to change the symbolic links. Please could some one help me. I dono if i maybe have a newer version of workbench or what. But there should still be a properties button some where i have looked and i cant find one. 

    If I click on project i only get an options button that gives me a different interface. 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Edward Hsiung
    Posted by Edward Hsiung
    on Mar 29 2013 04:00 AM
    Prodigy200 points

    Hi,

    I have the same problem.

    Can anyone help us?

    Edward

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use