Skip to content

Conversation

@SebastianBoe
Copy link
Contributor

When the SDK/toolchain has been incorrectly installed such that the
user does not have permissions to execute it an incomprehensible
errror message occurs.

This patch tests that executing 'gcc --version' does not give an error
code and errors out with an appropriate error message if it does.

This fixes #8977

Signed-off-by: Sebastian Bøe sebastian.boe@nordicsemi.no

When the SDK/toolchain has been incorrectly installed such that the
user does not have permissions to execute it an incomprehensible
errror message occurs.

This patch tests that executing 'gcc --version' does not give an error
code and errors out with an appropriate error message if it does.

This fixes zephyrproject-rtos#8977

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
@SebastianBoe SebastianBoe requested a review from nashif as a code owner July 31, 2018 13:13
@codecov-io
Copy link

Codecov Report

Merging #9190 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #9190   +/-   ##
=======================================
  Coverage   52.72%   52.72%           
=======================================
  Files         201      201           
  Lines       25277    25277           
  Branches     5279     5279           
=======================================
  Hits        13328    13328           
  Misses       9823     9823           
  Partials     2126     2126

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45f34a4...4750ce9. Read the comment docs.

@nashif nashif merged commit c1bf735 into zephyrproject-rtos:master Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMake Error

3 participants