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 Scripting prolem cannot find file in CCS

Hi,

   I am using perl and CCS scripting to build some projects and run. My project contains tcf file, which will generate *.cmd files after compilation. So this file is present in project files list, so whenever i open a poroject with $module-> ProjectOpen("$pjt_path");, it is showing a warning popup  *_bldcfg.cmd file is not found, for this manually we need to select ignore, or else it wont proceed. Because of this my automation is not proper every time i need to select ignore, so this is not an automation actually. So is there any option in CCS that will disable such type of warnings? Or is there any other way?

Thanks & Regards

Praveen Aruru 

  • Aruru Praveen said:
    Because of this my automation is not proper every time i need to select ignore, so this is not an automation actually. So is there any option in CCS that will disable such type of warnings? Or is there any other way?

    Sorry but there is no way to prevent CCS from popping up CCS warnings. But instead of opening and building the project using CCScripting APIs, you can call timake from your script to build your CCS pjt file. It will open and build it without any popups.

    ki