A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
MPLAB 8.33 hanging - jsternmd - Sep 4 21:20:23 2009
I have a new problem where MPLAB assembler is hanging during the
Executing: "O:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F877A "Test.asm"
/l"Test.lst" /e"Test.err" /d__DEBUG=1
When I look at the lst or err files they are empty.
Anyone experience this? I made only minor changes to my code which haf been assembling in
debug or release very nicely.
thanks
Jerry
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )
Re: MPLAB 8.33 hanging - Dwayne Reid - Sep 5 1:31:19 2009
At 07:20 PM 9/4/2009, jsternmd wrote:
>I have a new problem where MPLAB assembler is hanging during the
>
>Executing: "O:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q
>/p16F877A "Test.asm" /l"Test.lst" /e"Test.err" /d__DEBUG=1
>
>When I look at the lst or err files they are empty.
>
>Anyone experience this? I made only minor changes to my code which
>haf been assembling in debug or release very nicely.
Do you have one of the intermediate or output files open? A file
viewer or editor, perhaps?
Disk full?
dwayne
--
Dwayne Reid
Trinity Electronics Systems Ltd Edmonton, AB, CANADA
(780) 489-3199 voice (780) 487-6397 fax
www.trinity-electronics.com
Custom Electronics Design and Manufacturing
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )RE: MPLAB 8.33 hanging - "Jerry O. Stern" - Sep 5 8:40:25 2009
I think I found the problem I had renamed the filename for the asm file
with a decimal symbol in it; eg "test v0.90.asm" Although that's fine
for windows, MPLAB didn't like the extra "."
Now seems to be OK once I renamed it "test v090.asm"
Thanks
jerry
-----Original Message-----
From: p...@yahoogroups.com [mailto:p...@yahoogroups.com] On Behalf
Of Dwayne Reid
Sent: Saturday, September 05, 2009 1:31 AM
To: p...@yahoogroups.com
Subject: Re: [piclist] MPLAB 8.33 hanging
At 07:20 PM 9/4/2009, jsternmd wrote:
>I have a new problem where MPLAB assembler is hanging during the
>
>Executing: "O:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q
>/p16F877A "Test.asm" /l"Test.lst" /e"Test.err" /d__DEBUG=1
>
>When I look at the lst or err files they are empty.
>
>Anyone experience this? I made only minor changes to my code which
>haf been assembling in debug or release very nicely.
Do you have one of the intermediate or output files open? A file
viewer or editor, perhaps?
Disk full?
dwayne
--
Dwayne Reid
Trinity Electronics Systems Ltd Edmonton, AB, CANADA
(780) 489-3199 voice (780) 487-6397 fax
www.trinity-electronics.com
Custom Electronics Design and Manufacturing
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the
instructions
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )