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
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
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
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.
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
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:
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
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