This is the mail archive of the gcc-patches@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: [PATCH] Build libgcc_s on Windows


lkcl wrote:

> /mnt/video/src/git-clone-gcc/gcc/build/./gcc/as: line 76: exec: : not found

It seems you don't have a cross-assembler (part of binutils) correctly
installed.  It should be one of:

- $target-as found in $exec_prefix/$target/bin/
- $target-as found in PATH
- part of a combined tree
- pointed to by --with-as

Brian


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