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.

"build configuration file -b" option through command line

Hi,

I tried some options to specify the file path using command line for "build configuration file -b". But not successful. Right now I specify the path manually.

I tried below options:

-ccs.setBuildOption "-b${ABCD_DIR}/bcd.bld"

-ccs.setLinkerOption "-b${ABCD_DIR}/bcd.bld"

-ccs.setCompilerOptions "-b${ABCD_DIR}/bcd.bld"

-ccs.setPreBuildStep "-b${ABCD_DIR}/bcd.bld"

Thanks,

Sasi.

  • Hi Sasi,

    Kota Sasi Kumar said:
    I tried some options to specify the file path using command line for "build configuration file -b".

    I assume you are referring to the RTSC option

    Kota Sasi Kumar said:

    I tried below options:

    -ccs.setBuildOption "-b${ABCD_DIR}/bcd.bld"

    -ccs.setLinkerOption "-b${ABCD_DIR}/bcd.bld"

    -ccs.setCompilerOptions "-b${ABCD_DIR}/bcd.bld"

    -ccs.setPreBuildStep "-b${ABCD_DIR}/bcd.bld"

    None of these apply to the RTSC options. The options for RTSC start with -rtsc. I think the one you are looking for is:

        -rtsc.setConfiguroOptions "<options>"

    Thanks

    ki