PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Aug 05, 2005 11:33 am |
|
|
Quote: | the compiler halts builds on warnings with the following message,
"Halting build on first failure as requested |
In MPLAB, look in the Configure menu. In the section on Settings,
the pop-up window has a Projects tab. That tab has a check-box
for "Halt build on first failure". Try unchecking that box.
Also, try using +EW instead of +EA. It should stop on the first
error (without displaying the "Halting build" message), but if you
don't get any errors then it will compile OK and display all warning
messages.
This is how it works for me with MPLAB vs. 7.20 and PCM vs. 3.230. |
|