Hi
According to " Porting OpenMP 2.x to KeyStone 1 - Texas Instruments Wiki.htm " , I started to porting OpenMP 2.x at fist I downloaded the dependencies and accomplished the steps as below(My OS is Win7 64bit):
Install Code Generation Tools 8.0.1:
I installed CGT8.0.1 at " C:/ti/Compiler ".
Install the MCSDK and rebuild the PDKs:
1) I installed MCSD_2_1_2_6 and it's patch at " C:/ti ".
2) I accomplished steps 2 trough 5 exactly same as instructions.
3) I accomplished the steps for rebuilding PDKs as below:
For C6678 open a command prompt and navigate to " c:/ti/pdk_C6678_1_1_2_6/packages ".
set C6X_GEN_INSTALL_PATH=C:/ti/Compiler
set XDC_INSTALL_PATH=C:/ti/xdctools_3_23_04_60
set CG_XML_BIN_INSTALL_PATH=C:/ti/cg_xml/bin
set EDMA3_LLD_INSTALL_PATH=C:/ti/edma3_lld_02_11_05_02
when I typed '.\ti\drv\pdksetupenv.bat' the result was as below:
Next when I typed '.\ti\drv\pdkbuilder.bat' the result was as below:
I think the result isn't right, am I right? Please, tell me what is the problem? and what should I do?
Best Regards