PIC-BUILD FAILED error

Clean: Deleting intermediary and output files Clean: Done Executing: "C:\Program Files\Microchip\MPASM Suite\MPAsmWin.exe" / /p16F77 "16C77.ASM" /l"16C77.lst" /e"16C77.err" /o"16C77.o Warning[215] C:\3.0\16C77.ASM 2 : Processor superseded by comman line. Verify processor symbol Error[129] C:\3.0\16C77.ASM 454 : Expected (END Halting build on first failure as requested BUILD FAILED: Tue Jun 14 14:55:48 200

Hi i am new to MPLAB IDE. Can any one help me to solve the above BUIL

FAILED issue

thank

shi

Reply to
shivj005
Loading thread data ...

You probably stated in your source file (either explicitly or indirectly through the inclusion of a header file) that you are using

16C77 but your command line says you are using a 16F77. The assembler is confused about your intent.

JJS

Reply to
johnspeth

The error message is pretty clear. The assembler expected an END directive at line 454 and did not find it. So it is really not there or an earlier error caused the assembler to miss it.

--
Stef    (remove caps, dashes and .invalid from e-mail address to reply by mail)

A furore Normanorum libera nos, O Domine!
	[From the fury of the norsemen deliver us, O Lord!]
		-- Medieval prayer
Reply to
Stef

Hi

Actually I can help you since I have done a LOT of programming fo

PICs. I can't really help you with the info you gave since you shoul post the sources

Just drop me an email: dima_turbiner at yahoo.com and I'll see how

can help you

BTW, this probably isn't the correct forum; you should try microchip'

forum or htsoft.com forums

Good luck

Reply to
Dimitri Turbiner

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.