help needed with library code

hi i was trying to compile some codes from libraries...but i got certain errors..i know they arise because of lack of some arduino standard libraries... can u please tell me the library which is involved with these declarations :-/
i am pasting the errors here
(
from C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:27:

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c: In function 'micros':

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:85: error: 'TCNT0' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:85: error: (Each undeclared identifier is reported only once

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:85: error: for each function it appears in.)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:91: error: 'TIFR' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:91: error: 'TOV0' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c: In function 'init':

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:172: error: 'TCCR0A' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:172: error: 'WGM01' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:173: error: 'WGM00' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:180: error: 'TCCR0B' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:180: error: 'CS01' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:181: error: 'CS00' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:187: error: 'TIMSK0' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:187: error: 'TOIE0' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:196: error: 'TCCR1B' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:196: error: 'CS11' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:197: error: 'CS10' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:199: error: 'TCCR1A' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:199: error: 'WGM10' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:205: error: 'TCCR2B' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:205: error: 'CS22' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:211: error: 'TCCR2A' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:211: error: 'WGM20' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:229: error: 'ADCSRA' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:229: error: 'ADPS2' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:230: error: 'ADPS1' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:231: error: 'ADPS0' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:234: error: 'ADEN' undeclared (first use in this function)

C:\Users\lastvirus\Desktop\maple-ide-0.0.6\libraries\ITDB02_Graph\wiring.c:242: error: 'UCSR0B' undeclared (first use in this function)

)

thanks

Which board do you have selected?

i am trying to improt libraries to another board which follows arduino language.. its called Maple which uses arm m3..
i have removed many errors by identifying the libraries..but am not able to identify this..some library shud have these declarations..including that will help i guess.

The declarations are AVR registers. Search ATmega328 datasheet for the details.

eys but i need the header file in which these registers are declared for arduino

eys but i need the header file in which these registers are declared for arduino

The header file that the registers are defined in depends on which board you have selected. Since none of them are Maple flavored, you are going to have to make up your own.