Hi,
I've found another situation causing sdcc to spit :
« encountered NULL pcop--this is probably a compiler bug... »
A line trying to set a variable but using by mistake "==" instead of "=", i.e.
somevariable==1;
instead of
somevariable=1;
Then the compiler spits this message without g
Hi Raphael,
Le samedi 17 octobre 2009, Raphael Neider a écrit :
> > encountered NULL pcop--this is probably a compiler bug...
>
> Could you please post the failing source file(s) including all
> #include'd files? This would certainly help me debugging your
> problem.
Meanwhile I solved the proble
Hi Michel,
> I'm now getting a more worrying thing : After I defined a (possibly
> incorrect due to my limited C experience...) table of structs, when
> compiling I get this one :
>
> sdcc -mpic14 -p16f886 -V --debug -I/myDir/ -c myProg.c
>
> encountered NULL pcop--this is probably a compiler bu
(Thanks to Kustaa and "the other Brian" for your latest replies)
I'm now getting a more worrying thing : After I defined a (possibly incorrect
due to my limited C experience...) table of structs, when compiling I get this
one :
sdcc -mpic14 -p16f886 -V --debug -I/myDir/ -c myProg.c
encountere