• 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 » Embedded Software » WinCE » WinCE forum » ERROR when rebuilding dvsdk_wince_110
Share
WinCE
  • Forum
Options
  • Subscribe via RSS

ERROR when rebuilding dvsdk_wince_110

ERROR when rebuilding dvsdk_wince_110

  • yinghui li
    Posted by yinghui li
    on Jul 13 2011 08:20 AM
    Prodigy140 points

    I followed up the steps in  " DVSDK WinCE -  Getting Started Guide.pdf" and rebuilt the dvsdk project in vs2005, but I got the following error:

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

    Error: Could not find file 'D:\WINCE600\OSDesigns\EVM_3530\EVM_3530\RelDir\TI_EVM_3530_ARMV4I_Release\c6accel_app.exe' on disk

    c6accel_app.exe D:\WINCE600\OSDesigns\EVM_3530\EVM_3530\RelDir\TI_EVM_3530_ARMV4I_Release\c6accel_app.exe NK SH 

     

    Error: failed setting line

    makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

    makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

    D:\WINCE600\3rdParty\dvsdk_1_10_00_00\sources - 4 error(s), 2 warning(s)

    ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

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

    I searched for c6accel_app.exe in the whole related folders, no result was found. It seems that the c6accel app was not built. I didn't figure out why.Can anyone help me?

     

    host : xp pro sp3

    bsp: bspsource_omapwince_06_15_00

    os:  wince6 (installed in d:\wince600)

    dvsdk : dvsdk_1_10_00_00(installed in d:\wince600\3rdparty)

    omap3530 dvsdk110 wince6.0 c6accel
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Madhvi
    Posted by Madhvi
    on Jul 13 2011 10:01 AM
    Expert5080 points

    The dvsdk detailed build logs are in the dvsdk_01_10_00_00\logs directory. Look at these logs to determine why c6accel didnt build successfully. Also, c6accel is not needed for video playback but for running some custom algo on DSP. So if you dont need this feature, disable SYSGEN_C6ACCEL from your catalog/OS-design.

    -Madhvi

     


    Please click Verify Answer button if this response answers your question. For updated information on TI WINCE BSP, please check out the WinCE Handbook.

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yinghui li
    Posted by yinghui li
    on Jul 24 2011 04:02 AM
    Prodigy140 points

    I found an compile error in the log file:

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

    c6accelw.c

    c6accelw.c(15) : fatal error C1083: Cannot open include file: 'xdc/std.h': No such file or directory

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

    What may be the cause?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Madhvi
    Posted by Madhvi
    on Jul 25 2011 10:14 AM
    Expert5080 points

    did you follow all the steps mentioned here for building DVSDK - http://processors.wiki.ti.com/index.php/GSG:_DVSDK_for_Windows_CE_Software_Setup

    Looks like your path to xdc installation is incorrect and c6accel package cannot locate it.

     

    -Madhvi

     


    Please click Verify Answer button if this response answers your question. For updated information on TI WINCE BSP, please check out the WinCE Handbook.

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yinghui li
    Posted by yinghui li
    on Jul 26 2011 20:10 PM
    Prodigy140 points

    I think I didn't miss any step.I will list what exatly I did here:

    1.run ti_cgt_c6000_6.1.19_setup_win32.exe , install to C:\ti\cgt6_1_9

    2.run bios_setupwin32_5_41_00_06_ccsv3.exe, install to C:\ti\bios_5_41_00_06

    3.run xdctools_setupwin32_3_16_01_27.exe, install to C:\ti\xdctools_3_16_01_27

    4.run ActivePerl-5.10.1.1007-MSWin32-x86-291969.msi, install to C:\ti\Perl

    5.run bspsource_omapwince_06_15_00.exe, install to F:\board\omap3530,

       and then follow F:\board\omap3530\OAK\6.15.00\BSP\_Installation.txt ,copy TI_EVM_3530_6.15.00.zip to C:\WINCE600\PLATFORM, unzip it,so the      BSP folder is C:\WINCE600\PLATFORM\TI_EVM_3530

    6.run dvsdk_wince_01_11_00_03_patch_01_setup.exe, install to C:\WINCE600\3rdParty\dvsdk_wince_01_11_00_03_patch_01(I have tried dvsdk110,the same thing happens),copy catalog folder    to C:\WINCE600\PLATFORM\TI_EVM_3530\CATALOG

    7. modify setpaths.bat:

    REM DSP BIOS installation path. set BIOS_INSTALL_DIR= set BIOS_INSTALL_DIR=C:\ti\bios_5_41_00_06 REM DSP Code generation tool path set CODEGEN_INSTALL_DIR= set CODEGEN_INSTALL_DIR=C:\ti\cgt6_1_9 REM Installation directory of XDCTOOLS set XDC_INSTALL_DIR= set XDC_INSTALL_DIR=C:\ti\xdctools_3_16_01_27 REM Perl path set BASE_PERL= set BASE_PERL=C:\ti\Per

    8.setbuild.bat

    @REM select which components are to be rebuilt set BUILD_CMEM=1 set BUILD_DSPLINK=1 set BUILD_CODECSERVER=1 set BUILD_DMAI=1 set CLEAN_DSHOW=1 set BUILD_DSHOW=1 set CLEAN_C6ACCEL=1 set BUILD_C6ACCEL=1

    8.add dvsdk project to OS design,and select all the dvsdk components

    9. clean and build the whole sulotion

    Is there any problem?

    By the way I found this page about problems including std.h: http://processors.wiki.ti.com/index.php/StdDotH . Does it works? And where should I add the xdc_target_name__ ,  xdc_target_types__ options?

    wince dvSDK c6accel
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Aparna Balasubramanian
    Posted by Aparna Balasubramanian
    on Jul 27 2011 06:31 AM
    Intellectual2525 points

    Yinghui,

    Could you use the latest TI BSP instead of the 6.15 version since the DVSDK version you are installing (dvsdk_wince_01_11_00_03_patch_01) is based on the latest BSP_WINCE_ARM_A8_01_02_00. Please find the BSP source here:

    http://software-dl.ti.com/sdoemb/sdoemb_public_sw/wince_sdk/latest/index_FDS.html

    regards,

    Aparna

    Please click Verify Answer button if this response answers your question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yinghui li
    Posted by yinghui li
    on Jul 27 2011 19:42 PM
    Prodigy140 points

    I installed the latest BSP,it didn't help.

    But I notice another message in the log file:

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

    configuring c6accelw using c6accelw.cfg

    C:\ti\xdctools_3_16_01_27/xs xdc.tools.configuro -c  \

                -o wince/omap3530 \

                -t microsoft.targets.arm.WinCE \

                -p ti.platforms.evm3530 \

                -b wince/config.bld \

                c6accelw.cfg

    Usage: xs xdc.tools.configuro [--help]

    [-v]

    [-@ optionsfile]

    [-o outdir]

    [-b config_bld | -c codegen_dir | --cb]

    [-t target] [-p platform[:instance]] [-r profile]

    [-Dname=value]

    [-w | -x regexp]

    [--rtsName pkg_name]

    [--cfgArgs args_string]

    [--linkTemplate linker_template]

    [--tcf] [--bios5] [--pkg]

    [--compileOptions compile_options_string]

    [--oc compiler.opt] [--ol linker.cmd]

    infile.cfg

    /cygdrive/c/ti/xdctools_3_16_01_27/bin/cat: wince/omap3530/compiler.opt: No such file or directory

    Compiling c6accelw.obj from c6accelw.c..

    C:\WINCE600/SDK/BIN/I386/ARM/cl.exe -Ox -Ot -I""/public/common/sdk/inc -I""/public/common/oak/inc  -I../packages -c  -Foc6accelw.obj c6accelw.c

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

    Should I send you all the log files?

    wince dvsdk omap3530
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Madhvi
    Posted by Madhvi
    on Jul 27 2011 21:48 PM
    Expert5080 points

    Sure. So far I dont see anything wrong with your setup. Lets see if the log helps. Send me the logs for dsplink, cmem, codecserver as well.

     


    Please click Verify Answer button if this response answers your question. For updated information on TI WINCE BSP, please check out the WinCE Handbook.

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yinghui li
    Posted by yinghui li
    on Jul 28 2011 03:17 AM
    Prodigy140 points
    all_in_one.log

    Sorry to trouble you and thanks for your help.

    Please see attachment for log files.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Madhvi
    Posted by Madhvi
    on Aug 04 2011 11:39 AM
    Expert5080 points

    Can you check if _WINCEROOT is set in your build environment? The configuro command is missing the parameter after -c and it should be C:\WINCE600.

    -Madhvi

     


    Please click Verify Answer button if this response answers your question. For updated information on TI WINCE BSP, please check out the WinCE Handbook.

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yuqing cai
    Posted by yuqing cai
    on Aug 04 2011 21:43 PM
    Intellectual600 points

    Hi. yinghui , I came across the same problem as you. I rebuild the DVSDK failed!

    Have you solved the problem ?

     

    Regards,

    Qing


    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yuqing cai
    Posted by yuqing cai
    on Aug 04 2011 22:10 PM
    Intellectual600 points

    It's failed on compiling the file "c6accelw.c"

    the error message in  "c6accel.log" is:

    c6accelw.c(15) : fatal error C1083: Cannot open include file: 'xdc/std.h': No such file or directory

    gmake[2]: *** [c6accelw.obj] Error 2

    gmake[2]: Leaving directory `C:/WINCE600/3rdParty/dvsdk_wince_01_11_00_03_patch_01/src/c6accel_1_01_00_02/soc/c6accelw'

    gmake[1]: *** [c6accelw] Error 2

    gmake[1]: Leaving directory `C:/WINCE600/3rdParty/dvsdk_wince_01_11_00_03_patch_01/src/c6accel_1_01_00_02/soc'

    gmake: *** [c6accel] Error 2

    do you have any idea?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • yinghui li
    Posted by yinghui li
    on Aug 11 2011 21:52 PM
    Prodigy140 points

    Sorry to reply so late.

    I set  _WINCEROOT to C:\WINCE600 in my computer enviroment and the OS project's property as well(Proterties-->Configuration Properties-->Environment), but problem remains unsolved.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yury Tolsoguzov
    Posted by Yury Tolsoguzov
    on Aug 18 2011 06:19 AM
    Prodigy210 points

    Hi all

    I followed up the steps in "DVSDK for Windows CE Software Setup" as well and now I have a error with exactly the same message in c6accel.log:

    c6accelw.c(15) : fatal error C1083: Cannot open include file: 'xdc/std.h': No such file or directory
    gmake[2]: *** [c6accelw.obj] Error 2
    gmake[2]: Leaving directory `C:/WINCE600/3rdParty/dvsdk_wince_01_11_00_03_patch_01/src/c6accel_1_01_00_02/soc/c6accelw'
    gmake[1]: *** [c6accelw] Error 2
    gmake[1]: Leaving directory `C:/WINCE600/3rdParty/dvsdk_wince_01_11_00_03_patch_01/src/c6accel_1_01_00_02/soc'
    gmake: *** [c6accel] Error 2

    I hope TI employees will find a solution to this problem...

    Thank you.

    Yury

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yury Tolsoguzov
    Posted by Yury Tolsoguzov
    on Sep 13 2011 19:00 PM
    Prodigy210 points

    So, using the above mentioned instruction, I have installed DVSDK for Windows CE on a clean system with Windows 7 and clean VirtualPC system with Windows XP. 
    In both cases I get the same error during the build.
    From this I can only assume that either, in both cases I was doing something wrong or something is wrong with c6accel  (without c6accel it works fine).

    Thus I can offer you vhd file with Windows XP image and DVSDK in order to you could see yourself a cause of the error, but unfortunately its size about 20gb (though I have 100MBit/s internet speed)

     

    Yury

    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