This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Toolchain relocation
- From: rridge at csclub dot uwaterloo dot ca (Ross Ridge)
- To: gcc at gcc dot gnu dot org
- Date: Mon, 17 Apr 2006 14:46:37 -0400 (EDT)
- Subject: Re: Toolchain relocation
Dave Murphy wrote:
> install: e:/devkitPro/devkitARM/lib/gcc/arm-elf/4.1.0/
Don't use a --prefix with a drive letter. Just use --prefix=/devkitARM,
and then use "make install DESTDIR=e:/devkitPro" to install it where
you actually want it.
Ross Ridge