This is the mail archive of the gcc-help@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]

Need help dealing with binary vendor-provided GCC


Hello all,

I am currently attempting to use a binary-only embedded arm-based-hardware vendor-provided GCC for a project. The Magical Black Box provided by said vendor is starting to fail, so I'm trying to build my own environment around their compiler.

The problem:
$ gcc -v ...
...
Configured with: /cygdrive/d/Work/OpenAT/GccOpenAT/4.0.1/cygwin/Cross_gcc_build/gcc-4.0.1/configure --enable-language=c --enable-shared --enable-threads --target=arm-elf --host=i686-pc-cygwin --with-newlib --prefix=/cygdrive/d/Work/OpenAT/GccOpenAT/4.0.1/cygwin/Cross_gcc_install --enable-interwork --enable-multilib -with-headers=/cygdrive/d/Work/OpenAT/GccOpenAT/4.0.1/cygwin/Cross_gcc_build/newlib-1.13.0/newlib/libc/include

This does not match the path it is installed in on my computer. What environment variables/etc do I need to set up/override to make it work?

Thank you,
- Alex Austin


_____________________________________________________
Alex Austin | Associate Electrical Engineer | Spectrum Design Solutions
  (t) 612.435.5537 | (f) 612.435.0736 | (c) 651.238.9273



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