es-ude / EmbeddedSystemsBuildScripts

Bazel build scripts used for all projects of the embedded systems department
MIT License
4 stars 5 forks source link

Raise meaningful error when compiler is not found #18

Closed glencoe closed 4 years ago

glencoe commented 4 years ago

Currently when the compiler is not found the paths for the tools are just set to "none". Raise a proper error instead that aborts the repository creation and tells the user what tools are missing.

pixelboehm commented 4 years ago

A basic check, and an error message in case the compiler is not found is included in 8d94fbe.

pixelboehm commented 4 years ago

Merged in 5914e59c60c065c4d46f5b33c42c30b7455debe1.