[Sdcc-user] New Debian package, 2.9.0

2009-04-07 Thread Gudjon I. Gudjonsson
Hi The Debian package has been upgraded and a prerelease can be found on my server. Please test if you are interested. deb-src http://195.198.146.229/debian/ source/ deb http://195.198.146.229/debian/ i386/ To make the the Debian package clean, I had to add the following commands to the Debia

Re: [Sdcc-user] Error [115] Duplicate label or redefining symbol that cannot be redefined. (_$_000021)

2009-04-07 Thread Néstor
I must apologize! I have commented out lines 218, 219, 234 in temete1.c. This is not a good patch indeed (it's just to be able to compile), BECAUSE I can only use one interrupt (since it doesn't distinguish the source of the interrupt). I also ignore if it might have any other drawbacks. So, plea

Re: [Sdcc-user] Error [115] Duplicate label or redefining symbol that cannot be redefined. (_$_000021)

2009-04-07 Thread Raphael Neider
Hi Néstor, >>> # sdcc -mpic14 -p16f877 --nooverlay >>> -I/usr/local/share/sdcc/include/pic/ -I/usr/local/share/sdcc/include/ >>> -c temete1.c >>> temete1.c:62: warning 85: in function PaintClockTest unreferenced >>> function argument : 'x' >>> temete1.c:62: warning 85: in function PaintClockTest u

Re: [Sdcc-user] Error [115] Duplicate label or redefining symbol that cannot be redefined. (_$_000021)

2009-04-07 Thread Néstor
Hi Raphael, On Mon, Apr 6, 2009 at 1:46 PM, Raphael Neider wrote: > Hi Nestor, > >> # sdcc -mpic14 -p16f877 --nooverlay >> -I/usr/local/share/sdcc/include/pic/ -I/usr/local/share/sdcc/include/ >> -c temete1.c >> temete1.c:62: warning 85: in function PaintClockTest unreferenced >> function argumen