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.

problem with DM6737 EVM

Other Parts Discussed in Thread: CCSTUDIO

Hello,

I have meat problem with new board DM6737 EVM. I have installing code composer and diver for Board. The i have configuration in Setup CCStudio 3.3 like that, i have added DM6437 EVM to My System. The the CCStudio will started. Then i have threated one project and one BIOS configuration for my Project. The i wanted compile  my project but CCStudio show me one error like that:

GEL: Error loading file 'E:\CCStudio_v3.3\boards\evmdm6437_v2\gel\evmdm6437.gel': unable to open GEL file 'E:\CCStudio_v3.3\boards\evmdm6437_v2\gel\evmdm6437.gel'

I have no idea how i solute this Problem. Can someone give me some tips.

 

Thank you...........

  • Well, the GEL file is used to do some basic board configuration (PLL, DDR registers, etc.). Spectrum Digital hosts this file on their support page (it should be inside the Target Content). Once the GEL file is in that folder in which CCS expects to find it the error should go away.  

  • Hello Tim,

    Thanks for you suggestion. I  have solute this problem. And now i have the other problem with the setting for BIOS.

     

    js: "./BIOS1.tcf", line 13: Heaps are enabled, but the segment for DSP/BIOS Objects (MEM.BIOSOBJSEG) is not set correctly. Please create a heap in one of your data segments and set MEM.BIOSOBJSEG to it.


        "./<stdin>", line 3


    Correct any script errors in E:/CCStudio_v3.3/MyProjects/Li/BIOS1.tcf
    using the Configuration Tool or a text editor, if necessary.


    TConf initialization arguments:
    -e environment['config.importPath']='E:/CCStudio_v3.3/bios_5_31_02/packages;E:/CCStudio_v3.3/bios_5_31_02/packages;' -e environment['config.scriptName']='BIOS1.tcf'

     

    And how i solute this Problem and can you tell me, which document should i read, that i can self solute this problem.

     

    Best Greeting

  • I discussed how to fix this error in this other thread. Please read there and let me know if you have additional problems.

  • Thanks for you suggestion..  I have fixed this problem for setting BIOS..

     

    And now i have the other problems like this.

     

    "Configuration4cfg.s62", ERROR!   at line 365: [ ***** USER ERROR ***** - ]

             Project build options do not match Global configuration settings.
               Compiler options do not specify -mv64+, but configuration is for
               C64x+
                    .emsg "Project build options do not match Global configuration settings.  Compiler options do not specify -mv64+, but configuration is for C64x+"

    I have read this Page that you given to me yesterday. It include the same problem in that page. I think this two were not the same. Have you some idea how to fix this Problem.

     



    "Configuration4cfg.s62", ERROR!   at EOF: [E0300] The following symbols are
                                                      undefined:
    2 Assembly Errors, No Assembly Warnings
      GBL_L2MARMASK
      HWI_INTRMULTLOW
      HWI_INTRMULTHIGH

    I have had never the Assembly Errors with the other version,s DSP. I have had some experiment with the other DSP in last semester but never with Assembly Errors.I have no idea how fix it.

     

     

    Best Greetig

  • Liangjie Li said:

    "Configuration4cfg.s62", ERROR!   at line 365: [ ***** USER ERROR ***** - ]

             Project build options do not match Global configuration settings.
               Compiler options do not specify -mv64+, but configuration is for
               C64x+
                    .emsg "Project build options do not match Global configuration settings.  Compiler options do not specify -mv64+, but configuration is for C64x+"

    You need to make sure that you are selecting the proper target inside the Compiler tab of Project->Build Options. For DM6437 you should be using -mv64+

    Liangjie Li said:
    "Configuration4cfg.s62", ERROR!   at EOF: [E0300] The following symbols are
                                                      undefined:
    2 Assembly Errors, No Assembly Warnings
      GBL_L2MARMASK
      HWI_INTRMULTLOW
      HWI_INTRMULTHIGH
    Once you fix the compiler problem I believe these will go away.

  • Thanks Tim. I think i have had maybe the last problem. That Problem is like you fixed problem for MANS in 03-19-09. But i wanted once more describe this Problem.

    Problem said:

    Warning: The project has no cmd file while the Text Linker is selected
    [Linking...] "E:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
    <Linking>
    >> warning: creating output section .gblinit without SECTIONS specification
    >> warning: creating output section .mem without SECTIONS specification
    >> warning: creating output section .rtdx_data without SECTIONS specification
    >> warning: creating output section .sys without SECTIONS specification
    >> warning: creating output section .clk without SECTIONS specification
    >> warning: creating output section .hst1 without SECTIONS specification
    >> warning: creating output section .hst without SECTIONS specification
    >> warning: creating output section .pip without SECTIONS specification
    >> warning: creating output section .hst0 without SECTIONS specification
    >> warning: creating output section .hwi_vec without SECTIONS specification
    >> warning: creating output section .swi without SECTIONS specification
    >> warning: creating output section .printf without SECTIONS specification
    >> warning: creating output section .sts without SECTIONS specification
    >> warning: creating output section .tsk without SECTIONS specification
    >> warning: creating output section .TSK_idle$stk without SECTIONS specification
    >> warning: creating output section .idlcal without SECTIONS specification
    >> warning: creating output section .idl without SECTIONS specification
    >> warning: creating output section .LOG_system$buf without SECTIONS
                specification
    >> warning: creating output section .log without SECTIONS specification
    >> warning: creating output section .sysinit without SECTIONS specification
    >> warning: creating output section .vers without SECTIONS specification
    >> warning: entry point symbol _c_int00 undefined

    undefined                        first referenced
     symbol                              in file
    ---------                        ---------------

     

    You have given your suggestions for this case.

    Tim said:

    You need to include the BIOS-generated linker command file. This should be located in the same directory as the .tcf file (and will be similarly named).

    How i can include the the BIOS-generated linker command file?

     

    Best Greeting