It was the latest version, 0.19, downloaded as a tar.gz file from SF. I'll get 
you the elf file (although the whole firmware that was compiled is the 6 lines 
below, compiled with the latest mingw version of mspgcc) and the output.


#include <msp430.h>
int main(){
        P1DIR = BIT6+BIT0;
        P1OUT=BIT6+BIT0;
        return 0;
}

---------------------------------------
Sergio Campamá
sergiocamp...@gmail.com




On May 4, 2012, at 5:11 PM, Daniel Beer wrote:

> At Fri, 4 May 2012 09:07:11 -0400, Sergio Campamá wrote:
>> Is there any known issues where MSPDebug in Windows (compiled in
>> cygwin with mingw and ran with cygwin) would throw a segmentation
>> fault when issuing "mspdebug.exe rf2500 erase 'prog bin.elf' "? If
>> not, what could be the problem? I have tried looking for this in
>> Google, but couldn't find anything related.
> 
> No issues that I know of, but proper Cygwin suport has only just
> recently been added.
> 
>> I don't have the actual output here, it happened to someone during a
>> workshop I was doing to get some guys started with the Launchpad,
>> but I can ask him to run some commands.
> 
> If you could let me know the version (and commit if it was from git)
> and show the complete output, that would be helpful. If it's possible
> to send a copy of an ELF file which causes this problem then that
> might also help me to reproduce the issue.
> 
> Cheers,
> Daniel
> 
> -- 
> D.L. Beer Engineering
> www.dlbeer.co.nz


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to