Just an FYI for those that run into this, if you #define PIC18F2455 before you include any headers, the compiler will crash in module PCH.dll. Might help to have the parser check for this or at least have some kind of warning rather than just crashing PCH!
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed Mar 29, 2006 11:44 am
This will happen with any of the compilers.
I was able to crash the PCM compiler by doing what you said. I had
to press Ctrl-Alt-Del and shut down the task, to get it out of an endless
loop.
But there is no need to do this. Just include the .H file at the start
of your source program. The .H file contains a #device statement
which defines the PIC type.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum