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]

Building 3.3.1 cygwin -> sh cross fails


Hi,

building a cygwin -> sh cross fails.
The gcc-lib/sh-hitachi-coff/3.3.1/ml directory does not get created and mk
fails on .../ml/m2

creating the ml directory the build continues

Hartmut


if [ -d /gcc-3.3.1-sh-hitachi-coff/lib/gcc-lib/sh-hitachi-coff/3.3.1/ml/m2 ]; then true; else mkdir
/gcc-3.3.1-sh-hitachi-coff/lib/gcc-lib/sh-hitachi-coff/3.3.1/ml/m2; chmod a+rx /gcc-3.3.1-sh-hitachi
-coff/lib/gcc-lib/sh-hitachi-coff/3.3.1/ml/m2; fi;
mkdir: cannot create directory `/gcc-3.3.1-sh-hitachi-coff/lib/gcc-lib/sh-hitachi-coff/3.3.1/ml/m2':
 No such file or directory
chmod: getting attributes of `/gcc-3.3.1-sh-hitachi-coff/lib/gcc-lib/sh-hitachi-coff/3.3.1/ml/m2': N
o such file or directory
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/SchirmerH/gcc-sh/build-gcc-3.3-coff/gcc'
make[1]: *** [install-multilib] Error 2
make[1]: Leaving directory `/home/SchirmerH/gcc-sh/build-gcc-3.3-coff/gcc'
make: *** [install-gcc] Error 2





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