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/66AK2H14: Rebuilding the FlashWriter

Part Number: 66AK2H14


Tool/software: Code Composer Studio

Hi,

I am using 66AK2H14 and ccsv7.

I am trying to rebuild flashwriter [C:\ti\pdk_k2hk_4_0_7\packages\ti\boot\sbl\tools\flashWriter] But I am getting below errors.


C:\ti_new\PDK_K2~1\packages\ti\boot\sbl> gmake spi_flashwriter BOARD=evmK2H SOC=k2h
gmake[1]: Entering directory `C:/ti_new/PDK_K2~1/packages/ti/boot/sbl'
compiling /ti_new/PDK_K2~1/packages/ti/boot/sbl/tools/flashWriter/spi/src/sbl_spi_writer.c ...
error: option --include_path is missing its parameter 'dir'
gmake[1]: *** [/ti_new/PDK_K2~1/packages/ti/boot/sbl/tools/flashWriter/spi/bin/evmK2H/obj/sbl_spi_writer.obj] Error 1
gmake[1]: Leaving directory `C:/ti_new/PDK_K2~1/packages/ti/boot/sbl'
gmake: *** [spi_flashwriter] Error 2

C:\ti_new\PDK_K2~1\packages\ti\boot\sbl>

Please help me to solve these errors.

Thank You,

Mahima Shanbag

  • error: option --include_path is missing its parameter 'dir'

    This typically means that there is a macro specified in the include path list that does not have a value.  There will be macros that are set to the location of the SDK installation...

    If you go into the properties for the project you can take a look at the include path settings.  If you put your mouse over the little ... beside each path it should resolve to a location.  If it does not then that macro is not defined.

    The macros are the ${name} part.

    Regards,

    John