This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Toolchain relocation


Dave Murphy wrote:
Ross Ridge wrote:
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.
Doesn't help, it's still checking that the old installation paths exist and producing the "insert disk" dialog.

Interestingly configuring and installing in this way does appear to correct the output from -print-search-dirs but gcc still looks for a specs file in the old location. The include paths in the old location are still checked when compiling.

Dave

Actually no it doesn't. I messed up the DESTDIR and was testing with an old build where I had corrected the relocation of the paths for -print-search-dirs. Oops, sorry.

Dave


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]