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
Posted: Wed Sep 10, 2003 11:51 am
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.)
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