Guest User

Untitled

a guest
May 23rd, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. In file included from rock_tmp/./Signal.c:3:
  2. In file included from .libs/tmp/./Signal.h:6:
  3. .libs/tmp/./Signal-fwd.h:117:9: error: unknown type name 'uint16_t'
  4. typedef uint16_t Signal____Le16;
  5. ^
  6. .libs/tmp/./Signal-fwd.h:118:9: error: unknown type name 'uint32_t'
  7. typedef uint32_t Signal____Le32;
  8. ^
  9. .libs/tmp/./Signal-fwd.h:120:9: error: unknown type name 'uint64_t'
  10. typedef uint64_t Signal____Le64;
  11. ^
  12. .libs/tmp/./Signal-fwd.h:121:9: error: unknown type name 'uint32_t'
  13. typedef uint32_t Signal____Wsum;
  14. ^
  15. .libs/tmp/./Signal-fwd.h:125:9: error: unknown type name 'uint64_t'
  16. typedef uint64_t Signal____Be64;
  17. ^
  18. .libs/tmp/./Signal-fwd.h:165:9: error: unknown type name 'uint16_t'
  19. typedef uint16_t Signal____Sum16;
  20. ^
  21. .libs/tmp/./Signal-fwd.h:171:9: error: unknown type name 'uint16_t'
  22. typedef uint16_t Signal____Be16;
  23. ^
  24. .libs/tmp/./Signal-fwd.h:172:9: error: unknown type name 'uint32_t'
  25. typedef uint32_t Signal____Be32;
  26. ^
  27. 8 diagnostics generated.
  28. C compiler failed, aborting compilation process
  29. [FAIL]
Add Comment
Please, Sign In to add comment