Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. > "make.exe" all
  2. CC mendel.o
  3. CC serial.o
  4. CC dda.o
  5. CC gcode_parse.o
  6. CC gcode_process.o
  7. CC timer.o
  8. CC temp.o
  9. In file included from temp.c:16:
  10. intercom.h:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '/' token
  11. temp.c:25: warning: data definition has no type or storage class
  12. temp.c:25: warning: type defaults to 'int' in declaration of 'temp_types'
  13. In file included from temp.c:34:
  14. config.h:228: error: 'TT_INTERCOM' undeclared here (not in a function)
  15. temp.c: In function 'temp_init':
  16. temp.c:106: warning: implicit declaration of function 'intercom_init'
  17. temp.c:107: warning: implicit declaration of function 'update_send_cmd'
  18. temp.c: In function 'temp_sensor_tick':
  19. temp.c:213: warning: implicit declaration of function 'get_read_cmd'
  20. temp.c:215: warning: implicit declaration of function 'start_send'
  21. make.exe: *** [temp.o] Error 1
  22.  
  23. > Process Exit Code: 2
  24. > Time Taken: 00:03
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement