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,
I have developed a 8051 microcontroller system with SDCC compiler,now I would
like to debug it with a emulator,but the existed emulator on the market mostly
only support Keil compiler. I need a 8051 emulator that can support the SDCC
debug format, exclude the common demands,my special requi
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
Yeah, i t was legal C and thus SDCC compiled it correctly, however a warning
would have
been nice. But given the constraints of SDCC development these sort of things
may not be a priority.
> Use a different compiler and crank up the warnings to see what you get.
Yeah, that is a very good advic