Ti tool chain-xdc-Tool

Source: Internet
Author: User
Tags configuration settings

1. Xs and xdcsrept
The Xs command is used to execute xdcscript programs. xdcscript is a general-purpose programming language based upon the ECMA-262 Edition 3 standard-popularly known as JavaScript 1.5.

2. xdc. Tools. yuno
The xdc. Tools. configuro tool processes configuration files and generates several files that must be integrated into the build of applications that use rtsc components.

Running the specified o command generates a subdirectory with the same name as your cfg file (for example, mycfg for the mycfg. cfg file ). this subdirectory is in fact a rtsc package. the specified o command allows you to import rtsc content, in the form of reusable
Modules built using xdctools, into your application.

3. infile. cfg
A user-supplied configuration script that names a set of xdc modules, and optionally changes their configuration settings.

4. compiler. Opt
A file containing C compiler command-line flags. these flags must ded on the compiler command line for any C source file that directly accesses the xdc content. the flags define the header file include paths, and machine-mode compiler flags to ensure object
Code compatibility between all encoded content.

5. linker. cmd
A file containing linker command-line flags. these flags must be encoded on the linker command line for the final link of the application. the flags list needed libraries and object files, and on some platforms define the embedded system memory map.

6. config. BLD
The build model "Startup" script; this script, located along the import path ".; $ (xdcpath); xdcroot/etc ", configures the build model's modules so that common settings can be shared among multiple package build scripts. it is possible to override this
Behavior using the xdcbuildcfg environment variable.

7. Package. BLD
The package's build script; this script, located in the package's working directory, specifies all of the physical files (libraries, executables, etc.) that are part of the package.

8. xdcenv. Mak
This file is a generated file that captures the environment setting that can affect the contents of the generated makefile; changes to this file trigger a re-build of the makefile.

9. xdcspec and xdcscript
Xdcspec-Elements of the rtsc Specification Language
Xdcscript-Elements of the rtsc meta-language

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.