[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] mintara.prg & debug output
- To: mint <mint@lists.fishpool.fi>
- Subject: Re: [MiNT] mintara.prg & debug output
- From: David Gálvez <dgalvez75@gmail.com>
- Date: Tue, 5 Oct 2010 14:08:07 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=KH6tef7AiPxWbel5nJ/0MrSYVWdad/OhMjwDMUXdlbs=; b=gL7F88L7/gTxXOnpA99oNvuiz5jZBC7L9u/CXuIpnUOu7s4yInO+HdZmlDlHAnTNd5 L9LjyWjcD1VabMYVz9zI3BkuGkJOoxdqT9ipH53il0MLWlTVkhE+2zGCnTiqlj2K7T/I aFllBOLWa8k0FugrSQPI9wZRrYgocvKBnp8d0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fm5pzX5DdfKxCZhAc1Od34glFitvw/aL8EgQMjl20rYPQwS4cbIH57tjDbKJHsTStW ScKFhoM6d7/72162IRtJwRrB9n2nNPiNGqwbfFvRBzqKp1QE4qa5iQdTrH7oV8Kyn/bm VmJ1rKsQHyo21JvfoVpr3sD7RBna9tg9cipqE=
- In-reply-to: <9245a485f53168b2b909470a0c1ef209-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXl1oB1w6XF1XR0cFVl5eQA==-webmailer2@server08.webmailer.hosteurope.de>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <cc82b2897d6502157602994b2d830986-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXl1oB1w6XF1XR0cFWFJQRQ==-webmailer2@server08.webmailer.hosteurope.de> <AANLkTinA1CbE73723X5xcdJVJAEwHmfi1wi-xW7ZyUpu@mail.gmail.com> <9245a485f53168b2b909470a0c1ef209-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXl1oB1w6XF1XR0cFVl5eQA==-webmailer2@server08.webmailer.hosteurope.de>
- Sender: mint-bounce@lists.fishpool.fi
2010/10/5 m0n0 <ole@monochrom.net>:
>
> Am Dienstag, den 05.10.2010, 13:44 +0200 schrieb David Gálvez
> <dgalvez75@gmail.com>:
>
>>
>> I hope it helps.
>
> Very much, thanks! I will try it :)
>
> Haven't compiled my own kernel yet, but tried to increase the trace
> level from (ALERT, DEBUG) to (ALERT, DEBUG, TRACE) with the working
> 1.16.3 kernel ...
>
> but that gives me the error:
> pid 5 (grep): halt: invalid stack frame format
> pid 5 (grep): Fatal MiNT error: adjust debug level and hit a key...
>
> I hope this doesn't shows up after compiling an custom kernel...
>
Aranym kernel with debug code compiled from the CVS two weeks ago is
working perfectly for me, there was a bug when enabling TRACE level
but is already solved.
But the way, there should be a way to add -DDEBUG_INFO to KERNELDEFS
without editing KERNELDEFS file, from the make command line i mean.
Something like: make ara KERNELDEFS+=-DDEBUG_INFO
> Greets,
> m
>
>
>