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]

970901 - cross problem with libio/gen-params



I tried to build egcs-970901 to target sparc-rtems.  This was a buidl from
scratch and I did not have another sparc-rtems toolset in my path. The
script libio/gen-params wanted to use an installed sparc-rtems-nm not the
one which is still in the build tree.  It does not look like gen-params
has changed since the 970825 snapshot, so I do not know what broke.

I have pasted the error message hoping someone recognizes the problem

rootme=`pwd`/ ; export rootme; \
CC="/usr1/rtems/work/tools/build-sparc-tools/gcc/xgcc
-B/usr1/rtems/work/tools/build-sparc-tools/gcc/ -idirafter
/usr1/rtems/work/tools/build-sparc-tools/sparc-rtems/newlib/targ-include
-idirafter /usr1/rtems/work/tools/src/newlib/libc/include -nostdinc";
export CC; \
CXX="/usr1/rtems/work/tools/build-sparc-tools/gcc/xgcc
-B/usr1/rtems/work/tools/build-sparc-tools/gcc/ -idirafter
/usr1/rtems/work/tools/build-sparc-tools/sparc-rtems/newlib/targ-include
-idirafter /usr1/rtems/work/tools/src/newlib/libc/include -nostdinc
-nostdinc++ -g -O2"; export CXX; \
CONFIG_NM="sparc-rtems-nm"; export CONFIG_NM; \
/bin/sh ../../../src/libio/gen-params LIB_VERSION=2.8.0  >tmp-params.h
../../../src/libio/gen-params: sparc-rtems-nm: command not found
../../../src/libio/gen-params: sparc-rtems-nm: command not found
sparc-rtems-nm failed to find FUNC in dummy.o!
gmake[1]: *** [_G_config.h] Error 255
gmake[1]: Leaving directory
`/usr1/rtems/work/tools/build-sparc-tools/sparc-rtems/libio'
gmake: *** [all-target-libio] Error 2

Thanks.


--joel
Joel Sherrill                    Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (205) 722-9985




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