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.

[OpenMP] Error happened during PDK build step

Hi,

I'm just trying to build pdk_C6678_1_1_2_6 by following the wiki:

I've installed bios_mcsdk_02_01_02_06 and its patch to the default path (C:\ti). And CGTv8.0.1 has been installed C:\ti also. So the build step at 6 should be as below:

=================================================

cd C:\ti\pdk_C6678_1_1_2_6\packages
set C6X_GEN_INSTALL_PATH=C:\ti\ti-cgt-c6000_8.0.1
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
.\ti\drv\pdksetupenv.bat
.\ti\drv\pdkbuilder.bat

=================================================

At .\ti\drv\pdksetupenv.bat, I saw the following log on console window:

*******************************************************************************
Configuring PDK Build Environment
CGTOOL INSTALL Directory C:/ti/ti-cgt-c6000_8.0.1
PDK Directory C:\ti\pdk_C6678_1_1_2_6\packages
PDK BUILD ENVIRONMENT CONFIGURED
*******************************************************************************

This looks fine. And then, I invoked .\ti\drv\pdkbuilder.bat, but I saw some errors during the build:

It looks like failing to find the source code during the build. Any suggestions ?

Best Regards,

Naoki, Kawada