Hello,
Did the way to adress Config bits in SDCC change from 2.6.0 to 2.6.4? On the
2.6.4 build this code doesn't work anymore... what's wrong?:
#define __pic18f4331
#include <pic18fregs.h>
typedef unsigned char config;
code char at __CONFIG1H config1h = 0xc2;
code char at __CONFIG2L config2l = 0x0a;
code char at __CONFIG2H config2h = 0x1f;
code char at __CONFIG3L config3l = 0x3c;
code char at __CONFIG3H config3h = 0x19;
code char at __CONFIG4L config4l = 0x81;
code char at __CONFIG5L config5l = 0x0f;
code char at __CONFIG5H config5h = 0xc0;
code char at __CONFIG6L config6l = 0x0f;
code char at __CONFIG6H config6h = 0xe0;
code char at __CONFIG7L config7l = 0x0f;
code char at __CONFIG7H config7h = 0x40;
is it a bug that it can't find the directives, or did something change
between 2.6.0 and 2.6.4?
Thanks in advance,
Luit
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user