Re: [Mspgcc-users] Static analysis stack tool

2012-01-13 Thread David Brown
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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-13 Thread Crazy Casta
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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-13 Thread Lev Serebryakov
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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-13 Thread David Brown
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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-12 Thread Eric Decker
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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-12 Thread Wayne Uroda
: 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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-12 Thread Michiel Konstapel
> -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

Re: [Mspgcc-users] Static analysis stack tool

2012-01-12 Thread Peter Bigot
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

[Mspgcc-users] Static analysis stack tool

2012-01-12 Thread Wayne Uroda
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