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

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

Re: [avr-gcc-list] 32 Kb Sram trouble


From: E. Weddington
Subject: Re: [avr-gcc-list] 32 Kb Sram trouble
Date: Tue, 27 Jan 2004 13:34:29 -0700

On 27 Jan 2004 at 20:38, Joerg Wunsch wrote:

> As E. Weddington wrote:
> 
> > 4. When you configure, you will want to use the --disable-doc option
> > (along with the typical --prefix option.
> 
> IIRC, --disable-doc is now the default anyway (that's why I didn't mention
> that in AVRfreaks).

Thanks. IIRC, the configury options aren't documented anywhere. (another todo 
item.)
 
> Maybe you've got a hint for Kasper about the --prefix setting you've
> been using for standard WinAVR so he can basically rebuild the files
> for the exact same target location?

There's the rub. The --prefix option sets where it gets installed. But on 
Windows, it is common practice to be able to install software anywhere the user 
desires and have it still work.

I set the --prefix to a specific directory when building WinAVR, however I 
fully expect and require that the resulting software can be completely 
relocated, providing that the "tree" that contains all the software (binutils, 
gcc, avr-libc, etc.) is preserved, which is what happens in the installer.

So there's not really much to the --prefix option. The only thing that I do, is 
that I provide a full absolute path, for example: /c/avr/install.

HTH


reply via email to

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