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]

Re: Compiling gcc with sparc-elf target


On 10 January 2011 14:01, alsp wrote:
>
> I have now tried adding --build=mingw32 to my configure command. I am indeed
> getting a different error now:
>
> checking for sparc-elf-gcc... /d/Development/gcc/gcc_4_3_0_release_o
> bj/./gcc/xgcc -B/d/Development/gcc/gcc_4_3_0_release_obj/./gcc/ -B/s
> parc-gcc/sparc-elf/bin/ -B/sparc-gcc/sparc-elf/lib/ -isystem
> /sparc-gcc/sparc-el
> f/include -isystem /sparc-gcc/sparc-elf/sys-include
> checking for suffix of object files... configure: error: cannot compute
> suffix o
> f object files: cannot compile

You'll need to look in the relevant config.log to see more details
about what failed.  A likely suspect is that a prerequisite lib such
as libgmp.so can't be found by the dynamic linker.


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