Hi,
I had this errors compiling my source with sdcc
diego@servidor:~/projeto/ihm-1.0$ sdcc -mpic14 -p16f877 -c main.c
Processor: 16f877
main.c:382: warning 116: right shifting more than size of object changed to zero
checking for native mult
checking for native mult
PIC port internal warning: (get_op:3002) PO_LITERAL not found
PIC port internal warning: (get_op:3002) PO_LITERAL not found
warning, regUsedinRange searched through too many pcodes
warning, regUsedinRange searched through too many pcodes
PIC port internal warning: (get_op:3002) PO_LITERAL not found
PIC port internal warning: (get_op:3002) PO_LITERAL not found
main.asm:3466:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3475:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3498:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3512:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3519:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3525:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3531:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3537:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3557:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3567:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3584:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3588:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3592:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3642:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3727:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3732:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3748:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3778:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3788:Error [113] Symbol not previously defined (__moduint).
main.asm:3788:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3818:Error [113] Symbol not previously defined (__divuint).
main.asm:3818:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3822:Message [306] Crossing page boundary -- ensure page bits are set.
main.asm:3833:Error [103] syntax error
main.asm:3855:Error [103] syntax error
my sdcc version is:
SDCC : mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08
2.4.8 #961 (Feb 16 2005) (UNIX)
Thank you!
|