[Mspgcc-users] Using custom linker scripts with mspgcc

2013-06-22 Thread Thomas Taranowski
I'm trying to integrate some custom linker sections using mspgcc using the following faq: http://mspgcc.sourceforge.net/faq/x71.html Which tells me to do this: msp430-gcc -Wl,--section-start -Wl,-T linker_script.x [other options and files] However, when I do that, I get the following error: /usr/

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-22 Thread Eric Decker
From cPhone On Jun 22, 2013, at 6:00 PM, John Willauer wrote: > I am using Ubuntu Linux version 12.04 with: old stuff.I don't know why. I don't support that stuff some notes first until the Ubuntu repository gets sorted out use mine. http://tinyprod.net/repos/debian/ follo

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-22 Thread John Willauer
I am using Ubuntu Linux version 12.04 with: mspdebug 0.18-1 db-msp430 7.2~mspgcc-7.2.2 gcc-msp439 4.5.3~mspgcc-201 The MSP430 development software was downloaded from: http://extras.ubuntu.com/ubuntu precise main #Third party developers repository I have developed sever

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-22 Thread John Willauer
How do I eliminate the "Segmentation fault" that occurs when I start msp430-gdb using the following procedure Jose Luis Honorato described in his response to Ravim. When the msp430-gdb is started, in the second shell, a Segmentation fault is reported then the msp430-gdb terminates. I am tr

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-22 Thread Eric Decker
What version of msp430-gdb are you running? Where did you get it? do.. dpkg -l "*msp430*" and how do you have apt configured?What repository are you using to get the tools from? On Sat, Jun 22, 2013 at 5:10 PM, John Willauer wrote: > How do I eliminate the "Segmentation fault" that o

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-22 Thread Eric Decker
Just asking how to get rid of a "seg fault" isn't to helpful. What program was actually running? What version? What address? On Sat, Jun 22, 2013 at 11:55 AM, John Willauer wrote: > How do I eliminate the "Segmentation fault" I get when I try it using: > >Ubuntu 12.04 >mspd

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-22 Thread John Willauer
How do I eliminate the "Segmentation fault" I get when I try it using: Ubuntu 12.04 mspdebug 0.18-1 gdb-msp430 7.2~mspgcc-7.2.2 gcc-msp439 4.5.3~mspgcc-201 -- John - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - On 06/20/2013 09:53 AM, Jose Luis Honor