Advertisement
Guest User

Untitled

a guest
Feb 28th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. {standard input}: Assembler messages:
  2. {standard input}:1: Error: operand out of domain (-3377317 is not a multiple of 4)
  3. Error in program:
  4. bl -3377317
  5.  
  6. Traceback (most recent call last):
  7. File "/home/ghostmansd/src/openpower-isa/src/openpower/simulator/program.py", line 100, in _assemble
  8. sys.exit(1)
  9. SystemExit: 1
  10.  
  11. During handling of the above exception, another exception occurred:
  12.  
  13. Traceback (most recent call last):
  14. File "/home/ghostmansd/src/soc/src/soc/simple/test/test_issuer.py", line 86, in <module>
  15. 'branch': BranchTestCase().test_data,
  16. File "/home/ghostmansd/src/openpower-isa/src/openpower/test/common.py", line 96, in __init__
  17. v(self)
  18. File "/home/ghostmansd/src/openpower-isa/src/openpower/test/branch/branch_cases.py", line 22, in case_1_regression_negbranch
  19. self.add_case(Program(lst, bigendian), initial_regs)
  20. File "/home/ghostmansd/src/openpower-isa/src/openpower/simulator/program.py", line 55, in __init__
  21. self._assemble()
  22. File "/home/ghostmansd/src/openpower-isa/src/openpower/simulator/program.py", line 101, in _assemble
  23. self._link(outfile)
  24. File "/usr/lib/python3.9/tempfile.py", line 632, in __exit__
  25. self.close()
  26. File "/usr/lib/python3.9/tempfile.py", line 639, in close
  27. self._closer.close()
  28. File "/usr/lib/python3.9/tempfile.py", line 576, in close
  29. unlink(self.name)
  30. FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpizwe04z6.o'
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement