This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS3.3 Projects Can not be Executed in CCS5.2

Other Parts Discussed in Thread: LINUXDVSDK-DV, C64XPLUSCODECS, DEMOAPP-DM6437

Hi,

I am trying to compile and load the DM6437_demo example project by using CCS5.2. I have performed the same thing at CCS3.3, but when I migrate the project to CCS5.2, I got many errors. I solved some of them by adding include directories to the project option, but still there are errors that I don't understand. Below, you can find the console output of the build operation.

Also the RTSC options are given below;

What can be wrong? How can I correctly compile CCS3.3 projects at CCS5.2. I have also tried other DVSDK examples, but again errors occur. When I try to load the compiled .out files via XDS100 Emulator, it works. But I could not achieve to compile any DVSDK example project at CCS5.2. Thanks in advance.

Best Regards,

Fikret

  • Hi Fikret,

    how did you import the example into CCS5.2?   Did you go to Project->Import exsisting CCS/Eclipse project? You need to import these as CCS projects.

    Please confirm/keep us informed.

    Best Regards,

    LIsa

  • Dear Lisa,

    I have imported the project by using the item "Import Legacy CCSv3.3 Project". Do I need to import them as existing CCS/Eclipse project?

    Best Regards,

    Fikret

  • Dear Lisa,

    I have just tried to import the project by using the item "Import Existing CCS Eclipse Project" and set the search directory as the project directory (dm6437_demo_1_30_00), but it can not find a valid project. So it is not possible to import the project in this way.

    Best Regards,

    Fikret 

  • Hi Fikret,

    yes, the legacy import is the correct one.  Have you double checked the include paths and variables?  This is typically one area where sometimes a manual fix/update is required after importing a project.

    http://processors.wiki.ti.com/index.php/Include_paths_and_options

    Have a look at the above wiki and please keep us informed.

    Best Regards,

    Lisa

  • Dear Lisa,

    I have checked website and update path variables as described in there. But now, I am getting an error as follows;

    "could open source file <xdc\std.h>".

    I have tried many options in order to solve this problem. Even if I create a Path Variable XDC_INCLUDE_DIR which refers to C:\ti\xdc3_23....., the same error continues. If I include the location directly instead of including <xdc\std.h>, this time it is seen as unresolved file. Also some other files are unresolved even I added the required path variables.

    According to my first post, it is seen that XDC tools are installed and identified by code composer studio. Do you know the reason of this problem? Thanks in advance.

    B.R.

    Fikret

  • Dear Lisa,

    Since I have tried many things on importing the project and spent a lot of time over it, I have searched an alternative way to run the project in CCS V5. I have found that creating a new project with RTSC is another option. Here is the subject;

    http://e2e.ti.com/support/embedded/bios/f/355/t/5285.aspx

    This is written for CCS V4, but I have tried to apply the steps given here one by one. This the XDCTools can be usable, it can be seen under properties menu of the project. But several other missing header errors occurred. I have add the include directories one by one with patient. But in the end, again the output file can not be created due to errors occurred in the linking stage. I have attached the console output including errors.

    As I mentioned, I am using DM6437 EVM. I simply want to execute examples (e.g. video_encdec, dm6437_demo) exist inside DVDSK directory. Please mention what should I do step by step. And please recommend the easiest way, because I have lost too much time on this stuff. It is just the example project, not my code. So, there must a simple way to compile these programs. Thanks in advance.

    Best Regards,

    Fikret Alim

    **** Build of configuration Debug for project audvid_encdec ****
    
    C:\ti\ccsv5\utils\bin\gmake -k all 
    'Building file: ../main.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv64+ -g --define=dm6437 --include_path="C:/dvsdk_1_11_00_00/codec_engine_1_20_02/packages" --include_path="C:/dvsdk_1_11_00_00/edma3_lld_1_05_00/packages" --include_path="C:/dvsdk_1_11_00_00/examples/video_encdec/evmDM6437/xdcconfig" --include_path="C:/ti/xdais_7_21_01_07/packages" --include_path="C:/dvsdk_1_11_00_00/examples/common/evmDM6437" --include_path="C:/Users/hp/Desktop/DM6437_Tools/evmdm6437_v2/include" --include_path="C:/dvsdk_1_11_00_00/pspdrivers_1_10_00/packages" --include_path="C:/ti/bios_5_41_13_42/packages" --include_path="C:/ti/bios_5_41_13_42/packages/ti/bios/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="main.pp" --cmd_file="./configPkg/compiler.opt"  "../main.c"
    'Finished building: ../main.c'
    ' '
    'Building file: ../video_encdec.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv64+ -g --define=dm6437 --include_path="C:/dvsdk_1_11_00_00/codec_engine_1_20_02/packages" --include_path="C:/dvsdk_1_11_00_00/edma3_lld_1_05_00/packages" --include_path="C:/dvsdk_1_11_00_00/examples/video_encdec/evmDM6437/xdcconfig" --include_path="C:/ti/xdais_7_21_01_07/packages" --include_path="C:/dvsdk_1_11_00_00/examples/common/evmDM6437" --include_path="C:/Users/hp/Desktop/DM6437_Tools/evmdm6437_v2/include" --include_path="C:/dvsdk_1_11_00_00/pspdrivers_1_10_00/packages" --include_path="C:/ti/bios_5_41_13_42/packages" --include_path="C:/ti/bios_5_41_13_42/packages/ti/bios/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="video_encdec.pp" --cmd_file="./configPkg/compiler.opt"  "../video_encdec.c"
    'Finished building: ../video_encdec.c'
    ' '
    'Building target: audvid_encdec.out'
    'Invoking: C6000 Linker'
    "C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv64+ -g --define=dm6437 --display_error_number --diag_warning=225 --abi=coffabi -z -m"audvid_encdec.map" --stack_size=0x800 --heap_size=0x800 --warn_sections --display_error_number -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/lib" -i"C:/dvsdk_1_11_00_00/examples/audio_video_encdec/evmDM6437" -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" -i"C:/dvsdk_1_11_00_00/examples/video_encdec/evmDM6437/xdcconfig" --reread_libs --rom_model -o "audvid_encdec.out" -l"./configPkg/linker.cmd"  "./video_encdec.obj" "./main.obj" -l"libc.a" "../linker.cmd" 
    <Linking>
    error #10008-D: cannot find file "./configPkg/linker.cmd"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\examples\video_encdec\evmDM6437\xdcconfig\package\cfg\v
       ideo_encdec_x64P.o64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\examples\video_encdec\evmDM6437\xdcconfig\package\cfg\v
       ideo_encdec_x64Pcfg.o64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\examples\video_encdec\evmDM6437\xdcconfig\package\cfg\v
       ideo_encdec_x64Pcfg_c.o64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codecs_1_10\packages\ti\sdo\codecs\h264dec\lib\watermar
       k\h264vdec_ti.l64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codecs_1_10\packages\ti\sdo\codecs\h264enc\lib\watermar
       k\h264venc_ti.l64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codec_engine_1_20_02\packages\ti\sdo\ce\video\lib\video
       .a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codec_engine_1_20_02\packages\ti\sdo\ce\lib\ce.a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codec_engine_1_20_02\packages\ti\sdo\ce\osal\lib\osal_b
       ios.a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\framework_components_1_20_03\packages\ti\sdo\fc\acpy3\a
       cpy3.a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\biosutils_1_00_02\packages\ti\bios\utils\lib\utils.a64P
       "
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codec_engine_1_20_02\packages\ti\sdo\ce\utils\xdm\lib\X
       dmUtils.a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\framework_components_1_20_03\packages\ti\sdo\fc\dman3\d
       man3Cfg.a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\framework_components_1_20_03\packages\ti\sdo\fc\dskt2\d
       skt2.a64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codec_engine_1_20_02\packages\ti\sdo\ce\node\lib\node.a
       64P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\histogram\lib\dm6437\Release\hist_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\h3a\lib\dm6437\Release\h3a_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\previewer\lib\dm6437\Release\prev_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\resizer\lib\dm6437\Release\rsz_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\edma3_lld_1_03_01_01\packages\ti\sdo\edma3\drv\sample\l
       ib\dm6437\Release\edma3_drv_bios_sample.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\system
       \dm6437\bios\evmDM6437\video\lib\Release\video_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\vpfe\lib\dm6437\Release\vpfe_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\vpbe\lib\dm6437\Release\vpbe_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\edma3_lld_1_03_01_01\packages\ti\sdo\edma3\drv\lib\Rele
       ase\edma3_drv_bios.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\edma3_lld_1_03_01_01\packages\ti\sdo\edma3\rm\lib\dm643
       7\Release\edma3_rm_bios.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\driver
       s\i2c\lib\dm6437\Release\i2c_bios_drv.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\pal_os
       \bios\lib\dm6437\Release\palos_bios.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\pspdrivers_1_10_00_09\packages\ti\sdo\pspdrivers\pal_sy
       s\dm6437\lib\Release\pal_sys_bios.lib"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\codec_engine_1_20_02\packages\ti\sdo\ce\trace\lib\gt.a6
       4P"
    error #10008-D: cannot find file
       "C:\dvsdk_1_10_00_23\xdc_2_95_02\packages\ti\targets\rts6000\lib\ti.targets.
       rts6000.a64P"
    "../linker.cmd", line 94: error #10008-D: cannot find file
       "C:/dvsdk_1_10_00_23/examples/video_encdec/evmDM6437/xdcconfig/package/cfg/v
       ideo_encdec_x64Pcfg.cmd"
    "../linker.cmd", line 178: warning #10068-D: no matching section
    "../linker.cmd", line 179: warning #10068-D: no matching section
    "../linker.cmd", line 180: warning #10068-D: no matching section
    "../linker.cmd", line 181: warning #10068-D: no matching section
    "../linker.cmd", line 182: warning #10068-D: no matching section
    "../linker.cmd", line 183: warning #10068-D: no matching section
    "../linker.cmd", line 184: warning #10068-D: no matching section
    "../linker.cmd", line 190: warning #10068-D: no matching section
    "../linker.cmd", line 191: warning #10068-D: no matching section
    "../linker.cmd", line 192: warning #10068-D: no matching section
    "../linker.cmd", line 193: warning #10068-D: no matching section
    "../linker.cmd", line 194: warning #10068-D: no matching section
    "../linker.cmd", line 195: warning #10068-D: no matching section
    "../linker.cmd", line 196: warning #10068-D: no matching section
    "../linker.cmd", line 197: warning #10068-D: no matching section
    "../linker.cmd", line 198: warning #10068-D: no matching section
    "../linker.cmd", line 199: warning #10068-D: no matching section
    "../linker.cmd", line 205: warning #10068-D: no matching section
    "../linker.cmd", line 206: warning #10068-D: no matching section
    "../linker.cmd", line 207: warning #10068-D: no matching section
    "../linker.cmd", line 208: warning #10068-D: no matching section
    "../linker.cmd", line 209: warning #10068-D: no matching section
    "../linker.cmd", line 210: warning #10068-D: no matching section
    "../linker.cmd", line 211: warning #10068-D: no matching section
    "../linker.cmd", line 212: warning #10068-D: no matching section
    "../linker.cmd", line 213: warning #10068-D: no matching section
    "../linker.cmd", line 214: warning #10068-D: no matching section
    "../linker.cmd", line 215: warning #10068-D: no matching section
    "../linker.cmd", line 216: warning #10068-D: no matching section
    "../linker.cmd", line 217: warning #10068-D: no matching section
    "../linker.cmd", line 218: warning #10068-D: no matching section
    "../linker.cmd", line 219: warning #10068-D: no matching section
    "../linker.cmd", line 220: warning #10068-D: no matching section
    "../linker.cmd", line 221: warning #10068-D: no matching section
    "../linker.cmd", line 226: warning #10068-D: no matching section
    "../linker.cmd", line 227: warning #10068-D: no matching section
    "../linker.cmd", line 228: warning #10068-D: no matching section
    "../linker.cmd", line 229: warning #10068-D: no matching section
    "../linker.cmd", line 230: warning #10068-D: no matching section
    "../linker.cmd", line 231: warning #10068-D: no matching section
    "../linker.cmd", line 232: warning #10068-D: no matching section
    "../linker.cmd", line 233: warning #10068-D: no matching section
    "../linker.cmd", line 234: warning #10068-D: no matching section
    "../linker.cmd", line 235: warning #10068-D: no matching section
    "../linker.cmd", line 236: warning #10068-D: no matching section
    "../linker.cmd", line 241: warning #10068-D: no matching section
    "../linker.cmd", line 242: warning #10068-D: no matching section
    "../linker.cmd", line 243: warning #10068-D: no matching section
    "../linker.cmd", line 244: warning #10068-D: no matching section
    "../linker.cmd", line 245: warning #10068-D: no matching section
    "../linker.cmd", line 246: warning #10068-D: no matching section
    "../linker.cmd", line 247: warning #10068-D: no matching section
    "../linker.cmd", line 248: warning #10068-D: no matching section
    "../linker.cmd", line 249: warning #10068-D: no matching section
    "../linker.cmd", line 250: warning #10068-D: no matching section
    "../linker.cmd", line 251: warning #10068-D: no matching section
    "../linker.cmd", line 252: warning #10068-D: no matching section
    "../linker.cmd", line 253: warning #10068-D: no matching section
    "../linker.cmd", line 254: warning #10068-D: no matching section
    "../linker.cmd", line 255: warning #10068-D: no matching section
    "../linker.cmd", line 256: warning #10068-D: no matching section
    "../linker.cmd", line 257: warning #10068-D: no matching section
    "../linker.cmd", line 262: warning #10068-D: no matching section
    "../linker.cmd", line 263: warning #10068-D: no matching section
    "../linker.cmd", line 264: warning #10068-D: no matching section
    "../linker.cmd", line 265: warning #10068-D: no matching section
    "../linker.cmd", line 266: warning #10068-D: no matching section
    "../linker.cmd", line 267: warning #10068-D: no matching section
    "../linker.cmd", line 268: warning #10068-D: no matching section
    "../linker.cmd", line 269: warning #10068-D: no matching section
    "../linker.cmd", line 270: warning #10068-D: no matching section
    "../linker.cmd", line 271: warning #10068-D: no matching section
    "../linker.cmd", line 272: warning #10068-D: no matching section
    "../linker.cmd", line 273: warning #10068-D: no matching section
    "../linker.cmd", line 274: warning #10068-D: no matching section
    "../linker.cmd", line 275: warning #10068-D: no matching section
    "../linker.cmd", line 276: warning #10068-D: no matching section
    "../linker.cmd", line 277: warning #10068-D: no matching section
    "../linker.cmd", line 278: warning #10068-D: no matching section
    "../linker.cmd", line 279: warning #10068-D: no matching section
    "../linker.cmd", line 302: warning #10068-D: no matching section
    "../linker.cmd", line 303: warning #10068-D: no matching section
    warning #10247-D: creating output section ".bss" without a SECTIONS
       specification
    warning #10247-D: creating output section ".cinit" without a SECTIONS
       specification
    warning #10247-D: creating output section ".cio" without a SECTIONS
       specification
    warning #10247-D: creating output section ".const" without a SECTIONS
       specification
    warning #10247-D: creating output section ".far" without a SECTIONS
       specification
    warning #10247-D: creating output section ".stack" without a SECTIONS
       specification
    warning #10247-D: creating output section ".sysmem" without a SECTIONS
       specification
    warning #10247-D: creating output section ".text" without a SECTIONS
       specification
    "../linker.cmd", line 186: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 177: error #10099-D: run placement fails for object
       ".preme", size 0x0 (page 0)
    "../linker.cmd", line 201: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 188: error #10099-D: run placement fails for object
       ".inter_mbs", size 0x0 (page 0)
    "../linker.cmd", line 223: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 203: error #10099-D: run placement fails for object
       ".interpolation", size 0x0 (page 0)
    "../linker.cmd", line 238: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 225: error #10099-D: run placement fails for object
       ".deblock", size 0x0 (page 0)
    "../linker.cmd", line 259: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 240: error #10099-D: run placement fails for object
       ".bit_stream", size 0x0 (page 0)
    "../linker.cmd", line 281: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 261: error #10099-D: run placement fails for object
       ".intra_mbs", size 0x0 (page 0)
    "../linker.cmd", line 292: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 292: error #10099-D: run placement fails for object
       "H264VDEC_TI_dSect1", size 0x0 (page 0)
    "../linker.cmd", line 293: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 293: error #10099-D: run placement fails for object
       "H264VDEC_TI_dSect2", size 0x0 (page 0)
    "../linker.cmd", line 294: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 294: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect1", size 0x0 (page 0)
    "../linker.cmd", line 295: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 295: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect2", size 0x0 (page 0)
    "../linker.cmd", line 296: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 296: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect3", size 0x0 (page 0)
    "../linker.cmd", line 297: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 297: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect4", size 0x0 (page 0)
    "../linker.cmd", line 298: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 298: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect5", size 0x0 (page 0)
    "../linker.cmd", line 299: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 299: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect6", size 0x0 (page 0)
    "../linker.cmd", line 300: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 300: error #10099-D: run placement fails for object
       "H264VDEC_TI_cSect7", size 0x0 (page 0)
    "../linker.cmd", line 302: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 302: error #10099-D: run placement fails for object
       ".rtsconst", size 0x0 (page 0)
    "../linker.cmd", line 303: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 303: error #10099-D: run placement fails for object
       "rts_sect", size 0x0 (page 0)
    "../linker.cmd", line 304: warning #10097: memory range not found: DDR2 on page
       0
    "../linker.cmd", line 304: error #10099-D: run placement fails for object
       ".tables", size 0x0 (page 0)
    
     undefined                 first referenced  
      symbol                       in file       
     ---------                 ----------------  
     _CERuntime_init           ./main.obj        
     _EVMDM6437_DIP_get        ./video_encdec.obj
     _EVMDM6437_DIP_init       ./main.obj        
     _Engine_close             ./video_encdec.obj
     _Engine_open              ./video_encdec.obj
     _GIO_control              ./video_encdec.obj
     _GIO_create               ./video_encdec.obj
     _GIO_delete               ./video_encdec.obj
     _GIO_submit               ./video_encdec.obj
     _Memory_cacheWbInv        ./video_encdec.obj
     _Memory_contigAlloc       ./video_encdec.obj
     _Memory_contigFree        ./video_encdec.obj
     _PSP_VPFE_TVP5146_Close   ./video_encdec.obj
     _PSP_VPFE_TVP5146_Control ./video_encdec.obj
     _PSP_VPFE_TVP5146_Open    ./video_encdec.obj
     _SEM_pend                 ./video_encdec.obj
     _SYS_abort                ./main.obj        
     _TSK_ATTRS                ./main.obj        
     _TSK_create               ./main.obj        
     _TSK_timerSem             ./video_encdec.obj
     _VIDDEC_control           ./video_encdec.obj
     _VIDDEC_create            ./video_encdec.obj
     _VIDDEC_delete            ./video_encdec.obj
     _VIDDEC_process           ./video_encdec.obj
     _VIDENC_control           ./video_encdec.obj
     _VIDENC_create            ./video_encdec.obj
     _VIDENC_delete            ./video_encdec.obj
     _VIDENC_process           ./video_encdec.obj
     _qdma_setup               ./main.obj        
    
    error #10234-D: unresolved symbols remain
    "../linker.cmd", line 138: error #10104: undefined symbol "_L1DSRAM" used in
    
       expression
    >> Compilation failure
    "../linker.cmd", line 139: error #10104: undefined symbol "_L1DSRAM" used in
       expression
    "../linker.cmd", line 140: error #10104: undefined symbol "_L1DSRAM" used in
       expression
    "../linker.cmd", line 141: error #10104: undefined symbol "_L1DSRAM" used in
       expression
    "../linker.cmd", line 142: error #10104: undefined symbol "_L1DSRAM" used in
       expression
    "../linker.cmd", line 143: error #10104: undefined symbol "_L1DSRAM" used in
       expression
    "../linker.cmd", line 144: error #10104: undefined symbol "_DDR2" used in
       expression
    "../linker.cmd", line 145: error #10104: undefined symbol "_L1DSRAM" used in
       expression
    "../linker.cmd", line 146: error #10104: undefined symbol "_DDR2" used in
       expression
    "../linker.cmd", line 147: error #10104: undefined symbol "_DDR2" used in
       expression
    "../linker.cmd", line 166: error #10104: undefined symbol "DDR2" used in
       expression
    error #10010: errors encountered during linking; "audvid_encdec.out" not built
    gmake: *** [audvid_encdec.out] Error 1
    gmake: Target `all' not remade because of errors.
    
    **** Build Finished ****
    

  • Hi Fikret,

    would you be willing to try and download the latest DVSDK  version?

    http://www.ti.com/tool/linuxdvsdk-dv

    Or is these examples:

    http://www.ti.com/tool/c64xpluscodecs

    http://www.ti.com/tool/demoapp-dm6437

    Another tip, the error you get seems to indicate that you lack a linker command file.  So please add this and double check the paths if you do further debugging.

    Please keep us informed.  

    Best Regards,
    Lisa

  • Dear Lisa,

    Is the DVDSK you offered compatible for DM6437 EVM? Because it is not seen in the supported devices, It is written that they are for DM6467 and some other devices. 

    I will try the samples you sent, but they are also CCS 3.3 projects. So I think the same problem will be seen. I will give information to you when I try them.

    B.R.

    Fikret

  • Hi FIkret,

    ok, please just keep me informed.

    Best Regards,
    Lisa

  • Hi Fikret,

    just thought I would check whether the tips were helpful and the examples worked.

    Best Regards,

    LIsa

  • Hi Lisa,

    The sample applications you recommended have also been created in CCS V3.3. So, when I tried to import them to CCS V5.2, the same problem occurred. I stopped to deal with importing for now, instead I am using CCS3.3 on a windows XP machine. Besides, our TI FAE is trying to import a DVSDK example project to CCS 5.2. When he achieves, he will tell the steps for importing. Thank you for your support.

    Best Regards,

    Fikret

  • Was this issue ever resolved? I am trying to do the same thing.

    Thanks,

    Mark

  • Dear Mark,

    This issue has not been solved. I have tried out too much, but no result. Unfortunately, TI has not simple guides for these basic operations. Now, I am using CCS 3.3 instead of struggling with CCS 5.

    Fikret

  • Fikret,

    Thank you for your update. I am in the same position as you now. We have back ported our project to CCS3.3 so we could use the h264 codec. Very frustrating situation to be in. If anyone ever comes across this thread and has a solution I would be very interested the answer.

    Thanks,

    Mark