Quote Originally Posted by jcleaver View Post
thanks that seems to work except for the overwrite error
is that a problem??
Hi Jack,
Look at post #4 in this thread. Mr E. explained what to do to eliminate the last error of which you speak. The compiler sees the config default settings in the INC file and then sees the config setting in your code, and guess what it does?
It ignores the setting in your code and goes with the default. So just add a semicolon ahead of the two statements he showed you and the compiler will forevermore do what you tell it for this chip. You will have to edit each individual inc file as needed. So why is that statement even in there? Did you ever compile a program without setting the configs? Did it work? Yes it probably did if you used a 4mhz chrystal, because of the default configs.