CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Halting build on first failure as requested.

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Topangea
Guest







Halting build on first failure as requested.
PostPosted: Fri Aug 05, 2005 10:19 am     Reply with quote

I'm using PCH 3.168 & MPLAB 6.30. I recently added the +EA command line option and now the compiler halts builds on warnings with the following message, "Halting build on first failure as requested." Is there any way I can keep the +EA command to show all errors and warnings (because it also displays RAM/ROM usage) but continue to build when there are warnings? I added +EA so I could see RAM/ROM usage after a build using MPLAB. If there is another way to display RAM/ROM usage after a build other than +EA, that will work too.

thanks!
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Aug 05, 2005 11:33 am     Reply with quote

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.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group