PDA

View Full Version : Error 102



MauOrtega
- 23rd March 2006, 19:03
Hi Everybody,

I'm new here, and my English is very bad, I’m sorry.
I have this error, [102] c:\pbp\PBPPIC14.LIB: out of memory, how can I fix this.
Thanks

Mauricio Ortega

Melanie
- 23rd March 2006, 19:54
Use PBPW instead of PBP when compiling your code...

example... instead of this...

PBP -p16F876A myfile

use this...

PBPW -p16F876A myfile

MauOrtega
- 23rd March 2006, 20:50
Melanie,

How can I config the microcode to use this,

PBPW -p16F876A myfile

Mauricio Ortega

Melanie
- 24th March 2006, 07:13
I don't use Microcode - somebody else want to address this?

mister_e
- 24th March 2006, 13:45
YEEK! i use MicroCode Studio but never got this message.. as far as i remind.

How about the usual remove everything then re-install?

What about if you use MPASM instead as compiler?

MauOrtega
- 25th March 2006, 13:54
Mister_e,

I'll try this...


Thanks


Mauricio Ortega

Melanie
- 25th March 2006, 16:01
Steve

If PICBasic is erroring with an Out of memory message, then it'll do so regardless if it is compiling for the default PM or the alternative MPASM.

Technically MPASM is an Assembler. PICBasic is the Compiler, the end product being Microchip Assembler which is then processed by either PM or MPASM to produce your final HEX.

If all else fails, compile it in a DOS window outside of Microcode per MeLabs instructions.

MauOrtega
- 25th March 2006, 17:30
Melanie,

I compiled it in a Dos and worked very well.



Thanks.

David Barker
- 25th March 2006, 20:11
Select VIEW...COMPILE AND PROGRAM OPTIONS, the the asembler tab. Manually point it to MPASMWIN.EXE. If you are still having problems, you need to manually edit the registry and delete

HKEY_CURRENT_USER\Software\MecaniqueUK\MicroCodeSt udioPlus\Assembler

OR

HKEY_CURRENT_USER\Software\MecaniqueUK\MicroCodeSt udio\Assembler

if you are using the free version. After that, all should work well from within MCS