>
> Thanks.
>
> So there is no way of initializing it this way but without making it
> constant?
You want a variable that has a specific value each time execution
starts. What SDCC is doing will give you that semantic *on an embedded
device*.
SDCC starts off using .ds directives (equiv) and then
Hi
Stanley Lee wrote:
> I have moved everything to /media/sda5/LED_toggle/. However, I've been
> experiencing the same problem. The error message is shown below:
>
> [EMAIL PROTECTED]:/media/sda5/LED_toggle$ make
> /usr/local//share/gputils/lkr/ -L/usr/local/share/sdcc/lib/pic16/
> --use-crt= cr
On 10/3/07, Stanley Lee <[EMAIL PROTECTED]> wrote:
> Sorry for another spam. I have taken Xiaofan's suggestion and modified my
> code and the Makefile to compile for PIC18F2620 instead of the architecture
> in the example code. However, I have been getting error message with the "
> crt0.o" file. I
Sorry for another spam. I have taken Xiaofan's suggestion and modified my
code and the Makefile to compile for PIC18F2620 instead of the architecture
in the example code. However, I have been getting error message with the "
crt0.o" file. I've tried all three combinations of "crt0.o", "crt0i.o", an