Re: [Mspgcc-users] How to setup msp430-gdbproxy in Eclipse?

2013-10-23 Thread Arvind Padmanabhan
The first is actually a good tutorial. Use mspdebug rather than the msp430-gdbproxy. I didn't get it to work on Windows but it worked for me fine on Ubuntu. On Wednesday, 23 October 2013, 13:13, karthiprime karthi555...@gmail.com wrote: *I am trying to setup the msp430-gdbproxy in the

Re: [Mspgcc-users] How to configure Eclipse to debug eZ430-RF2500 via mspdebug?

2013-10-23 Thread Arvind Padmanabhan
I have done it but I found that running mspdebug from command line is better since responses on the terminal come right away. On Eclipse, buffering is happening somewhere. mspdebug messages are not displayed immediately. On Wednesday, 23 October 2013, 13:45, karthiprime karthi555...@gmail.com

[Mspgcc-users] Code does not fit in ROM with mspgcc but fits with CCS compiler

2015-02-18 Thread Arvind Padmanabhan
Hi Folks, My friend has Code Composer Studio (CCS) license. He compiled without debugging and no optimization. Code size (ROM) is only 35 KB. This is good for MSP430G2955 that has 56 KB of Flash. I compiled the same code using mspgcc, I get the following (-g -Oo):

Re: [Mspgcc-users] Code does not fit in ROM with mspgcc but fits with CCS compiler

2015-02-19 Thread Arvind Padmanabhan
@lists.sourceforge.net Sent: Thursday, 19 February 2015, 13:43 Subject: Re: [Mspgcc-users] Code does not fit in ROM with mspgcc but fits with CCS compiler On 19/02/15 06:10, Arvind Padmanabhan wrote: Hi Folks, My friend has Code Composer Studio (CCS) license. He compiled without debugging