only included the header file and compiled and that gave 13 erros.....
the code i wrote is:
#include<pic12f629.h>
void main()
{
}
ERRORS:
Severity and Description Path Resource Location Creation Time Id
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'CMCON' probably out of range. PIC PROJ line 126 1195155213562 757
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'FSR' probably out of range. PIC PROJ line 115 1195155213546 749
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'GPIO' probably out of range. PIC PROJ line 116 1195155213546 750
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'INDF' probably out of range. PIC PROJ line 111 1195155213546 745
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'INTCON' probably out of range. PIC PROJ line 119 1195155213562 752
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'PCL' probably out of range. PIC PROJ line 113 1195155213546 747
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'PCLATH' probably out of range. PIC PROJ line 118 1195155213562 751
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'PIR1' probably out of range. PIC PROJ line 120 1195155213562 753
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'STATUS' probably out of range. PIC PROJ line 114 1195155213546 748
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'T1CON' probably out of range. PIC PROJ line 124 1195155213562 756
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'TMR0' probably out of range. PIC PROJ line 112 1195155213546 746
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'TMR1H' probably out of range. PIC PROJ line 123 1195155213562 755
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'TMR1L' probably out of range. PIC PROJ line 122 1195155213562 754
only this much of code gave 13 errors....am new to this SDCC....could anyone please help me.......
thank u....
arindam.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
am using SDCC compiler and eclipse IDE.
only included the header file and compiled and that gave 13 erros.....
the code i wrote is:
#include<pic12f629.h>
void main()
{
}
ERRORS:
Severity and Description Path Resource Location Creation Time Id
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'CMCON' probably out of range. PIC PROJ line 126 1195155213562 757
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'FSR' probably out of range. PIC PROJ line 115 1195155213546 749
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'GPIO' probably out of range. PIC PROJ line 116 1195155213546 750
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'INDF' probably out of range. PIC PROJ line 111 1195155213546 745
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'INTCON' probably out of range. PIC PROJ line 119 1195155213562 752
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'PCL' probably out of range. PIC PROJ line 113 1195155213546 747
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'PCLATH' probably out of range. PIC PROJ line 118 1195155213562 751
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'PIR1' probably out of range. PIC PROJ line 120 1195155213562 753
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'STATUS' probably out of range. PIC PROJ line 114 1195155213546 748
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'T1CON' probably out of range. PIC PROJ line 124 1195155213562 756
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'TMR0' probably out of range. PIC PROJ line 112 1195155213546 746
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'TMR1H' probably out of range. PIC PROJ line 123 1195155213562 755
C:/Program Files/SDCC/bin/../include/pic12f629.h warning 182: absolute address for sfr 'TMR1L' probably out of range. PIC PROJ line 122 1195155213562 754
only this much of code gave 13 errors....am new to this SDCC....could anyone please help me.......
thank u....
arindam.