Re: [Sdcc-user] [PIC14E] - header and library files

2011-11-04 Thread Rafael Campos Las Heras
Hi, As you have a sw that works in both compilers, could you give us some comparission (code size, performance, ...) I would be nice to know where to improve SDCC Em Qui, 2011-11-03 às 20:52 +0100, Gál Zsolt escreveu: > Hello, > > I try to transfer one of my project from HiTech c compiler to

Re: [Sdcc-user] [PIC14E] - header and library files

2011-11-03 Thread Gál Zsolt
Hello, I try to transfer one of my project from HiTech c compiler to sdcc. The result is good. It is a 16f1938 controller which drive a 2 digits 7segments display in time multiplex and it handle three buttons now. The timing is coming from the timer0 interrupt. That is the only source of interrupt

Re: [Sdcc-user] [PIC14E] - header and library files

2011-11-01 Thread roelof 't Hooft
Hi, On Tue, 2011-11-01 at 23:10 +0100, Gál Zsolt wrote: > I know that a .diff file is better, but unfortunately I don't know how > should I generate it. Easy : diff mkall-old.sh mkall.sh > mkall-sh.diff Information from the commandline : man diff On the internet : http://www.linuxforums.org/a

Re: [Sdcc-user] [PIC14E] - header and library files

2011-11-01 Thread Gál Zsolt
Hello, My first experience is good after downloading the latest svn variant ( r7003 ). I made a little cosmetics on the mkall.sh script to create the necessary header and library files for 16f1938. I learned a new option ( new for me ) for configure also, because I missed it in the manual. That is

Re: [Sdcc-user] [PIC14E] - header and library files

2011-11-01 Thread Raphael Neider
Hi, > I realised some useful scripts deep in the sdcc tree in the last days > ( and this mailing-list also ). That is why I can try how is it > working my 16F1938 device with sdcc. Great! > 5.) Here is the most important for me. I modified > /sdcc/device/non-free/lib/pic14/libdev/mkall.sh file b