Hi Jan,

> data.h
> extern __code unsigned char *config_desc;

Just my 0.02€.
This is a pointer to code memory but it resides in data memory.
You might like to try

extern __code unsigned char config_desc[];

which declares an array in code memory as you intended.

Anyway, the type of config_desc is the same.

HTH,
Bodo



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to