• 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 » Digital Signal Processors (DSP) » OMAP™ Processors » OMAP-L13x, AM1x and C674x Processors Forum » All Tags » XDCtools
Share
OMAP™ Processors
  • Forums
  • Announcements

Browse by Tags

OMAP™ Processors

Welcome to the OMAP™ Processors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
XDCtools
  • AM1808
  • ARM9
  • C6747
  • C674x
  • CCS
  • Codec Engine
  • DSP
  • DSP/BIOS Link
  • DSP/BIOS programming
  • dsplink
  • DVSDK
  • l138
  • L-138
  • Linux
  • OMAP
  • OMAP L-137
  • omap l138
  • OMAP L-138
  • OMAP_L138
  • OMAPl138
  • OMAP-L138
  • omapl138 boot
  • omap-l138 L138
  • OMAPL13x
  • StarterWare
Related Posts
  • Forum Post: need XDCtools 3.10.04

    Dirk Helgemo Dirk Helgemo
    I need XDCtools 3.10.04 built for Linux (i.e., containing Linux x86 binary executables). The "TI Update Advisor" website (https://www-a.ti.com/downloads/sds_support/targetcontent/rtsc/index.html) perhaps almost posted this version, but instead has posted 3.10.02 twice (once before 3.10.03,...
    on Apr 14, 2009
  • Forum Post: Re: need XDCtools 3.10.04

    Dirk Helgemo Dirk Helgemo
    Thanks for the feedback, Brad. I received a modified version of Codec Engine that says it requires it. Since that version of XDCtools has been retracted, I'll wait for a new XDCtools that works, or for a new modified version of Codec Engine that uses a different/available version of XDCtools. ...
    on Apr 15, 2009
  • Forum Post: Re: errors in building codec package

    Dirk Helgemo Dirk Helgemo
    One trick I did figure out for Linux: gmake is built and distributed in XDCtools (in bin). (I.e., gmake is not just for Windows.) It seems to behave very much like GNU make; can't tell if it's customized, but it is a known/fixed version. If your build steps aren't making everything you...
    on May 8, 2009
  • Forum Post: Fix for "ReferenceError: "trace" is not defined" in fc/edma3/package.xs

    Dirk Helgemo Dirk Helgemo
    FYI: Here is a potential fix for the following build problem: Context = Codec Engine 2.23.01 for Linux, XDCtools 3.10.03, CodeGen 6.1.8, building for OMAP3530, build crashes in examples/ti/sdo/fc/rman/examples/dmaXferScratch ======== .executables [examples/ti/sdo/fc/rman/examples/dmaXferScratch/...
    on Jun 10, 2009
  • Forum Post: Re: What is build profile "debug_trace"? (used by fc/rman/examples)

    Dirk Helgemo Dirk Helgemo
    Thanks. I didn't see any FC release notes bundled inside Codec Engine (nor the FC-specific config.bld). Let's see, for Codec Engine 2.23.01, I'll need to get xDAIS Framework Components 2.23.01. OK, I see examples/config.bld.default inside, and I see how the "debug_trace" and...
    on Jun 11, 2009
  • Forum Post: Re: What is build profile "debug_trace"? (used by fc/rman/examples)

    Dirk Helgemo Dirk Helgemo
    There seems to be a mismatch on the ARM side of things. In Codec Engine, I want to build GCArmv5T (and generally this works well), but in Framework Components 2.23.01 there is no such thing (only UCArm9, MVArm9, and Arm9t). I'm half-inclined to use MVArm9, but that's explicitly suppressed in...
    on Jun 12, 2009
  • Forum Post: Re: What is build profile "debug_trace"? (used by fc/rman/examples)

    Dirk Helgemo Dirk Helgemo
    Because I need *.av5T files for Codec Engine, copying/aliasing a similar ARM tool doesn't immediately work. (UCArm9 builds .a470uC, and MVArm9 builds .a470MV.) And fortunately there appear to be only three files that call this out: {acpy3,dman3,utils}/package.bld. (All the other package.bld files...
    on Jun 12, 2009
  • Forum Post: What is build profile "debug_trace"? (used by fc/rman/examples)

    Dirk Helgemo Dirk Helgemo
    Context = Codec Engine 2.23.01 for Linux, XDCtools 3.10.03, CodeGen 6.1.8, building for OMAP3530 Several of the package.bld files down in examples/ti/sdo/fc/rman/examples want to build the profile "debug_trace", but this is not defined in XDCtools (neither in xdc/bld/ITarget.xdc nor ti/targets...
    on Jun 10, 2009
  • Forum Post: Files missing from fc/utils

    Dirk Helgemo Dirk Helgemo
    Context = Codec Engine 2.23.01 for Linux (and/or xDAIS Framework Components 2.23.01), XDCtools 3.10.03, building for OMAP3530 There are two types of files missing from fc/utils (in cetools/packages/ti/sdo/fc/utils in Codec Engine, and in packages/ti/sdo/fc/utils in (xDAIS) Framework Components): ...
    on Jun 15, 2009
  • Forum Post: stack adjustment

    Flamingo Flamingo
    I've been trying to increase the size of my stacks, but one of them keeps resetting itself. I'm hoping someone can tell me why. I'm developing an OMAP-L137 codec. The codec itself is pretty simple, but there are background tasks running. When I create my server, I develop the codec library...
    on Jul 30, 2009
  • Forum Post: Controlling linker sections with DSP/Bios 6

    Mark Rae Mark Rae
    I am working with CCS4 and DSP/Bios 6 on a ‘C6747, How do I get more control of where sections are placed in the Linker. The XDC Platform allow you to select the memory location for Code, Data, Stack. The way the individual sections are grouped in Code, Data, Stack does not meet...
    on May 27, 2010
  • Forum Post: Fix for "TypeError: Cannot call method "match" of null" in fc/dman3/package.xs

    Dirk Helgemo Dirk Helgemo
    FYI: Here is a potential fix for the following problem: Context = Codec Engine 2.23.01 for Linux, XDCtools 3.10.03, CodeGen 6.1.8, building for OMAP3530, build crashes in examples/ti/sdo/ce/examples/apps/speech Build error: # configuring bin/evm3530/app_local.xv5T from package/cfg/bin/evm3530/app_local_xv5T...
    on May 19, 2009
  • Forum Post: configuro ???

    dark hollow dark hollow
    I attended a TI workshop recently and was exposed to configuro. Apparently it is an open source tool. Where can I get it? Do I already have it? Where should I install it? I am working with the a MontaVista based DSK and the Digital Spectrum EVM for OMAP-L137. Thanks, DH
    on Sep 14, 2010
  • Forum Post: Problem Building Codec Engine App Example on OMAP-L137

    Jean Quirion Jean Quirion
    Hi, I’m new to codec engine, RTSC, and XDCTools. I have an OMAP-L137 EVM and I simply want to build and run the codec engine speech application example (i.e. codec_engine_2_23_01\examples\ti\sdo\ce\examples\apps\speech). My Problem: When I compile, I get the following error, and I cannot figure...
    on Apr 6, 2011
  • Forum Post: Increasing IRAM size in the Audio SOC example (DSP code on the OMAP L138)

    Christian Sch��� Christian Sch���
    I'm using the Audio SOC example provided in the SDK as a template for my own application. Since I'm using quite a few large data buffers (on the DSP side), I want to place all data in L2 memory instead of external memory to increase the speed. Thus, I have added the following lines to the file...
    on Jul 13, 2011
  • Forum Post: Setting _c_int00 on ARM on OMAP-L138 verification

    Roy Dika Roy Dika
    I hope somebody from TI can help me, or if another community member has already solved this problem on the OMAP-L138 they can help...I am using SYS/BIOS on both cores and am embracing the RTSC environment and using .cfg files for all of my configurations (except this one). I read the article for setting...
    on Mar 13, 2012
  • Forum Post: problem in connecting Blackhawk USB100v2

    jitendra panchal jitendra panchal
    I am using customized board of AM1808 which is similar to LOGICPD AM1808 Experimenter kit.when i am connecting the blackhawk USB100v2 to this board it is giving me the error as shown in attached file. Please give me the solution early as possible.
    on Apr 17, 2012
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