Advertisement
_dinsdale

waf error

Jul 24th, 2017
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. russellh@prescott:~/rtems/work/examples-v2/ticker$ waf configure --rtems=/opts/rtems \
  2. > --rtems-tools=/opts/rtems \
  3. > --rtems-bsps=sparc/erc32
  4. Waf: The wscript in '/home/russellh/rtems/work/examples-v2/ticker' is unreadable
  5. Traceback (most recent call last):
  6. File "/home/russellh/bin/.waf-1.9.12-46ae1733752575b7ea2378b1eca4e1ae/waflib/Scripting.py", line 106, in waf_entry_point
  7. set_main_module(os.path.normpath(os.path.join(Context.run_dir,Context.WSCRIPT_FILE)))
  8. File "/home/russellh/bin/.waf-1.9.12-46ae1733752575b7ea2378b1eca4e1ae/waflib/Scripting.py", line 137, in set_main_module
  9. Context.g_module=Context.load_module(file_path)
  10. File "/home/russellh/bin/.waf-1.9.12-46ae1733752575b7ea2378b1eca4e1ae/waflib/Context.py", line 353, in load_module
  11. exec(compile(code,path,'exec'),module.__dict__)
  12. File "/home/russellh/rtems/work/examples-v2/ticker/wscript", line 6, in <module>
  13. import rtems_waf.rtems as rtems
  14. ImportError: No module named rtems_waf.rtems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement