TI OMAP3530 WINCE6 C6ACCEL环境搭建(1)

时间:2022-12-22 17:59:50

1、软件包安装

参考http://processors.wiki.ti.com/index.php/GSG:_DVSDK_for_Windows_CE_Software_Setup

(1)安装WINCE6:

  • Microsoft Visual Studio 2005 version 8.0.50727.762 (SP.050727-7600) -ENU Service Pack 1 (KB926601)
  • Platform Builder(注意:如果在WIN7下安装PB,应该用管理员身份打开CMD窗口,然后再命令行下执行 CALL "xxx.msi")
    • Windows Embedded CE 6.0 Platform Builder
    • Windows Embedded CE 6.0 SP1
    • Windows Embedded CE 6.0 R2
    • Windows Embedded CE 6.0 R3
    • Windows Embedded CE 6.0 R3 updates (upto May 2010) (我没有装这个)
  • (2)安装TI的工具

Installing TI Code Generation Tools 

Run the ti_cgt_c6000_6.1.9_setup_win32.exe file that you downloaded and answer the prompts within the installer. CAUTION: Instead of the default installation path, install TI Code Generation tools in a directory that has no spaces in the path else some component builds may fail.

Installing DSP/BIOS 

Run the bios_setupwin32_5_41_00_06.exe file that you downloaded and answer the prompts within the installer.

Installing XDCtools 

Run the xdctools_setupwin32_3_16_01_27.exe file that you downloaded and answer the prompts within the installer. CAUTION: Instead of the default installation path, install XDCtools in a directory that has no spaces in the path else some component builds may fail.

即使默认安装,也会带空格,因此必须改掉。否则编译DVSDK时会找不到XDC。

Installing ActivePerl 

Follow the installation instruction from the downloaded ActivePerl package

Installing the Board Support Package (BSP) 

Follow the procedures in ARM A8 WinCE BSP User Guide to set up the BSP and the WinCE build environment required to build DVSDK.

Installing the DVSDK software 

To install the OMAP35xx WinCE DVSDK software, follow these steps:

  • Run the DVSDK installer dvsdk_wince_1_10_00_xx_setup.exe and install DVSDK 1.10 in the C:\WINCE600\3rdParty folder assuming Windows CE 6.0 is installed in the C:\WINCE600 directory. This will also set up the DVSDK_INSTALL_DIR to point to C:\WINCE600\3rdParty\dvsdk_1_10_00_xx.
  • If installing in a different directory, you must manually copy the contents of the %DVSDK_INSTALL_DIR%\Catalog folder to C:\WINCE600\PLATFORM\EVM_OMAP3530\CATALOG. Also, you will need to make sure when using BSP default OS-design, the OS-design is pointing to the DVSDK subproject from this new location. When using your custom sub-project, follow the steps as mentioned in the next section.
  • You need to manually edit the file %DVSDK_INSTALL_DIR%\setpaths.bat and modify a few environment variables located at the top to point to where the corresponding tools are installed in your environment, as shown in the example below
REM DSP BIOS installation path.
set BIOS_INSTALL_DIR=
set BIOS_INSTALL_DIR=C:\CCStudio_v3.3\bios_5_41_00_06

REM DSP Code generation tool path
set CODEGEN_INSTALL_DIR=
set CODEGEN_INSTALL_DIR=C:\TITOOLS\CGTools_6_1_9

REM Installation directory of XDCTOOLS
set XDC_INSTALL_DIR=
set XDC_INSTALL_DIR=C:\TITOOLS\xdctools_3_16_01_27

REM Perl path
set BASE_PERL=
set BASE_PERL=c:\perl
  • ATTENTION:Cygwin tools have been known to interfere with building the DVSDK source. We recommend that you install DVSDK on a machine where Cygwin is not installed.

    2、添加subproject(%DVSDK_INSTALL_DIR%\dvsdk.pbpxml