Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. amyagkov@mrtam:~/repo/gmr_run$ GOOS=plan9 GOARCH=arm GOEXPERIM='' GOARM=7 go build hw.go
  2. # command-line-arguments
  3. runtime.hashinit: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  4. (1603) BL ,runtime.nanotime+0(SB)
  5. runtime.chansend: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  6. (1826) BL ,runtime.cputicks+0(SB)
  7. runtime.chansend: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  8. (1851) BL.NE ,runtime.cputicks+0(SB)
  9. runtime.chansend: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  10. (1917) BL.NE ,runtime.cputicks+0(SB)
  11. runtime.chanrecv: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  12. (1960) BL ,runtime.cputicks+0(SB)
  13. runtime.chanrecv: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  14. (1982) BL.NE ,runtime.cputicks+0(SB)
  15. runtime.chanrecv: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  16. (2055) BL.NE ,runtime.cputicks+0(SB)
  17. runtime.notetsleep: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  18. (1186) BL ,runtime.nanotime+0(SB)
  19. runtime.notetsleep: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  20. (1198) BL ,runtime.nanotime+0(SB)
  21. gc: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  22. (3702) BL ,runtime.nanotime+0(SB)
  23. gc: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  24. (3746) BL ,runtime.nanotime+0(SB)
  25. gc: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  26. (3757) BL ,runtime.nanotime+0(SB)
  27. gc: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  28. (3761) BL ,runtime.nanotime+0(SB)
  29. gc: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  30. (3790) BL ,runtime.nanotime+0(SB)
  31. MHeap_FreeLocked: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  32. (1815) BL ,runtime.nanotime+0(SB)
  33. runtime.MHeap_Scavenger: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  34. (1943) BL ,runtime.nanotime+0(SB)
  35. runtime.MHeap_Scavenger: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  36. (1958) BL ,runtime.nanotime+0(SB)
  37. time.now: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  38. (1232) BL ,runtime.nanotime+0(SB)
  39. runtime.schedinit: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  40. (1885) BL ,runtime.nanotime+0(SB)
  41. mcommoninit: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  42. (2000) BL ,runtime.cputicks+0(SB)
  43. findrunnable: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
  44. too many errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement