« Return to Thread: Bug in GPUTILS ? Write to EEPROM for P18F2580

Re: Bug in GPUTILS ? Write to EEPROM for P18F2580

by vaclavpe :: Rate this Message:

Reply to Author | View in Thread

Hello Robert,

I created simple code for SDCC (it internally uses GPUTILS). You can just run the command in Makefile. ASM, LST etc, files are automatically generated. Please see atached code. Anyway inside attached ZIP there are all files already prepared.

My complaint is that I want to put some string on 0x7B. Previous string ends on 0x79. And GPASM does not skip 0x7A.

> I think you may need to declare your section as packed:
>
>     S_main__EE_prog      code_pack       0XF0007B

It seems to me that it did not help.

I use following versions (in Win32) :
D:\_gpasm_problem>sdcc --version
SDCC : mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08 2.8.4 #5264 (Nov 11 2008) (MINGW32)

D:\_gpasm_problem>gpasm --version
gpasm-0.13.6 beta

Hopefully now it will be more clear.


---------------------------------------------------------------------
To unsubscribe, e-mail: gnupic-unsubscribe@...
For additional commands, e-mail: gnupic-help@...

=?us-ascii?Q?=5Fgpasm=5Fproblem=2Ezip?= (28K) Download Attachment

 « Return to Thread: Bug in GPUTILS ? Write to EEPROM for P18F2580