Guest User

Untitled

a guest
May 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "ir2c-2.0/ir2c.py", line 265, in <module>
  3. gen_code(out, file_tree_dict, globals)
  4. File "ir2c-2.0/ir2c.py", line 226, in gen_code
  5. data_list = gen_obj.program(out, globals)
  6. File "/home/cata/Desktop/Tema3CPL/ir2c-2.0/gen.py", line 160, in program
  7. self.data()
  8. File "/home/cata/Desktop/Tema3CPL/ir2c-2.0/gen.py", line 1522, in data
  9. self.data_statement()
  10. File "/home/cata/Desktop/Tema3CPL/ir2c-2.0/gen.py", line 1624, in data_statement
  11. self.__get_label_value(LABEL15.text), None))
  12. File "/home/cata/Desktop/Tema3CPL/ir2c-2.0/gen.py", line 127, in __get_label_value
  13. raise Exception("Label unknown: %s" % label)
  14. Exception: Label unknown: Int_u_dispatch
  15. _tests/library/compare.c:162: warning: ‘G_IO_u_init’ used but never defined
  16. _tests/library/compare.c:169: warning: ‘G_equality_u_test’ used but never defined
  17. _tests/library/compare.c:170: warning: ‘G_Object_d_copy’ used but never defined
  18. _tests/library/compare.c:180: warning: ‘G__u_case_u_abort2’ used but never defined
  19. _tests/library/compare.c:191: warning: ‘G__u_dispatch_u_abort’ used but never defined
  20. /tmp/ccqwKSt3.o: In function `call_function_at_label':
  21. compare.c:(.text+0x335): undefined reference to `function_labels'
  22. /tmp/ccqwKSt3.o: In function `main':
  23. compare.c:(.text+0x372): undefined reference to `G__u_start'
  24. /tmp/ccqwKSt3.o: In function `G_void_u_disp_u_handler':
  25. compare.c:(.text+0x3aa): undefined reference to `G_Object_d_copy'
  26. compare.c:(.text+0x3e3): undefined reference to `G__u_dispatch_u_abort'
  27. /tmp/ccqwKSt3.o: In function `G_void_u_case_u_handler':
  28. compare.c:(.text+0x416): undefined reference to `G_Object_d_copy'
  29. compare.c:(.text+0x44f): undefined reference to `G__u_case_u_abort2'
  30. /tmp/ccqwKSt3.o: In function `G_Main_u_init':
  31. compare.c:(.text+0x470): undefined reference to `G_IO_u_init'
  32. /tmp/ccqwKSt3.o: In function `G_Main_d_main':
  33. compare.c:(.text+0x5dd): undefined reference to `G_equality_u_test'
  34. compare.c:(.text+0x64f): undefined reference to `G_Object_d_copy'
  35. collect2: ld returned 1 exit status
Add Comment
Please, Sign In to add comment