GSG C6748: Building Projects
From Texas Instruments Embedded Processors Wiki
^ Up to main Getting Started Guide for C6748 Table of Contents
Contents |
Building a project
In order to re-build an example, follow these steps:
- Open CCStudio (Code Composer Studio).
- Select Project -> Open from the menus.
- Browse to the project location and select the project file (.pjt). For example, for the C6748 audio project, the default path is: C:\Program Files\Texas Instruments\pspdrivers_01_30_00_05\packages\ti\pspiom\examples\evm6748\audio\build
- After opening the project, select Project -> Build from the menus.
Do not forget to read the documents at:
C:\Program Files\Texas Instruments\pspdrivers_01_30_00_05\docs\C6748\
There you can find the document C6748_BIOSPSP_Userguide.pdf. Look at item 6 in Section 1.4.1.1, page 13, of this document where there is a description of adding the environmental variable EDMA3LLD_BIOS5_INSTALLDIR.
To add the environmental variable, follow these steps:
- Open the Windows Control Panel tool called System.
- Choose the Advanced tab.
- Click the Environment Variables button at the bottom of the tab.
- In the System variables area, click on the New button.
- Type EDMA3LLD_BIOS5_INSTALLDIR as the Variable Name.
- Type C:/C674x_dsp_1_00_00_10/edma3_lld_01_07_00_01 (or the equivalent path on your computer) as the Variable Value.
- Click OK.
If you do not add this environmental variable you might get a Compilation failure message.
NOTE: The Userguide is incorrect for 1_30_01 install when is states that you need to have \packages at the end of the installation path. The folder \packages is defined in the Build Options.
Leave a Comment