Hi,

it seems that when I define larger variable something still goes
wrong.

Mery adding:

char largetestvar  [100];

will cause the program to crash.

Changing that to:

char at 0x300 largetestvar   [100];

Removes the crash but the array does not seem to behave correctly
(have
not investigated this in detail).

I'm using the standard linker script.

I've tried to apply various changes to the linker script that I've
googled up
but have not been able get this to work.

Can someone explain how the linker should be configured to allow more
memory for variables.

br Kusti


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to