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/CC2642R: Problem with CCS9 and F-Secure

Part Number: CC2642R

Tool/software: Code Composer Studio

Hi,

I installed CCS9 today but when trying to recompile my CC2642 project, CCS was blocked by my F-Secure.

F-Secure said that the file c:\ti\ccs900\ccs\tools\compiler\ti-cgt-arm_18.12.1.lts\bin\armcl.exe was blocked. F-Secure said that the cause was: Trojan:W32/CryptoRansomwareBehavior.B!DeepGuard.

Checking the file armcl.exe separately using F-Secure didn't show anything. The file is clean.

Shall I trust armcl.exe ?

Regards Anders

  • Anders,

    Armcl.exe is our Arm C compiler. Yes you can trust it. The signature on the issue it is flagging mentions Trojan behavior. It probably doesn't like that CCS is calling another executable under the hood when doing a build.

    Regards,
    John
  • Thanks for the information. It now works correctly after I have changed some F-Secure settings.

    Regards Anders