Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cppコードをビルドするためにJenkinsでバッチファイルを実行していますが、間に「g ++ sourcefile.cpp -o executablefile」のような実行可能ファイルをビルドするコマンドがあり、「g ++」は内部コマンドまたは外部コマンドとして認識されないというエラーが発生します.これを解決するには??
PATH
gcc.exe
g++.exe