Sysprogs forums › Forums › VisualGDB › VisualGDB Compile Error internal or external command
- This topic has 2 replies, 2 voices, and was last updated 10 years, 11 months ago by support.
-
AuthorPosts
-
December 8, 2013 at 05:05 #699AnonymousParticipant
Background Information
Win 8.1
Visual Studio 2010
VisualGDB: VisualGDB-4.1r7-trial
using Embedded development
Project code is for TI MSP430 (CC430F6137 aka Chronos Watch)
Am I missing any dependancies? I thought I saw some references to python and/or cygwin.
What about my Path Environment variable what should be there? I don’t have any related values there currently.Thanks!
fraserThe following is from my Output Window.
1>
Rebuild All started: Project: TI_MSP430_Test, Configuration: Debug Win32
1> VisualGDB: Executing preclean actions
1> VisualGDB: Run “cmd.exe /c “C:SysGCCmsp430binmake.exe” clean” in directory “C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221d” on local computer
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘grep’ is not recognized as an internal or external command,
1> operable program or batch file.
1> “Generating dependencies..”
1> process_begin: CreateProcess(NULL, touch openchronos.dep, …) failed.
1> make (e=2): The system cannot find the file specified.
1>
1> subdir was unexpected at this time.
1> make: *** [clean] Error 255
1>1> Command exited with code 2
1> Executable: cmd.exe
1> Arguments: /c “C:SysGCCmsp430binmake.exe” clean
1> Directory: C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221d
1> VisualGDB: Executing preclean actions
1> VisualGDB: Run “cmd.exe /c “C:SysGCCmsp430binmake.exe” clean” in directory “C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221d” on local computer
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘grep’ is not recognized as an internal or external command,
1> operable program or batch file.
1> “Generating dependencies..”
1> process_begin: CreateProcess(NULL, touch openchronos.dep, …) failed.
1> make (e=2): The system cannot find the file specified.
1>
1> subdir was unexpected at this time.
1> make: *** [clean] Error 255
1>1> Command exited with code 2
1> Executable: cmd.exe
1> Arguments: /c “C:SysGCCmsp430binmake.exe” clean
1> Directory: C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221d
1> VisualGDB: Executing prebuild actions
1> VisualGDB: Run “cmd.exe /c “C:SysGCCmsp430binmake.exe”” in directory “C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221d” on local computer
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘which’ is not recognized as an internal or external command,
1> operable program or batch file.
1> ‘grep’ is not recognized as an internal or external command,
1> operable program or batch file.
1> “Generating dependencies..”
1> process_begin: CreateProcess(NULL, touch openchronos.dep, …) failed.
1> make (e=2): The system cannot find the file specified.
1>
1> “Generating drivers/rtca_now.h”
1> process_begin: CreateProcess(NULL, bash C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221dtoolsupdate_rtca_now.sh, …) failed.
1> make (e=2): The system cannot find the file specified.
1>
1> make: *** [drivers/rtca_now.h] Error 2
1>1> Command exited with code 2
1> Executable: cmd.exe
1> Arguments: /c “C:SysGCCmsp430binmake.exe”
1> Directory: C:Projectsopenchronos-ng-code-1ce66b27ebd5b09edb059e27a629ddd2cd05221d
1>EXEC : error : Build has failed. See the Output window for more details.
1>C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.MakeFile.Targets(43,5): error MSB3073: The command “”C:Program Files (x86)SysprogsVisualGDBVisualGDB.exe” /rebuild “C:ProjectsTI_MSP430_TestTI_MSP430_TestTI_MSP430_Test.vcxproj” “/solution:C:ProjectsTI_MSP430_TestTI_MSP430_Test.sln” “/config:Debug” “/platform:Win32″” exited with code 1.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========December 8, 2013 at 09:02 #2845AnonymousParticipantThe Makefile for this project needs BASH and Python, off to install Linux
🙁December 12, 2013 at 04:59 #2846supportKeymasterHi,
Looks like the project your are trying to build depends on some Linux-style tools.
You can actually install Cygwin, add Cygwin directories to PATH and try building it again using make.exe from cygwin. This should normally work, as cygwin provides most of Linux tools on Windows (ensure that you install the necessary packages). -
AuthorPosts
- You must be logged in to reply to this topic.