Skip to content

Commit

Permalink
Error message update with correct toolchain name (#961)
Browse files Browse the repository at this point in the history
Error message udpate with correct toolchain name
  • Loading branch information
soumeh01 authored Jul 2, 2024
1 parent 97bfbe9 commit 43ce0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/projmgr/src/ProjMgrWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ bool ProjMgrWorker::ProcessToolchain(ContextItem& context) {
errMsg = "cmake configuration file and ";
context.toolchain.version = RteUtils::GetPrefix(context.toolchain.range);
}
errMsg += "compiler registration environment variable missing, format: " + context.compiler + "_TOOLCHAIN_<major>_<minor>_<patch>";
errMsg += "compiler registration environment variable missing, format: " + context.toolchain.name + "_TOOLCHAIN_<major>_<minor>_<patch>";
m_toolchainErrors.insert(errMsg);
}

Expand Down

0 comments on commit 43ce0cf

Please sign in to comment.