Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Line 330: error: conflicting types for 'fp_i_t'
  2. Line 167: error: previous declaration of 'fp_i_t' was here
  3. Line 348: error: conflicting types for 'mips_rtype_t'
  4. Line 185: error: previous declaration of 'mips_rtype_t' was here
  5. Line 356: error: conflicting types for 'mips_itype_t'
  6. Line 193: error: previous declaration of 'mips_itype_t' was here
  7. Line 362: error: conflicting types for 'mips_jtype_t'
  8. Line 199: error: previous declaration of 'mips_jtype_t' was here
  9. Line 369: error: conflicting types for 'ieee_754_t'
  10. Line 206: error: previous declaration of 'ieee_754_t' was here
  11. Line 394: error: redefinition of 'isnumeric'
  12. Line 155: error: previous definition of 'isnumeric' was here
  13. Line 417: error: redefinition of 'strtouint32'
  14. Line 232: error: previous definition of 'strtouint32' was here
  15. In function 'main':
  16. Line 717: warning: passing argument 1 of 'substring' makes pointer from integer without a cast
  17. Line 724: error: 'itypeinstruction' undeclared (first use in this function)
  18. Line 724: error: (Each undeclared identifier is reported only once
  19. Line 724: error: for each function it appears in.)
  20. Line 53: error: invalid suffix "b" on integer constant
  21. Line 799: error: 'jtypeinstruction' undeclared (first use in this function)
  22. Line 808: error: duplicate case value
  23. Line 803: error: previously used here
  24. t.c: At top level:
  25. Line 825: error: redefinition of 'init_itype'
  26. Line 476: error: previous definition of 'init_itype' was here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement