Welcome! Log In Create A New Profile

Advanced

can't compile with full graphics smart controller

Posted by Ted62 
can't compile with full graphics smart controller
January 15, 2015 04:34PM
I have just installed a reprap discount full graphics smart controller.

I've downloaded U8Lib and installed to my documents\arduino\libraries folder.

I've uncommented the line 564 in configuration.h
#define REPRAP_DISCOUNT_FULL_GRAPHICS_SMART_CONTROLLER

When I compile I get the following error:

'LONG_FILENAME_LENGTH' was not declared in this scope

If I comment out #define REPRAP_DISCOUNT_FULL_GRAPHICS_SMART_CONTROLLER

the program compiles with no errors.

Attached my configuration.h file

Anyone any idea what I am doing wrong?
Attachments:
open | download - Configuration.h (35.3 KB)
Re: can't compile with full graphics smart controller solved
January 16, 2015 06:41AM
I am using a newly downloaded Marlin-Development firmware available from [github.com].

After a lot of searching through the long list of errors I found an error indicating that SDfile.cpp could not be found.

Checking the files in the Marlin directory showed the file was not there.

Checking my library files using Sketch > Import Library showed they were not in my sketchbook library or the Arduino main library.

Checking all the files in the download I found the missing files in Arduino Addons\Arduino_1.0x\libraries\SDfat. the libraries directory also contains the U8glib, Liquid crystal and SPI library files.

After installing the library files using Sketch > Import Library > Add Library the program compiles with no errors.

I have tried to find any instructions or explanation as to where the necessary library files are, or what files are needed to compile the various versions of graphics/LCD's, e.g. All the instructions I have found for installing the REPRAP_DISCOUNT_FULL_GRAPHICS_SMART_CONTROLLER only state remove the comments (//) from the //#define REPRAP_DISCOUNT_FULL_GRAPHICS_SMART_CONTROLLER line.

Hope this helps if anyone else encounters the problem
Re: can't compile with full graphics smart controller solved
November 12, 2016 09:29PM
did u find the solution ?? i having same issue if you could help me ?
Re: can't compile with full graphics smart controller
November 13, 2016 07:18AM
All of the lines below should be uncommented. Make sure you installed U8glib properly.

#define DOGLCD
#define SDSUPPORT
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Sorry, only registered users may post in this forum.

Click here to login