Thanks,

Yes, this is sort of what I was looking for, but this did not completely 
answer the question.

My array is not malloc'ated but is a global variable. I've not changed the
default linker script and the compiler and linker seem to be happy.
This sort of matches what was described in the thread you indicated
but not quite. A word from the developer of PIC16 port would be
appreciated.

br Kusti

________________________________________
From: Gaye Abdoulaye Walsimou [walsi...@walsimou.com]
Sent: Wednesday, February 25, 2009 10:05 PM
To: sdcc-user@lists.sourceforge.net
Subject: Re: [Sdcc-user] Larger than 256 byte arrays in PIC16

Kustaa Nyholm wrote:
> Hi,
>
> are there any issues I should now about if I use an array larger than one
> page (256) bytes on PIC18F4550? Specifically this is an array of four
> structs. Each struct is about 70 bytes so this will slightly 'overflow'
> one page. The seemst of compile but I've not yet had the opportunity to test
> it.
>
> br Kusti
>
>

Hi,
you are probably  looking for something like this:

http://www.mail-archive.com/sdcc-user@lists.sourceforge.net/msg01557.html

Rgards

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to