• 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 » Microcontrollers » Stellaris® ARM® Microcontrollers » Stellaris® ARM® LM3S Microcontrollers Forum » error creating new project
Share
Stellaris® ARM® Microcontrollers
  • Forum
Options
  • Subscribe via RSS
Helpful Stellaris® LM4F Series Links
  • LM4F Series
  • Stellaris PinMux Utility
  • Stellaris® LM4F120 LaunchPad
  • LM4F MCU Applications
  • LM4F MCU Video
  • ARM Cortex-M4F Whitepaper
  • Stellaris MCU Brochure
  • LM4F232 Eval Kit
  • Forums

    error creating new project

    This question is answered
    mithun sappannavar
    Posted by mithun sappannavar
    on Apr 03 2012 01:10 AM
    Intellectual585 points

    Hi All,

    I'm evaluating EKK- LM3S8962  kit. I'm able to run sample codes like blinky. But when I create new project as attached with this mail, I get error.

    Please let me know wat is missing, even I've added startup_ccs.c file, but no use. Also please brief how important is this startup_ccs.c file in my program.

    Regards

    Mithun 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Petrei
      Posted by Petrei
      on Apr 03 2012 02:10 AM
      Mastermind6525 points

      Hi,

      This is a path problem - to be fast solved you can go to Program | Properties | C/C++Build  | TMS470Compiler and click on "Include Options" and there add the path to your /inc folder. But the best idea is to spend a little more time and read the introductory documents in your kit - there you will find some important hints how to build new projects without problems. 

      About startup_ccs.c: it is very important - contains start-up entry points, stack initialization, interrupt vectors and some other program initialization needed by the C environment.

      Petrei 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Craig Giglio94760
      Posted by Craig Giglio94760
      on Apr 04 2012 10:26 AM
      Intellectual860 points

      To expand on points brought up by Petrei, you can also start with an example project which has all of the include paths set based on the project location and then add your code to the project.  You can do this by going to "Project -> Import Existing CCS Project."  The projects can be found in the c:\StellarisWare\boards\<your board> directories.

      Regards,

      Craig

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • cb1_mobile
      Posted by cb1_mobile
      on Apr 04 2012 10:50 AM
      Guru22040 points

      Craig Giglio94760
      start with an example project which has all of the include paths set based on the project location and then add your code to the project.

      This is such good advice - have to wonder why TI doesn't more strongly/effectively push new users in this, "start with an example project"  direction.  Issue ain't going away - avoidance is poor "cure!"  (forgive me - but likely true)

      Poster is one of daily, ongoing, frustrated new users - painful to see this languish.  Creating a new project from scratch should be avoided until users have much greater "hours of use" under their belts...  TI needs to better approach/deal with this ongoing issue...

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mithun sappannavar
      Posted by mithun sappannavar
      on Apr 11 2012 00:39 AM
      Intellectual585 points

      Hi Petrei,

      Thanks for your inputs, as suggested by you I included the path C:\StellarisWare\inc  but no use, still the error is same.

      I'm able to run example programs. Can you please help me with document which tells how to create my own project in CCS for Stellaris and it should also tell what are paths to be added in the project. If document is not available please guide me yourself.

      Regards

      Mith

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Petrei
      Posted by Petrei
      on Apr 11 2012 01:26 AM
      Mastermind6525 points

      Hi,

      Your path should be C:/StellarisWare - take care at "\" or "/" - the IDE is based on Eclipse, which keeps the UNIX path convention, not MS. 

      To have more info, open a StellarisWare project for your board, select it in the left pane then go to Project | Properties and see what/how the problems are solved there.

      Petrei.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Petrei
      Posted by Petrei
      on Apr 11 2012 01:49 AM
      Verified Answer
      Verified by mithun sappannavar
      Mastermind6525 points

      Hi,

      Look at this link:

      http://e2e.ti.com/support/microcontrollers/stellaris_arm_cortex-m3_microcontroller/f/471/t/94574.aspx

      The second post in this thread has an download link to a document named "Stellaris_New_Project_Guide.ppt" which is very useful for you. Read it and apply it.

      Petrei.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mithun sappannavar
      Posted by mithun sappannavar
      on Apr 11 2012 01:54 AM
      Intellectual585 points

      Hi Petrie,

      Thanks again for quick reply, I changed it to

       "${CG_TOOL_ROOT}/include"
      "C:/StellarisWare/driverlib"
      "C:/StellarisWare/inc"

      But still my issue continues. I don't know what wrong I'm doing, please look how i've created the project and in the .C file i've copy pasted Blinky code.

      File

            New

                   ccs project (please see attachment)

                                                                            Finish    

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mithun sappannavar
      Posted by mithun sappannavar
      on Apr 11 2012 01:56 AM
      Intellectual585 points

      Hi I'll go through the ppt and get back to you...

       

      Regards

      Mith

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mithun sappannavar
      Posted by mithun sappannavar
      on Apr 11 2012 05:13 AM
      Intellectual585 points

      Hi Petrie,

      Thanks a lot, I really like your support.

      I'm now able to build my code.    

       

      Regards

      Mith

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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