Hi guys I am a newbie to Arduino and I am trying to interface my Arduino Duemilanove Atmega328p DEVELOPMENTAL BOARD with 2.8" TFT touch screen. I am trying to compile the basic code for touch screen "graphicstest" but I am getting the below mentioned error. HELP ME OUT!!!!!!!!
from D:\Projects :~\Touch screen Proj\arduino-0018\libraries\Adafruit_TFTLCD/Adafruit_TFTLCD.h:12,
from D:\Projects\Touch screen Proj\arduino-0018\libraries\Adafruit_TFTLCD\Adafruit_TFTLCD.cpp:10:
d:/projects/touch screen proj/arduino-0018/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected unqualified-id before 'int'
d:/projects/touch screen proj/arduino-0018/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)' before 'int'
d:/projects/touch screen proj/arduino-0018/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)' before 'int'
from D:\Projects\Touch screen Proj\arduino-0018\libraries\Adafruit_TFTLCD/Adafruit_TFTLCD.h:12,
from D:\Projects\Touch screen Proj\arduino-0018\libraries\Adafruit_TFTLCD\Adafruit_TFTLCD.cpp:10:
d:/projects/touch screen proj/arduino-0018/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected unqualified-id before 'double'
d:/projects/touch screen proj/arduino-0018/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'
d:/projects/touch screen proj/arduino-0018/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'