Skip to content

Instantly share code, notes, and snippets.

@alx
Created February 20, 2012 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alx/1869656 to your computer and use it in GitHub Desktop.
Save alx/1869656 to your computer and use it in GitHub Desktop.
deuligne_v1 compilation error
Marlin.cpp: In function 'void screen_display()':
Marlin.pde:-1: error: invalid conversion from 'int*' to 'int'
temperature.h:37: error: too few arguments to function 'float analog2temp(int, uint8_t)'
Marlin.pde:-1: error: at this point in file
Marlin.pde:-1: error: invalid conversion from 'int*' to 'int'
temperature.h:37: error: too few arguments to function 'float analog2temp(int, uint8_t)'
Marlin.pde:-1: error: at this point in file
temperature.h: In function 'void key_interaction(uint8_t)':
temperature.h:35: error: too few arguments to function 'int temp2analog(int, uint8_t)'
Marlin.pde:-1: error: at this point in file
Marlin.pde:-1: error: invalid conversion from 'int*' to 'int'
temperature.h:35: error: too few arguments to function 'int temp2analog(int, uint8_t)'
Marlin.pde:-1: error: at this point in file
Marlin.pde:-1: error: invalid conversion from 'int*' to 'int'
temperature.h:35: error: too few arguments to function 'int temp2analog(int, uint8_t)'
Marlin.pde:-1: error: at this point in file
Marlin.cpp: In function 'void getfilename(uint8_t)':
Marlin.pde:-1: error: 'root' was not declared in this scope
Marlin.cpp: In function 'uint8_t getnrfilenames()':
Marlin.pde:-1: error: 'root' was not declared in this scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment