Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "bin/fusesoc", line 348, in <module>
  3. run(parsed_args)
  4. File "bin/fusesoc", line 283, in run
  5. args.func(args)
  6. File "bin/fusesoc", line 215, in sim
  7. sim.configure()
  8. File "/home/franck/Stockage/Travail/openrisc/upstream/fusesoc/fusesoc/simulator/verilator.py", line 71, in configure
  9. self.export()
  10. File "/home/franck/Stockage/Travail/openrisc/upstream/fusesoc/fusesoc/simulator/verilator.py", line 59, in export
  11. dirs = list(set(map(os.path.dirname, src_files)))
  12. File "/usr/lib/python2.7/posixpath.py", line 122, in dirname
  13. i = p.rfind('/') + 1
  14. AttributeError: 'File' object has no attribute 'rfind'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement