ok i was trying to get around with millions of errors i encounterd and finally and stuk here for sumtime.. previously i got the same error in a different place and was able to clear it by including io.h library ..but now it dosent seems to remove the error(same error but in a different file).i am sure that these error point to some missing library of arduino but i dont know which.please help
errors:
(
from C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:24:
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:362: error: 'DDRB' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:363: error: 'DDRC' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:364: error: 'DDRD' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:370: error: 'PORTB' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:370: error: initializer element is not constant
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:370: error: (near initialization for 'port_to_output_PGM[2]')
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:371: error: 'PORTC' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:371: error: initializer element is not constant
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:371: error: (near initialization for 'port_to_output_PGM[3]')
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:372: error: 'PORTD' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:372: error: initializer element is not constant
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:372: error: (near initialization for 'port_to_output_PGM[4]')
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:378: error: 'PINB' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:378: error: initializer element is not constant
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:378: error: (near initialization for 'port_to_input_PGM[2]')
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:379: error: 'PINC' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:379: error: initializer element is not constant
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:379: error: (near initialization for 'port_to_input_PGM[3]')
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:380: error: 'PIND' undeclared here (not in a function)
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:380: error: initializer element is not constant
C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\pins_arduino.c:380: error: (near initialization for 'port_to_input_PGM[4]')
)