|
From: Earnie <ea...@us...> - 2011-03-30 12:38:05
|
wrote: > I am trying to build mingw cross compiler on windows for target= sparc64-sun-solaris2.10 and I got error message > during gcc build using gcc-core-3.4.2-20040916-1-src.tar.gz > > make[1]: Entering directory `/c/mingw/gcc-sparc64-sun-solaris2.10/libiberty' > if [ x"" != x ] && [ ! -d pic ]; then \ > mkdir pic; \ > else true; fi > touch stamp-picdir > make[1]: touch: Command not found > make[1]: *** [stamp-picdir] Error 127 > make[1]: Leaving directory `/c/mingw/gcc-sparc64-sun-solaris2.10/libiberty' > make: *** [all-libiberty] Error 2 > > I used build-cross.sh script. > Any suggestions? If you installed a standard MSYS core system then you should have touch already. If you are using something else, then you need to go to the support for that something else. In other words, you need to tell us more about your environment. -- Earnie -- http://www.for-my-kids.com |