Advertisement
bremenpl

Untitled

Apr 23rd, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. root@beaglebone:/home/debian/testdir# gcc test.c -o test -lprussdrv
  2. test.c:12:2: warning: data definition has no type or storage class [enabled by default]
  3. test.c:13:17: error: expected declaration specifiers or '...' before numeric constant
  4. test.c:16:24: error: expected declaration specifiers or '...' before '&' token
  5. test.c:19:25: error: expected declaration specifiers or '...' before numeric constant
  6. test.c:19:34: error: expected declaration specifiers or '...' before string constant
  7. test.c:22:2: error: initializer element is not constant
  8. test.c:23:9: error: expected declaration specifiers or '...' before string constant
  9. test.c:23:58: error: expected declaration specifiers or '...' before 'n'
  10. test.c:26:23: error: expected declaration specifiers or '...' before numeric constant
  11. test.c:27:2: warning: data definition has no type or storage class [enabled by default]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement