Re: [Sdcc-user] Problem with config words for PIC18FxxJ10 devices

2012-06-18 Thread Borut Ražem
Tamas, try to use "#pragma config" to define configuration bits (see sdccman). You should use a recent sdcc version which implements it. I suggest to use sdcc 3.2.0 RC1, so it will be additionally tested. Let us know if it works for you. If it works, then we should remove config words definitions

[Sdcc-user] Problem with config words for PIC18FxxJ10 devices

2012-06-14 Thread Butuza Tamas
Dear sdcc developers, There is a problem with PIC18FxxJ10 include files: The configuration word addresses are not defined properly. (sdcc version: 7889) In the 18J series chips config words are no longer located at 0x30. The resulted hex file should not contain anything at this address. The

[Sdcc-user] Problem with config words for PIC18FxxJ10 devices

2012-06-14 Thread Butuza Tamas
Dear sdcc developers, There is a problem with PIC18FxxJ10 include files: The configuration word addresses are not defined properly. (sdcc version: 7889) In the 18J series chips config words are no longer located at 0x30. The resulted hex file should not contain anything at this address. The p