Re: [Sdcc-user] SDCC internal compiler error

2008-12-16 Thread Maarten Brock
Colin, Please file this as a bug report in our SourceForge tracker system. On a mailing list it will simply be forgotten and on this USER mailing list I doubt there are any users who can help you with this. Greets, Maarten > I have encountered an internal compiler error when compiling > a pa

[Sdcc-user] SDCC internal compiler error

2008-12-16 Thread Colin D Bennett
I have encountered an internal compiler error when compiling a particular bit of code for the 8051 (mcs51) using the large memory model and a re-entrant function. If the small memory model is used or if the function is made non-reentrant, then it compiles successfully (although the generated code

Re: [Sdcc-user] PIC14 port - pic12f675.h TRISIO_bits missing + macro expansion

2008-12-16 Thread Raphael Neider
Hi Vaclav, I started to play with software I2C on 12F675 and found that TRISIO_bits definition is missing. Can somebody add following (or something similar) into pic12f675.h (and corresponding "volatile __TRISIO_bits_t .." line into .C file) ? Included in r5287; I also consolidated the de