I figured it out!  I found this page
http://stackoverflow.com/questions/2151257/cygwin-compiling-error-this-application-has-requested-the-runtime-to-terminate
<http://stackoverflow.com/questions/2151257/cygwin-compiling-error-this-application-has-requested-the-runtime-to-terminate>and
the second answer down suggested:

In my case this problem was caused by the fact I didn't have a TEMP
environment variable defined in cygwin, try:
export TEMP=/tmp

and it totally worked.
Brian


On Tue, Jun 22, 2010 at 9:02 AM, Brian Nolte <brianno...@gmail.com> wrote:

> Thanks for trying.  I installed the hotfix suggested but got an error that
> the service pack installed (3) is newer than the update so I don't need the
> update.
> Brian
>
> On Tue, Jun 22, 2010 at 12:41 AM, Hans Nieuwenhuis <vz...@xs4all.nl>wrote:
>
>> I have absolutely no idea what's going wrong, but googling on part of
>> you error message leads me to this page:
>>
>> http://support.microsoft.com/kb/884538
>>
>> Seems to be an internal DLL issue on your system?
>>
>> Hans
>>
>> On Mon, 21 Jun 2010 11:05:07 -0600
>> Brian Nolte <brianno...@gmail.com> wrote:
>>
>> > I'm following the build procedure at
>> > http://mspgcc.sourceforge.net/manual/x1746.html.  Everything went well
>> until
>> > I tried to build msp430-libc and I got a strange error:
>> >
>> > bn2...@isd-bnol-lt ~/msp430-libc/src $ make msp430-gcc -x
>> assembler-with-cpp
>> > -mmcu=msp430x110 -I./../include -I. -Wa,-gstab s -c gcrt0.S -o
>> crt430x110.o
>> > This application has requested the Runtime to terminate it in an unusual
>> > way. Please contact the application's support team for more information.
>> > make: *** [crt430x110.o] Error 3
>> >
>> > Does anyone know what I'm doing wrong?
>> > Brian
>>
>>
>> ------------------------------------------------------------------------------
>> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>> lucky parental unit.  See the prize list and enter to win:
>> http://p.sf.net/sfu/thinkgeek-promo
>> _______________________________________________
>> Mspgcc-users mailing list
>> Mspgcc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>>
>
>

Reply via email to