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.

CCS/AM3352: Error CCS5.5 -> CCS9.2

Part Number: AM3352

Tool/software: Code Composer Studio

Hi,

We move PC from Windows7 to Windows10.

So CCS revision is also changed from Ver5.5 to Ver9.2

However, the following compiler error is occurred.

 

"Can't find the target named 'ti.targets.arm.elf.A8Fnv' along the path 'C:/ti/bios_6_76_02_02/packages;C:/work/vcp/SRC/HAWK_trunk/HAWK_Board_Win10-64bit_test/packages;C:/ti/ccs920/xdctools_3_60_01_27_core/packages;..;': please check the spelling of the target's name and that it exists along this path."

 

 

Please let me know why this complier error is occurred?

Also please advise me the workaround.

 

Previous Version :

Windows7 (32bit)

CCS     :Version: 5.5.0.00077

Device :ARM AM3352[Cortex A]

Compiler:TI v5.1.6

Sys/BIOS:6.35.4.50

XDCtools:3.25.3.72

target :ti.targets.arm.elf.A8Fnv

Output format:eabi(ELF)

 

New Version ;

Windows10 (64bit)

CCS     :Version: 9.2.0.00013

Device :ARM AM3352[Cortex A]

Compiler:TI v18.12.3.LTS

Sys/BIOS:6.76.2.02

XDCtools:3.60.1.27_core

target :ti.targets.arm.elf.A8Fnv

Output format:eabi(ELF)

 

Thanks and best regards,

M.HATTORI.

  • Motoyasu Hattori said:

    "Can't find the target named 'ti.targets.arm.elf.A8Fnv' along the path 'C:/ti/bios_6_76_02_02/packages;C:/work/vcp/SRC/HAWK_trunk/HAWK_Board_Win10-64bit_test/packages;C:/ti/ccs920/xdctools_3_60_01_27_core/packages;..;': please check the spelling of the target's name and that it exists along this path."

     

    Did you check the boxes XDC tools to add the discovered tools via tool bar Windows preferences CCS products page?

  • Hello Motoyasu,

    SYS/BIOS dropped support for that target in 6.75. You have two options

    1. Use SYS/BIOS 6.73

    or

    2. Use gnu.targets.arm.A8F instead (and then use the GCC compiler). With this option you can use the 6.76.02.02 SYS/BIOS version.

    Todd