Advertisement
Guest User

fail

a guest
Sep 21st, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. fallen@pckirox:~/dev/milkymist-mmu$ make bios
  2. make -C /home/fallen/dev/milkymist-mmu/tools
  3. make[1]: Entering directory `/home/fallen/dev/milkymist-mmu/tools'
  4. make[1]: Nothing to be done for `all'.
  5. make[1]: Leaving directory `/home/fallen/dev/milkymist-mmu/tools'
  6. make -C /home/fallen/dev/milkymist-mmu/software/bios
  7. make[1]: Entering directory `/home/fallen/dev/milkymist-mmu/software/bios'
  8. CC crt0.o
  9. crt0.S: Assembler messages:
  10. crt0.S:31: Error: too many memory references for `xor'
  11. crt0.S:32: Error: no such instruction: `wcsr IE,r0'
  12. crt0.S:33: Error: no such instruction: `mvhi r1,hi(_reset_handler)'
  13. crt0.S:34: Error: no such instruction: `ori r1,r1,lo(_reset_handler)'
  14. crt0.S:35: Error: no such instruction: `wcsr EBA,r1'
  15. crt0.S:36: Error: no such instruction: `calli _sdram_init'
  16. crt0.S:37: Error: too many memory references for `xor'
  17. crt0.S:38: Error: no such instruction: `bi _crt0'
  18. crt0.S:41: Error: no such instruction: `bi _breakpoint_handler'
  19. crt0.S:51: Error: no such instruction: `bi _instruction_bus_error_handler'
  20. crt0.S:61: Error: no such instruction: `bi _watchpoint_hander'
  21. crt0.S:71: Error: no such instruction: `bi _data_bus_error_handler'
  22. crt0.S:81: Error: no such instruction: `bi _divide_by_zero_handler'
  23. crt0.S:91: Error: no such instruction: `sw (sp+0),ra'
  24. crt0.S:92: Error: no such instruction: `calli .save_all'
  25. crt0.S:93: Error: no such instruction: `calli isr'
  26. crt0.S:94: Error: no such instruction: `bi .restore_all_and_eret'
  27. crt0.S:101: Error: no such instruction: `bi _scall_handler'
  28. crt0.S:111: Error: no such instruction: `sw (sp+0),ra'
  29. crt0.S:112: Error: no such instruction: `addi ea,ea,-4'
  30. crt0.S:113: Error: no such instruction: `calli .save_all'
  31. crt0.S:114: Error: no such instruction: `calli dtlb_miss_handler'
  32. crt0.S:115: Error: no such instruction: `bi .restore_all_and_eret'
  33. crt0.S:121: Error: no such instruction: `sw (sp+0),ra'
  34. crt0.S:122: Error: no such instruction: `calli .save_all'
  35. crt0.S:123: Error: no such instruction: `calli itlb_miss_handler'
  36. crt0.S:124: Error: no such instruction: `bi .restore_all_and_eret'
  37. crt0.S:143: Error: no such instruction: `mvi r3,1'
  38. crt0.S:144: Error: no such instruction: `mvi r2,0xdf'
  39. crt0.S:148: Error: too many memory references for `sub'
  40. crt0.S:149: Error: no such instruction: `bne r2,r0,loop'
  41. crt0.S:151: Error: no such instruction: `mvhi sp,hi(_fstack)'
  42. crt0.S:152: Error: no such instruction: `ori sp,sp,lo(_fstack)'
  43. crt0.S:153: Error: no such instruction: `mvhi gp,hi(_gp)'
  44. crt0.S:154: Error: no such instruction: `ori gp,gp,lo(_gp)'
  45. crt0.S:157: Error: no such instruction: `mvhi r1,hi(_fbss)'
  46. crt0.S:158: Error: no such instruction: `ori r1,r1,lo(_fbss)'
  47. crt0.S:159: Error: no such instruction: `mvhi r3,hi(_ebss)'
  48. crt0.S:160: Error: no such instruction: `ori r3,r3,lo(_ebss)'
  49. crt0.S:162: Error: no such instruction: `be r1,r3,.callMain'
  50. crt0.S:163: Error: no such instruction: `sw (r1+0),r0'
  51. crt0.S:164: Error: no such instruction: `addi r1,r1,4'
  52. crt0.S:165: Error: no such instruction: `bi .clearBSS'
  53. crt0.S:168: Error: no such instruction: `mv r1,r2'
  54. crt0.S:169: Error: no such instruction: `mvi r2,0'
  55. crt0.S:170: Error: no such instruction: `mvi r3,0'
  56. crt0.S:171: Error: no such instruction: `bi main'
  57. crt0.S:174: Error: no such instruction: `addi sp,sp,-56'
  58. crt0.S:175: Error: no such instruction: `sw (sp+4),r1'
  59. crt0.S:176: Error: no such instruction: `sw (sp+8),r2'
  60. crt0.S:177: Error: no such instruction: `sw (sp+12),r3'
  61. crt0.S:178: Error: no such instruction: `sw (sp+16),r4'
  62. crt0.S:179: Error: no such instruction: `sw (sp+20),r5'
  63. crt0.S:180: Error: no such instruction: `sw (sp+24),r6'
  64. crt0.S:181: Error: no such instruction: `sw (sp+28),r7'
  65. crt0.S:182: Error: no such instruction: `sw (sp+32),r8'
  66. crt0.S:183: Error: no such instruction: `sw (sp+36),r9'
  67. crt0.S:184: Error: no such instruction: `sw (sp+40),r10'
  68. crt0.S:185: Error: no such instruction: `sw (sp+48),ea'
  69. crt0.S:186: Error: no such instruction: `sw (sp+52),ba'
  70. crt0.S:188: Error: no such instruction: `lw r1,(sp+56)'
  71. crt0.S:189: Error: no such instruction: `sw (sp+44),r1'
  72. crt0.S:193: Error: no such instruction: `lw r1,(sp+4)'
  73. crt0.S:194: Error: no such instruction: `lw r2,(sp+8)'
  74. crt0.S:195: Error: no such instruction: `lw r3,(sp+12)'
  75. crt0.S:196: Error: no such instruction: `lw r4,(sp+16)'
  76. crt0.S:197: Error: no such instruction: `lw r5,(sp+20)'
  77. crt0.S:198: Error: no such instruction: `lw r6,(sp+24)'
  78. crt0.S:199: Error: no such instruction: `lw r7,(sp+28)'
  79. crt0.S:200: Error: no such instruction: `lw r8,(sp+32)'
  80. crt0.S:201: Error: no such instruction: `lw r9,(sp+36)'
  81. crt0.S:202: Error: no such instruction: `lw r10,(sp+40)'
  82. crt0.S:203: Error: no such instruction: `lw ra,(sp+44)'
  83. crt0.S:204: Error: no such instruction: `lw ea,(sp+48)'
  84. crt0.S:205: Error: no such instruction: `lw ba,(sp+52)'
  85. crt0.S:206: Error: no such instruction: `addi sp,sp,56'
  86. crt0.S:207: Error: no such instruction: `eret'
  87. make[1]: *** [crt0.o] Error 1
  88. make[1]: Leaving directory `/home/fallen/dev/milkymist-mmu/software/bios'
  89. make: *** [bios] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement