• 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 » Development Tools » Code Composer Studio » Code Composer Forum » How to import EDMA3 LLD example?
Share
Code Composer Studio
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Common Questions
  • Code Composer Studio Forum Usage Guidelines

  • Resources
  • Code Composer Studio (CCStudio) Product Folder
  • Troubleshooting CCS
  • CCS Wiki
  • Download CCS
  • Order CCS
  • Tools Insider Blog
  • Bug Tracking
  • How to import EDMA3 LLD example?

    How to import EDMA3 LLD example?

    This question is answered
    Robert W
    Posted by Robert W
    on Aug 03 2012 14:07 PM
    Genius3715 points

    Hi,

    I want to run EDMA3 LLD example. Unfortunately, it always fails to build after I import it. The imported project build error is as the picture shows:

    I import the project from the directory:

    Do I need some to set some environment viable?

    Thanks.

    EDMA3 LLD
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Robert W
      Posted by Robert W
      on Aug 03 2012 14:10 PM
      Genius3715 points

      Hi,

      The import project is created with copy option selected.

      I find that the source file (*.c) cannot show up after click it. The error message is:

      Could not open the editor: Must specify a URI scheme:EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/common.c

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Aug 03 2012 14:17 PM
      Suggested Answer
      Guru117055 points

      Robert W
      Could not open the editor: Must specify a URI scheme:EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/common.c

      Looks like you need to define this Linked Resource Path variable: EDMA3LLD_BIOS6_INSTALLDIR

      It needs to be set to the location of the edma install directory.

      I see a macros.ini file in the directory. This file is used to auto-setup linked resource path variables and build variables on import. Can you take a look at that file and see if EDMA3LLD_BIOS6_INSTALLDIR is defined in there?

      thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 14:25 PM
      Genius3715 points

      Hi,

      I forgot to mention that I have set the viable as:

      EDMA3LLD_BIOS6_INSTALLDIR = C:\ti\edma3_lld_02_11_05_02

      It does not work.

      In fact, the macros.ini file in the project has the definition:

      EDMA3LLD_BIOS6_INSTALLDIR = ..\..\..\..\

      Are there other possibilities?

      Thanks. 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Aug 03 2012 14:26 PM
      Guru117055 points

      Can you point me where you got the edma install? I'd like to try it myself

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 14:34 PM
      Genius3715 points

      Hi,

      The picture in my first post shows some directory information. I would like to add the installation path is:

      C:\ti\edma3_lld_02_11_05_02

      Please tell me if you want to know more info.

      Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Aug 03 2012 14:41 PM
      Guru117055 points

      Actually I'm wondering where you got the EDMA software. I would like to install it on my machine (I don't have it)

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 14:43 PM
      Genius3715 points

      I don't know why the first picture was not uploaded in my first post. Hope it helps.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 14:45 PM
      Genius3715 points

      Hi,

      I guess it was installed from the C6678EVM CD ROM. I am not sure about this. It also may be installed from CCS v5.2 evaluation version.

      Regards,

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Aug 03 2012 14:52 PM
      Guru117055 points

      Robert W

      I don't know why the first picture was not uploaded in my first post. Hope it helps.

      Oh, this is indeed helpful. It is complaining about not being able to launch 'make'. CCS should be using gmake instead. Somehow the project settings got messed up and us using the CDT default make. You can try setting it back to use gmake. See the below thread for more details on how to do this (see the second post by Rafael):

      http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/140973.aspx

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 15:02 PM
      Genius3715 points

      It can make now, but the new problem is:


      **** Clean-only build of configuration Debug for project edma3_drv_bios6_c6678_st_sample ****

      C:\ti\ccsv5\utils\bin\gmake clean
      gmake: *** No rule to make target `clean'. Stop.

      **** Build Finished ****

      **** Build of configuration Debug for project edma3_drv_bios6_c6678_st_sample ****

      Nothing to build for project edma3_drv_bios6_c6678_st_sample

      ..........................

      no makefile?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 15:11 PM
      Genius3715 points

      A new question is here: What is the relationship between project edma3_drv_bios6_st_sample and edma3_drv_bios6_st_sample_configuration?

      I just try to build edma3_drv_bios6_st_sample_configuration. The error message is:

      **** Build of configuration Release for project edma3_drv_bios6_c6678_st_sample_configuration ****

      C:\ti\ccsv5\utils\bin\gmake all
      'Building target: configPkg/linker.cmd'
      'Invoking: XDCtools'
      "/xs" --xdcpath="/packages;/packages;" xdc.tools.configuro -o "configPkg" -t ti.targets.elf.C66 -p ti.platforms.evm6678 -r whole_program -c "" ../edma3_drv_bios6_c6678_st_sample.cfg
      '"/xs"' is not recognized as an internal or external command,
      operable program or batch file.
      gmake: *** [configPkg/linker.cmd] Error 1

      **** Build Finished ****

      I do not know where the configPkg/linker.cmd is. What is wrong in this build?

      Regards,

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 15:18 PM
      Genius3715 points

      similar posts suggest that /xs with extra / . Where is this command line? Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Aug 03 2012 15:36 PM
      Guru117055 points

      I installed the EDMA3 package and imported the same project. Seems to build ok (needed to add some additional include paths). Did you get a notice about CCS detecting the EDMA package and enabling it? And during the import, did you copy the project into your workspace or leave it in the original location?

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Aug 03 2012 15:42 PM
      Guru117055 points

      Robert W
      similar posts suggest that /xs with extra / . Where is this command line? Thanks.

      In the 'edma3_drv_bios6_c6678_st_sample_configuration' project, right-click on the project and select 'properties'. Then in the properties dialog, select 'Build->XDCtools' in the left panel. In the right panel, you will see a 'Command' field and 'Command-line pattern' field. One of those should be what you are looking for.

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Robert W
      Posted by Robert W
      on Aug 03 2012 16:11 PM
      Genius3715 points

      Hi,

      It seems that EDMA3 is recognized by XDC in the below picture. I select copy option box when created the project. Anything I can try? Thanks

      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