Tool/software: TI-RTOS
Hi All,
I'm using 66AK2H14 processor in my custom board.
Referred below link to boot my custom board through SPI NOR flash.
http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_K2H/E/L#Compilation
But as per compilation step tried to compile spi_flashwriter, but while running compilation command facing below error
C:\ti\PDK_K2~1\packages\ti\boot\sbl>gmake spi_flashwriter BOARD=evmK2H SOC=k2h
gmake[1]: Entering directory `C:/ti/PDK_K2~1/packages/ti/boot/sbl'
compiling /ti/PDK_K2~1/packages/ti/boot/sbl/tools/flashWriter/spi/src/sbl_spi_wr
ter.c ...
error: option --include_path is missing its parameter 'dir'
gmake[1]: *** [/ti/PDK_K2~1/packages/ti/boot/sbl/tools/flashWriter/spi/bin/evmK2
/obj/sbl_spi_writer.obj] Error 1
gmake[1]: Leaving directory `C:/ti/PDK_K2~1/packages/ti/boot/sbl'
gmake: *** [spi_flashwriter] Error 2
C:\ti\PDK_K2~1\packages\ti\boot\sbl>
Please help me to solve this problem.
Thanks and Regards,
Nithin