avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] WinAVR messing other gcc builds


From: E. Weddington
Subject: Re: [avr-gcc-list] WinAVR messing other gcc builds
Date: Mon, 15 Dec 2003 09:34:53 -0700

On 15 Dec 2003 at 15:29, Asko Kauppi wrote:

> 
> The existance of "WinAVR\utils\bin\sh.exe" on the PATH seems to trouble
> other (Win32 specific) gcc builds.
> 
>  copy /Y >nul win32-libs\paragui-1.0.4-b2\lib\gcc\paragui.dll
> out_win32.gcc\
>  "D:/Program files/WinAVR/utils/bin/sh.exe": copy: command not found
>  mingw32-make: *** [out_win32.gcc/paragui.dll] Error 127
>  Build FAILED!
> 
> How can i disable this or should i just remove the "utils\bin" from the
> path?

You could just remove utils\bin from the PATH.
 
> What are the implications to WinAVR if i try to live without utils?

It depends on what you have in your makefile, i.e. if you're calling any of 
the programs that reside in utils\bin. With the latest WinAVR release, the 
sample makefile no longer uses sed to automatically generate module 
dependencies, so this should help.

HTH
Eric


reply via email to

[Prev in Thread] Current Thread [Next in Thread]