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.

CCSv5.5 build error Problem, hangs at refreshing workspace

Other Parts Discussed in Thread: TMS320F28027

I have just installed my ccsv5.5 .I have written a simple c program and tried to build  it and a new window opens to display progress. One on the items in this window shows 'Refreshing Workspace". This hangs forever .In console the message is


**** Build of configuration Debug for project ex1 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: MSP430 Compiler'
gmake: *** Access is denied.

.  Stop.
gmake: *** Waiting for unfinished jobs....

if i terminate it then it is as

**** Build of configuration Debug for project ex1 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: MSP430 Compiler'
gmake: *** Access is denied.

.  Stop.
gmake: *** Waiting for unfinished jobs....

**** Build of configuration Debug for project ex1 ****

!CommandLauncher.error.commandCanceled!
Error: Program "C:/ti/ccsv5/utils/bin/gmake" is not found in PATH

PATH=[C:\ti\ccsv5\ccs_base\common\bin;C:\ti\ccsv5\ccs_base\common\uscif;C:\ti\ccsv5\ccs_base\DebugServer\license;C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:/Program Files/Texas Instruments/xdctools_3_16_02_32;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IVI Foundation\VISA\WinNT\Bin;C:/Program Files/Texas Instruments/xdctools_3_16_02_32;C:\ti\ccsv5\eclipse;]

**** Build Finished ****

even if i clean the project the same repeats...

  • sravani upparpalli said:
    gmake: *** Access is denied.

    Looks like there is some permissions or access problem. Something may be preventing access. Try disabling your anti-virus software. If that helps, let us knwo which anti-virus software you are running.

    Thanks

    ki

  • Thank you for your response

    I have disabled the anti virus(kaspersky) , and the project starts building

     But , When i debug the project  , I can see in the debug box 

    "Texas instruments XDS100v2 USB Emulator_0/C28xx(Running)"

    In the console it is as

    C28xx: GEL: Error while executing OnTargetConnect(): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:80]     at OnTargetConnect() .
    C28xx: GEL: Error while executing OnReset(0): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:33]     at OnReset(0) .
    C28xx: GEL: Error while executing OnReset(0): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:33]     at OnReset(0) .
    C28xx: GEL: Error while executing OnReset(0): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:33]     at OnReset(0) .
    C28xx: GEL: Error while executing OnRestart( 0 ): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:54]     at OnRestart(0) .
    C28xx: GEL: Error while executing OnFileLoaded( 0, 0): identifier not found: XAR0     at XAR0=*(0x3F7FF8) [f28027.gel:535]     at Device_Cal() [f28027.gel:68]     at OnFileLoaded(0, 0) .
    C28xx: Breakpoint Manager: Retrying with a AET breakpoint
    C28xx: Breakpoint Manager: Error enabling this function: DCU_SEL Can not get the ID for the ANA register
    C28xx: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x3f6514: (Error -1066 @ 0x3F6514) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 5.1.232.0)

    Debugger: Spectrum digital XDS100v2

    and also when i reset the CPU it gives as     No Source Available "0x3ff7bb" 

    I don't know why it is happening so......

    Regards

    Sravani.



  • sravani upparpalli said:
    I have disabled the anti virus(kaspersky) , and the project starts building

    I was wondering if you have kaspersky. It seems to be a known issue. Check out the second to last post in this thread regarding a potential resolution:

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/291917/1041970.aspx

    sravani upparpalli said:
    C28xx: GEL: Error while executing OnTargetConnect(): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:80]     at OnTargetConnect() .
    C28xx: GEL: Error while executing OnReset(0): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:33]     at OnReset(0) .
    C28xx: GEL: Error while executing OnReset(0): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:33]     at OnReset(0) .
    C28xx: GEL: Error while executing OnReset(0): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:33]     at OnReset(0) .
    C28xx: GEL: Error while executing OnRestart( 0 ): identifier not found: ST1     at ST1=(ST1&~(0x0100)) [f28027.gel:272]     at C28x_Mode() [f28027.gel:54]     at OnRestart(0) .
    C28xx: GEL: Error while executing OnFileLoaded( 0, 0): identifier not found: XAR0     at XAR0=*(0x3F7FF8) [f28027.gel:535]     at Device_Cal() [f28027.gel:68]     at OnFileLoaded(0, 0) .
    C28xx: Breakpoint Manager: Retrying with a AET breakpoint
    C28xx: Breakpoint Manager: Error enabling this function: DCU_SEL Can not get the ID for the ANA register
    C28xx: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x3f6514: (Error -1066 @ 0x3F6514) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 5.1.232.0)

    This is an unrelated issue to the first. Basically the debugger had problems access registers/memory locations for actions defined in the GEL script. This is common for target not properly initialized or if the GEL file is not valid for that target. Make sure your target configuration is correct.

    sravani upparpalli said:
    and also when i reset the CPU it gives as     No Source Available "0x3ff7bb" 

    This message is telling you that there is no source file correlation at that address. It is not an error. It can be ignored.

  • Ki-Soo Lee said:
    This is common for target not properly initialized

    I have initialized in the target configuration settings  
      the connection ---> Texas Instruments XDS100v2 USB emulator
      Board or device ---> TMS320F28027

    Ki-Soo Lee said:
    if the GEL file is not valid for that target

    I have included f28027.gel in the project

    There is no change the same repeats again.

    I am not able to access the Registers.and also When I start to debug it automatically runs the program.


    Regards,

    Sravani.


  • Sorry for the delay in response.

    sravani upparpalli said:
    I have initialized in the target configuration settings  
      the connection ---> Texas Instruments XDS100v2 USB emulator
      Board or device ---> TMS320F28027

    Your first post has references to MSP430. Now you have references to F28027. What device are you exactly using?