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.

How to modify <program>cfg.cmd



Hi :

Thank you for your time.

 When use BIOS,it will generate <program>cfg.cmd.In this CMD file, it will configurate which library need to link.

For some reason, my customer need the CCS links another library first, but ccs is defult link <program>cfg.cmd first, so could you please tell me how can I modify <program>cfg.cmd.

Is there any document mentioned this issue?

Thank you  and Best Regards

Forrest

2012-10-18

 

  • Forrest,
    there is a PDF file spru625.pdf in the docs directory of your BIOS 5 installation. Look for Section 2.6 GBL Module, and read the paragraphs that begin with 'Specify RTS Library' and 'Run-Time Support Library'. The parameters described there allows you to specify another library that replaces rts2800_fpu32.lib.

    In the TCF script you would do that with the following statements:

    bios.GBL.SPECIFYRTSLIB = 1;
    bios.GBL.RTSLIB = "newLib";

    In the Graphical Tool, click on System, and then right-click on Global Settings. You will see a check box and a text box where you can specify the new library.