[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] DevPac



> > In MiNT 1.15.1 and 1.15.3 (the other two versions of MiNT I have) the
> > DevPac freezes the whole MiNT system when loading the external .TTP
> > program
> 
> Have you tried switchting to debug level 2 or higher to see what happens
> until the crash occurs?

Yesterday I have recompiled the 1.15.3 with -DDEBUG_INFO and guess what
happened - Devpac worked OK! The debug messages at the Devpac compilation
time were like this (typing from memory):

Fsfirst(D:\GEN.TTP) - error -33
Succesfully generated proc
proc: load region
Succesfully generated proc
Succesfully generated proc
Succesfully generated proc

Anyway, what does it mean if debug kernel runs OK but production one does
not? Something with CPU cache? Perhaps Devpac fiddles with CPU caches
using 030 instructions and that causes the kernel to hang?

Petr