On Monday 17 September 2018,Philipp Klaus Krause <p...@spth.de> wrote: > Dear SDCC developers and users, > > Today the first Release Candidate (RC1) for SDCC 3.8.0 has been created. > As always it has been put online in our SourceForge File section. > https://sourceforge.net/projects/sdcc/files/ > > If you have the time, please verify it and report back with the positive > or negative results.
Positive results. My STM8 libraries and a 500 line project compiled and ran fine. I did have to add -DSDCC to my Makefile, as SDCC apparently disappeared somewhere between 3.6.0 and 3.8.0 __SDCC is still defined. Just starting to look at the assembly produced, I don't see much difference yet, but an improvement in using bit operations (for instance, "x |= 0x10" used LOAD+OR+STORE and now it uses bset.) I built 3.8.0 on Raspberry PI 3 and Raspbian using: ./configure CPPFLAGS=-I/usr/local/include --disable-mcs51-port --disable-z80-port -- disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable- tlcs90-port --disable-ds390-port --disable-ds400-port --disable-pic16-port --disable- pic14-port --disable-hc08-port --disable-s08-port So far, so good. Thanks! -Richard _______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user