PDA

View Full Version : Fatal error?



greenflight
- 4th December 2007, 21:58
Hey guys, I'm having some compiler issues... When it gets to the assembly stage, it comes up with the following error: Fatal : [301] out of memory

I'm not trying to compile a huge chunk of code, either. I tried compiling another code example of approximately the same length and it works fine.

Any ideas? I don't know what to make of it...

Thanks!

Darrel Taylor
- 5th December 2007, 05:10
Maybe ...

http://www.melabs.com/faq/02083357.htm

or if it actually makes it to MPASM, is there any ASM in your program??
<br>

greenflight
- 6th December 2007, 22:01
Thanks, I'll look into that. There isn't any assembler in it. On a side note, it seems to only affect code containing ADC. I tried compiling one of the sample ADC programs and it does the same thing, but it seems to compile most other things just fine.