[PATCH] Build libgcc_s on Windows

Brian Dessent brian@dessent.net
Wed Sep 10 09:11:00 GMT 2008


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



More information about the Gcc-patches mailing list