Date: Sun, 26 Jul 1998 12:18:01 +0300 (IDT) From: Eli Zaretskii To: Jorge Ivan Meza Martinez cc: djgpp AT delorie DOT com Subject: Re: getting many many errors In-Reply-To: <3.0.5.32.19980723172807.007a8890@www.eccel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 23 Jul 1998, Jorge Ivan Meza Martinez wrote: > when I compile & link using DJGPP I am getting too many errors, I mean, > "Internal Errors" and errors that dump the registers and stuff on screen. > > I think that is not normal, I compile seven times, three I get dump screen > errors, two "Internal Errors" and only two times it compile succesful. I have seen such problems on systems which have incorrect settings of the memory (L1 and L2) caches. If your BIOS setup allows that, try to disable both types of cache and see if that helps. If the problems go away, enable the cache-related features selectively, and try to find the best configuration that avoids the problems. It is also possible that your memory chips are not quite up to speed with your motherboard. It is not uncommon for these problems to only show up in protected-mode memory-intensive programs such as GCC, since memory timing is extremely important in such cases.