Hello,

I have two things:

 - syntax error in the line after the last one ???
I could not repcroduce it normally, after commenting out almost
everything, it disappeard. While uncommenting it does not showed
again... :) It made me crazy for an hour searching for typhos.

 - a strange warning.
If you place e.g. the following lines into an isr routine it will do it.
  if (RABIF)
  {
  }
If I use "{}" it will not generate this warning.


Thblond

PS.: my command lines:

sdcc -S -mpic14 -p16f690 -c  -o main.asm main.c
popGet: (offset[0] > AOP_SIZE(op)[0]-1) && AOP_TYPE(op) != AOP_LIT)
WARNING: encountered NULL pcop--this is probably a compiler bug...
gpasm -a inhx8m -c main.asm
sdcc -S -mpic14 -p16f690 -c  -o startup/idata.asm startup/idata.c
gpasm -a inhx8m -c startup/idata.asm
gplink -c -m -w -r -I /home/alex/share/sdcc/lib/pic -s
/home/alex/share/gputils/lkr/16f690.lkr -o firmware.hex main.o
startup/idata.o  libsdcc.lib pic16f690.lib
gpdasm -p16f690 firmware.hex > firmware.dasm
*** Linking finished.

------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to