View previous topic :: View next topic |
Author |
Message |
Chibouraska
Joined: 11 May 2007 Posts: 57 Location: Montreal,Canada
|
PCD compiler Undefined Identifier |
Posted: Tue Oct 05, 2010 10:38 am |
|
|
Hi,
I'm programming an application on the PIC24FJ128GA010, everything goes
good and all of a sudden I compile the program and I get full of Undefined Identifier errors. I tried rebooting and still the same. What could be going wrong, I'm a bit confused on this one. Thanks!
AC
----------- |
|
|
Chibouraska
Joined: 11 May 2007 Posts: 57 Location: Montreal,Canada
|
|
Posted: Tue Oct 05, 2010 11:18 am |
|
|
I found my problem, I cut and paste some code (that was commented out) to
another compilation unit, but the problem was that this code segment didn't
have the close comment char at the end (*/), I didn't notice that because
I pasted the segment at the very end of the compilation unit so nothing else
followed. Anyway it seems a bit complicated but as soon as I added the
closing comment chars and compiled again everything was good. :>
AC
-------- |
|
|
Chibouraska
Joined: 11 May 2007 Posts: 57 Location: Montreal,Canada
|
|
Posted: Tue Oct 05, 2010 11:22 am |
|
|
I goes to say, compile your program often to see what's going on, sometimes even after simple cut and paste IDE operations. |
|
|
|