[Sdcc-user] bit / sbit available for PIC14?

2012-07-09 Thread Drew Keller
Are __bit and __sbit implemented for PIC14? I have tried everything I could think of on SDCC 3.2.0 and 3.1.0 to get something like this to work for a PIC16F627A... __bit test_bit; __sbit __at (0xd7) CY; /* CY (Carry Flag) */ The error I get is always... syntax error: token -> '__at' If I use s

Re: [Sdcc-user] Small Device C Compiler 3.2.0 released

2012-07-09 Thread Borut Ražem
The Feature List in my previous post was wrong. Here is the correct one: SDCC 3.2.0 Feature List * Named address spaces with optimal placement of bank selection calls. * _Noreturn. * --std-c11 command line option for ISO C11. * ucsim support for the LR35902 (gameboy CPU). * The gbz80 port is ali

[Sdcc-user] Small Device C Compiler 3.2.0 released

2012-07-09 Thread Borut Ražem
A new release of SDCC, the portable optimizing compiler suite for Intel MCS51 based (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog Z80 based (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A) and Microchip P

Re: [Sdcc-user] SDCC 3.2.0 release packages prepared

2012-07-09 Thread Diego Herranz
It looks related to this patch apllied in #8008: http://sourceforge.net/tracker/?func=detail&aid=3539804&group_id=599&atid=100599 On Mon, Jul 9, 2012 at 3:38 PM, Diego Herranz wrote: > I find an error with PIC16 code. I think that it is related with fuses and > CONFIG. RC3 works fine, though.

Re: [Sdcc-user] SDCC 3.2.0 release packages prepared

2012-07-09 Thread Diego Herranz
I find an error with PIC16 code. I think that it is related with fuses and CONFIG. RC3 works fine, though. I get the following errors: [..] test.asm:4892:Error[152] Executable code and data must be defined in an appropriate section. test.asm:4895:Error[152] Executable code and data must be def

Re: [Sdcc-user] SDCC 3.2.0 release packages prepared

2012-07-09 Thread Borut Ražem
Probably you already guessed that I meant sdcc 3.2.0 release packages which are just renamed 3.2.0 RC4 packages. Borut On 09. 07. 2012 09:26, Borut Ražem wrote: > Dear sdcc users and developers, > > the sdcc 3.1.0 release packages are prepared and uploaded to the SF > File Release system https:

[Sdcc-user] SDCC 3.2.0 release packages prepared

2012-07-09 Thread Borut Ražem
Dear sdcc users and developers, the sdcc 3.1.0 release packages are prepared and uploaded to the SF File Release system https://sourceforge.net/projects/sdcc/files/. Packages are the same as for sdcc 3.1.0 RC3: I just renamed them. Please download, install and test them on different platforms a

[Sdcc-user] SDCC 3.2.0 release packages prepared

2012-07-09 Thread Borut Ražem
Dear sdcc users and developers, the sdcc 3.2.0 release packages are prepared and uploaded to the SF File Release system https://sourceforge.net/projects/sdcc/files/. Packages are the same as for sdcc 3.2.0 RC4: I just renamed them. Please download, install and test them on different platforms a