On 13/01/12 22:41, Crazy Casta wrote:
> Just a few things to add:
>
>
> - First, the doxygen code isn't going to understand msp430 assembly
> (unless they have some special plugin for it, which is unlikely), so I'm
> not quite sure where you're going with that.
True enough - my suggest
Just a few things to add:
- First, the doxygen code isn't going to understand msp430 assembly
(unless they have some special plugin for it, which is unlikely), so I'm
not quite sure where you're going with that.
- Second, all the cases are simple enough to detect, so I would suggest
Hello, Peter.
You wrote 12 января 2012 г., 17:18:52:
> 2) For analysis of stack space consumed by a function I would look at
> http://gcc-melt.org/. There may already be a solution; if not, it
> would still provide a more effective analysis environment than
> reconstructing control-flow graphs fr
On 12/01/2012 13:49, Wayne Uroda wrote:
> Hello,
>
> I am interested in starting an open source tool for msp430
> development, specifically to perform static, whole elf analysis to
> investigate stack usage. Such a tool can identify maximum stack depth
> of each function and also find the maximum s
am overlooking :)
>
> - Wayne
>
> -Original Message-
> From: pabi...@gmail.com [mailto:pabi...@gmail.com] On Behalf Of Peter
> Bigot
> Sent: Thursday, 12 January 2012 11:19 PM
> To: Wayne Uroda
> Cc: mspgcc-users@lists.sourceforge.net
> Subject: Re: [Mspgcc-users] S
: Thursday, 12 January 2012 11:19 PM
To: Wayne Uroda
Cc: mspgcc-users@lists.sourceforge.net
Subject: Re: [Mspgcc-users] Static analysis stack tool
On Thu, Jan 12, 2012 at 6:49 AM, Wayne Uroda wrote:
> Hello,
>
> I am interested in starting an open source tool for msp430 development,
> spe
> -Original Message-
> From: Wayne Uroda [mailto:wayne.ur...@grabba.com]
> Sent: donderdag 12 januari 2012 13:49
> To: 'mspgcc-users@lists.sourceforge.net'
> Subject: [Mspgcc-users] Static analysis stack tool
>
> Hello,
>
> I am interested in st
On Thu, Jan 12, 2012 at 6:49 AM, Wayne Uroda wrote:
> Hello,
>
> I am interested in starting an open source tool for msp430 development,
> specifically to perform static, whole elf analysis to investigate stack
> usage. Such a tool can identify maximum stack depth of each function and also
> fi
Hello,
I am interested in starting an open source tool for msp430 development,
specifically to perform static, whole elf analysis to investigate stack usage.
Such a tool can identify maximum stack depth of each function and also find the
maximum stack usage of an entire executable.
I have a to