Tool/software: Code Composer Studio
Hi, I was running a ProjectZero-based application, trying to introduce some features described here. Suddenly, I couldn't build any more. Build process gets stuck at 25% and I can only cancel it. Aparently, that happens when it is trying to execute the command: "C:\ti\ccsv7\utils\bin\gmake -j -k all -O".
When I cancel it, the output Console says:
**** Build of configuration Debug for project mt8442_cc2650launchxl ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -j -k all -O
gmake[1]: Entering directory 'C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Debug'
'Building file: ../TOOLS/app_ble_uartlog.cfg'
'Invoking: XDCtools'
"C:/ti/tirex-content/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/uia_2_00_05_50/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Profiles\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Application\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/ICallBLE\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Startup\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Board\" --include_path=\"C:/ti/simplelink_academy_01_09_00_0000/modules/projects/support_files/Components/uart_log\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/simple_peripheral/cc26xx/app\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc\" --include_path=\"C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162\" --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include\" -g --c99 --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=0 --define=Display_DISABLE_ALL --define=BOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=Xxdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XX --define=xdc_FILE=\"\"\"\" --define=UARTLOG_NUM_EVT_BUF=32 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../TOOLS/app_ble_uartlog.cfg"
4 [main] ? (1356) C:\ti\tirex-content\xdctools_3_32_00_06_core\bin\sh.exe: *** fatal error - system shared memory version mismatch detected - 0x75BE009C/0x8A88009C.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
**** Build of configuration Debug for project mt8442_cc2650launchxl ****
!CommandLauncher.error.commandCanceled!
Error: Program "C:/ti/ccsv7/utils/bin/gmake" is not found in PATH
PATH=[C:\ti\ccsv7\ccs_base\common\bin;C:\ti\ccsv7\ccs_base\common\uscif;C:/ti/ccsv7/eclipse/jre/bin/client;C:/ti/ccsv7/eclipse/jre/bin;C:/ti/ccsv7/eclipse/jre/lib/i386;C:\ti\ccsv7\ccs_base\common\bin;C:\ti\ccsv7\ccs_base\common\uscif;C:/ti/ccsv7/eclipse/jre/bin/client;C:/ti/ccsv7/eclipse/jre/bin;C:/ti/ccsv7/eclipse/jre/lib/i386;D:\app\Oracle\product\12.1.0\dbhome_1\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit-32;C:\Program Files (x86)\Subversion\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Flash Magic;C:\Program Files (x86)\HI-TECH Software\PICC-18\PRO\9.63\bin;C:\Program Files (x86)\Microchip\MPLAB C32 Suite\bin;C:\Program Files\IVI Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;D:\xampp\mysql\bin;D:\xampp\php;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_79\bin;C:\Users\Esteban\AppData\Local\Android\sdk\platform-tools;C:\Users\Esteban\AppData\Local\Android\sdk;C:\Users\Esteban\AppData\Local\Programs\Python\Python35-32;C:\Program Files (x86)\nodejs\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Microsoft SQL Server Migration Assistant for MySQL\bin\;C:\Program Files\Git\cmd;C:\ProgramData\ComposerSetup\bin;C:\Users\Esteban\AppData\Roaming\npm;C:\Program Files (x86)\Nmap;C:\Users\Esteban\AppData\Roaming\Composer\vendor\bin;c:\ti\ccsv7\eclipse;;C:\ti\ccsv7\eclipse;]
**** Build Finished ****
And the "Problems" windows says:
| Description | Resource | Path | Location |
Type | |||
| Program "C:/ti/ccsv7/utils/bin/gmake" is not found in PATH Program "C:/ti/ccsv7/utils/bin/gmake" is not found in PATH |
|
|
|
Here is what I did:
- I undid all the changes and restored the application to a stable version.
- I uninstalled the antivirus.
- I updated the CCS from Version 6.2.0.00050 to Version 7.3.0.00019 but I did not delete the old version.
Everything remains the same.
Anyone has been in this situation? I need to solve this issue as soon as possible. Thank you for reading.
**** Build of configuration Debug for project mt8442_cc2650launchxl ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -j -k all -O gmake[1]: Entering directory 'C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Debug''Building file: ../TOOLS/app_ble_uartlog.cfg''Invoking: XDCtools'"C:/ti/tirex-content/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/uia_2_00_05_50/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Profiles\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Application\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/ICallBLE\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Startup\" --include_path=\"C:/Users/Esteban/Documents/GitHub/workspace_ccsv7/mt8442_cc2650launchxl/Board\" --include_path=\"C:/ti/simplelink_academy_01_09_00_0000/modules/projects/support_files/Components/uart_log\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/simple_peripheral/cc26xx/app\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc\" --include_path=\"C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162\" --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include\" -g --c99 --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=0 --define=Display_DISABLE_ALL --define=BOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=Xxdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XX --define=xdc_FILE=\"\"\"\" --define=UARTLOG_NUM_EVT_BUF=32 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../TOOLS/app_ble_uartlog.cfg" 4 [main] ? (1356) C:\ti\tirex-content\xdctools_3_32_00_06_core\bin\sh.exe: *** fatal error - system shared memory version mismatch detected - 0x75BE009C/0x8A88009C.This problem is probably due to using incompatible versions of the cygwin DLL.Search for cygwin1.dll using the Windows Start->Find/Search facilityand delete all but the most recent version. The most recent version *should*reside in x:\cygwin\bin, where 'x' is the drive on which you haveinstalled the cygwin distribution. Rebooting is also suggested if youare unable to find another cygwin DLL.
**** Build of configuration Debug for project mt8442_cc2650launchxl ****
!CommandLauncher.error.commandCanceled!Error: Program "C:/ti/ccsv7/utils/bin/gmake" is not found in PATH
PATH=[C:\ti\ccsv7\ccs_base\common\bin;C:\ti\ccsv7\ccs_base\common\uscif;C:/ti/ccsv7/eclipse/jre/bin/client;C:/ti/ccsv7/eclipse/jre/bin;C:/ti/ccsv7/eclipse/jre/lib/i386;C:\ti\ccsv7\ccs_base\common\bin;C:\ti\ccsv7\ccs_base\common\uscif;C:/ti/ccsv7/eclipse/jre/bin/client;C:/ti/ccsv7/eclipse/jre/bin;C:/ti/ccsv7/eclipse/jre/lib/i386;D:\app\Oracle\product\12.1.0\dbhome_1\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit-32;C:\Program Files (x86)\Subversion\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Flash Magic;C:\Program Files (x86)\HI-TECH Software\PICC-18\PRO\9.63\bin;C:\Program Files (x86)\Microchip\MPLAB C32 Suite\bin;C:\Program Files\IVI Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;D:\xampp\mysql\bin;D:\xampp\php;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_79\bin;C:\Users\Esteban\AppData\Local\Android\sdk\platform-tools;C:\Users\Esteban\AppData\Local\Android\sdk;C:\Users\Esteban\AppData\Local\Programs\Python\Python35-32;C:\Program Files (x86)\nodejs\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Microsoft SQL Server Migration Assistant for MySQL\bin\;C:\Program Files\Git\cmd;C:\ProgramData\ComposerSetup\bin;C:\Users\Esteban\AppData\Roaming\npm;C:\Program Files (x86)\Nmap;C:\Users\Esteban\AppData\Roaming\Composer\vendor\bin;c:\ti\ccsv7\eclipse;;C:\ti\ccsv7\eclipse;]
**** Build Finished ****