Re: [Sdcc-user] Auto assign variable value through assembler directive instead of code

2007-10-03 Thread wittb
> > 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

Re: [Sdcc-user] PIC not executing using any power supply other than the computer USB port

2007-10-03 Thread sdcc
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

Re: [Sdcc-user] PIC not executing using any power supply other than the computer USB port

2007-10-03 Thread soliton
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

Re: [Sdcc-user] PIC not executing using any power supply other than the computer USB port

2007-10-03 Thread Stanley Lee
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