Sergei,

as far as i understood:
- Zylin is adding debugging support for embedded gdb, by adding new
Launch configurations
- net.sf.mspgcc is adding tool chain configurations
so both should not harm each other if used together

so,

- the minimum approach is to use non of them, not  Zylin and not
net.sf.mspgcc

    it works, just use MinGW for the tool chain and gdb server debugger
    for the Debug configuration. Even not using MinGW works, you may use
    MacOS tool chain (works well on windows)

- the maximum approach is to use both,

    but when using the tool chains from net.sf.mspgcc i found no
    possibility to switch the discovery option from gcc to msp430-gcc so
    the indexer does not work well and a warning is emmited "Error
    launching external scanner info generator (gcc ..."

- my best practice is

        * use MinGW for the build tool chain
        * use Zylin for the Debug Configuration

one "potential problem" with all tested debug configurations:

    if setting "use full path to set breakpoints" setting breakpoints
    will not work any longer, but I am not shure if this is needed and
    therefore turning into a real problem some time

Matthias

Sergei Sharonov schrieb:
> Tim, Mattias
>
>   
>> -----Original Message-----
>> From: Matthias Hartmann [mailto:[email protected]]
>> Sent: Thursday, February 26, 2009 12:23 PM
>> To: GCC for MSP430 - http://mspgcc.sf.net
>> Subject: Re: [Mspgcc-users] Connection failure during close
>> and re-open msp430-gdbproxy by msp430-insight
>>
>> Tim,
>> not a solution of the actual problem, but may be a solution
>> for getting a GUI in front of gdb.
>> Try Eclipse - I am using Eclipse, mspgcc, mspgdb and the
>> MSP-FET430UIF with good success.
>> Tutorial: http://matthias-hartmann.blogspot.com/
>>     
>
> In my experience insight debugger is virtually unusable beyond
> "hello world" project.
> The only way to have a GUI debugger is to use eclipse.
> A bit of a shame since I was perfectly happy with emacs
> and makefiles.
> I tried other esoteric options such as DDD, etc., but eclipse
> worked better. I am a bit confused as to what plugins I really
> need for eclipse. There is Zylin plugin and there is mspgcc
> (http://homepage.hispeed.ch/py430/mspgcc/net.sf.mspgcc.zip) plugin.
> I know that Zylin is used by my setup. Not sure about mspgcc.
> Comments?
>
> Sergei
>
> ----------------------------------------------------------------------
> This e-mail, including any attached files, may contain confidential and 
> privileged information for the sole use of the intended recipient.  Any 
> review, use, distribution, or disclosure by others is strictly prohibited.  
> If you are not the intended recipient (or authorized to receive information 
> for the intended recipient), please contact the sender by reply e-mail and 
> delete all copies of this message.
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>
>
>   

Reply via email to