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.

Debug launch fails since upgrading to CCS 5.2

Other Parts Discussed in Thread: SYSBIOS

Hi

I have a working C66x project that runs correctly on an EVM board, developed using CCS 5.1.0.009.  Since upgrading to CCS 5.2 I get the following error when I launch my debug configuration:

IcePick_D: GEL: File: C:\SVNProj\<mypath>\MyDrv.out Does not match the target type, not loaded.

I have checked the obvious things like build settings and target configuration settings.  What else might cause this error please?

BR

David

  • Hi David,

    I'm guessing that you are using the same ccxml and out file you were using before. Really, nothing should have changed on you. Could you try using a new workspace folder to see if that helps? 

    Thanks

    ki

  • Hi Ki

    Thanks for your answer. A new workspace did fix that problem.

    However, my code now crashes:

    [C66xx_0] NEC Telecom MODUS Ltd, running Drv test...

    [C66xx_0] A0=0x0 A1=0x30002a80

    [C66xx_0] A2=0x15000000 A3=0x0

    [C66xx_0] A4=0x1844004 A5=0x0

    [C66xx_0] A6=0x400 A7=0x30

    [C66xx_0] A8=0x1 A9=0x1844018

    [C66xx_0] A10=0x81bb04 A11=0x81bb00

    [C66xx_0] A12=0x8f3700 A13=0x513d28

    [C66xx_0] A14=0x8f34ac A15=0x8f3680

    [C66xx_0] A16=0x80 A17=0x30002a80

    [C66xx_0] A18=0x400 A19=0x30002800

    [C66xx_0] A20=0x81ba34 A21=0x81ba38

    [C66xx_0] A22=0x81ba28 A23=0x81ba30

    [C66xx_0] A24=0x0 A25=0x0

    [C66xx_0] A26=0xc0 A27=0x81ba2c

    [C66xx_0] A28=0x0 A29=0x81ba54

    [C66xx_0] A30=0x34 A31=0x895590

    [C66xx_0] B0=0x0 B1=0x0

    [C66xx_0] B2=0x855e1c B3=0x0

    [C66xx_0] B4=0x1 B5=0x4

    [C66xx_0] B6=0x30003a80 B7=0x2640100

    [C66xx_0] B8=0x1000 B9=0x1000

    [C66xx_0] B10=0x2220004 B11=0x20000000

    [C66xx_0] B12=0x0 B13=0x1808

    [C66xx_0] B14=0x896740 B15=0x896cec

    [C66xx_0] B16=0x3521c000 B17=0x5

    [C66xx_0] B18=0x30002b80 B19=0x3521a000

    [C66xx_0] B20=0x20008100 B21=0xc1040

    [C66xx_0] B22=0x8000080 B23=0x20450

    [C66xx_0] B24=0x8003038 B25=0x78008414

    [C66xx_0] B26=0x22522804 B27=0x40c861

    [C66xx_0] B28=0x10010 B29=0x1004aca3

    [C66xx_0] B30=0x0 B31=0x3fff

    [C66xx_0] NTSR=0x0

    [C66xx_0] ITSR=0x1000c

    [C66xx_0] IRP=0x8100264c

    [C66xx_0] SSR=0x0

    [C66xx_0] AMR=0x0

    [C66xx_0] RILC=0x0

    [C66xx_0] ILC=0x0

    [C66xx_0] Exception at 0x8100264c

    [C66xx_0] EFR=0x2 NRP=0x8100264c

    [C66xx_0] Internal exception: IERR=0x10

    [C66xx_0] Resource conflict exception

    [C66xx_0] ti.sysbios.family.c64p.Exception: line 248: E_exceptionMin: pc = 0x8100264c, sp = 0x00896cec.

    [C66xx_0] xdc.runtime.Error.raise: terminating execution

    [C66xx_1] ÿ[C66xx_1] ÿ[C66xx_1] ÿ[C66xx_1] [C66xx_1] ÿ[C66xx_1] ÿ[C66xx_1]

    It worked ok with CCS 5.1.0.009, and has only failed since upgrading to 5.2. Any suggestions please?

    BR

    David