|
Re: _entry_scn error on building
That sort of error seems to be common when you change project directories and don't do a "clean" make. It looks like MPLAB keeps some information around about the previous project and tries to link both the old and new object files.
I believe it always goes away if you "build all" instead of just doing a normal fast compile of only the changed files, or if you delete all the intermediate files before compiling.
|