Re: [Mspgcc-users] Windows Vista error: msp430-ld: cannot representmachine `msp:220'

2007-06-21 Thread Rick
> > Date: Thu, 21 Jun 2007 16:08:15 -0500 > > "David Pettit" wrote: > > What should my next step be? > > > > Rick. > > > > C:\> Format c: > Ok, that solved my Vista issues. I wish I could leave it that way. It turns out that I needed to reinstall mspgcc by running the install as administr

Re: [Mspgcc-users] General status for mspgcc?

2007-06-21 Thread David Smead
Greetings, We have a rule here that all embedded software be developed using Linux PCs. Since we're familiar with gcc on Linux, there's nothing much to learn about a specific target. I've now used gcc tools for the AVR, the MSP430, and most recently ARM processors. Because ARM does support Ope

Re: [Mspgcc-users] General status for mspgcc?

2007-06-21 Thread wh_fcab
Neil Wyper wrote: On 6/21/07, *Rick Jenkins* > wrote: The best thing about mspgcc is that, being based on a mature compiler technology, it works very well nearly all of the time. Having mspgcc based on gcc is great. I often develop code and run it nativel

Re: [Mspgcc-users] Windows Vista error: msp430-ld: cannot representmachine `msp:220'

2007-06-21 Thread David Pettit
> What should my next step be? > > Rick. > C:\> Format c:

Re: [Mspgcc-users] General status for mspgcc?

2007-06-21 Thread Neil Wyper
On 6/21/07, Rick Jenkins wrote: The best thing about mspgcc is that, being based on a mature compiler technology, it works very well nearly all of the time. Having mspgcc based on gcc is great. I often develop code and run it natively on Linux with GCC, then recompile the same code for use

[Mspgcc-users] EZ430

2007-06-21 Thread bill_843
I am having problems debugging the ez430 using MSPGCC and Eclipse. The compilation and all those things work fine. The device is erased, and then I get: debug: MSP430_Memory(READ) debug: MSP430_Memory(READ) debug: MSP430_Memory(READ) debug: MSP430_Memory(READ) which continues without end. Any s

Re: [Mspgcc-users] General status for mspgcc?

2007-06-21 Thread Rick Jenkins
On Thu 2007-June-21 08:49, "Sir Oregano, Duke of Chutney" wrote: > 3) Cruising through the recent archives of this list, it seems there > are a handful of people who are using mspgcc successfully for active > development of mainstream products. From these folks, I'm interested > in hearing your

[Mspgcc-users] remove me

2007-06-21 Thread ozzloy
sorry, i'm not quite sure what email address i used to sign up for this mailing list. i've tried to remove myself several times to no avail. can someone please help me try to remove myself? thanks.

[Mspgcc-users] MSPGCC and Experimenter's Board

2007-06-21 Thread bill_843
Hello, I am using TI's Experimenter board combined with the CC1100 transceiver. I started working in IAR but got stuck because of the 4kB limitation and have since switched to MSPGCC. I am able to compile correctly and start debugging, but here is where I get into trouble. Sometimes my code simpl

Re: [Mspgcc-users] Pause with Insight?

2007-06-21 Thread Martin Hollenweger
At least for eclipse this is a known problem with cygwin1.dll. se my mail: http://sourceforge.net/mailarchive/message.php?msg_name=E1Hh3hO-0006Kr-KL%40mail.sourceforge.net I'm not using Insight so I cannot check this. Martin From: mspgcc-users-boun...@lists

Re: [Mspgcc-users] Pause with Insight?

2007-06-21 Thread Кобрин Олег
the same problem with eclipse. as mentioned before, standalone gdb can be paused with ctrl+c. maybe there is another command to break execution in gdb protocol, and it's not implemented in msp430-gdb? 2007/6/21, Paul Burke : Using the Insight version of msp430-gdb, is there any way of pausing a

[Mspgcc-users] Pause with Insight?

2007-06-21 Thread Paul Burke
Using the Insight version of msp430-gdb, is there any way of pausing a program if it doesn't hit a breakpoint?