Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. /home/seth/linuxkernel/Linux_Device_Drivers/DataStructures/LinkedList.c:10:5: error: function declaration isnโ€™t a prototype [-Werror=strict-prototypes]
  2. int main()
  3. ^
  4. /home/seth/linuxkernel/Linux_Device_Drivers/DataStructures/LinkedList.c: In function โ€˜mainโ€™:
  5. /home/seth/linuxkernel/Linux_Device_Drivers/DataStructures/LinkedList.c:14:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  6. root -> data = 20;
  7. ^
  8. /home/seth/linuxkernel/Linux_Device_Drivers/DataStructures/LinkedList.c:18:1: warning: control reaches end of non-void function [-Wreturn-type]
  9. }
  10. ^
  11. cc1: some warnings being treated as errors
  12. scripts/Makefile.build:264: recipe for target '/home/seth/linuxkernel/Linux_Device_Drivers/DataStructures/LinkedList.o' failed
  13. make[2]: *** [/home/seth/linuxkernel/Linux_Device_Drivers/DataStructures/LinkedList.o] Error 1
  14. Makefile:1423: recipe for target '_module_/home/seth/linuxkernel/Linux_Device_Drivers/DataStructures' failed
  15. make[1]: *** [_module_/home/seth/linuxkernel/Linux_Device_Drivers/DataStructures] Error 2
  16. make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-112-generic'
  17. Makefile:4: recipe for target 'all' failed
  18. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement