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

Not enough memory for this operation???

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



Joined: 10 Sep 2003
Posts: 4

View user's profile Send private message

Not enough memory for this operation???
PostPosted: Wed Sep 10, 2003 11:15 am     Reply with quote

Hello all,

I am using PCM v2.66 and my target device is 16f877.

The last function I added to my source file made it 64.5 kB. Now
the PCM application gives me a "Not enough memory for this operation"
error when I go to <file> then <open> and select my source file.

What am I missing here? I know that PCM v2.66 is a DOS application
(I am using it under Win95). I tried to allocate more memory to
the application but I am not sure if I am doing it correctly.

Has anyone else had a similar experience or know what else I may
try?


Many thanks
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Sep 10, 2003 11:51 am     Reply with quote

I tested vs. 2.660, and the maximum file size it can accept is 65,520
bytes.

I suggest that you break up your large file into two or more smaller
files. Use an #include statement at the end of your main source file
to include the other source files. Then edit each file individually.

(You should do it this way, anyway. Put device drivers in their own
files, etc.)
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