summaryrefslogtreecommitdiff
path: root/rtems_waf/rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtems_waf/rtems.py')
-rw-r--r--rtems_waf/rtems.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtems_waf/rtems.py b/rtems_waf/rtems.py
index 8b312dc..59047f3 100644
--- a/rtems_waf/rtems.py
+++ b/rtems_waf/rtems.py
@@ -134,6 +134,9 @@ def configure(conf):
conf.options.rtems_archs,
conf.options.rtems_bsps)
+ if rtems_tools is None:
+ conf.fatal('RTEMS tools not found.')
+
_log_header(conf)
conf.msg('Architectures', ', '.join(archs), 'YELLOW')