Re: [Sdcc-user] "This is probably a compiler bug..." message

2009-10-17 Thread Michel Bouissou
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

[Sdcc-user] sdcc emulator for Atmel t80c32

2009-10-17 Thread gordon_tao
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

Re: [Sdcc-user] "This is probably a compiler bug..." message

2009-10-17 Thread Raphael Neider
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

[Sdcc-user] "This is probably a compiler bug..." message

2009-10-17 Thread Michel Bouissou
(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

Re: [Sdcc-user] Function call ignored when missing parentheses ?

2009-10-17 Thread Kustaa Nyholm
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