This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

no Makefiles found (created?) while cross-compiling libiberty


hi,

i'm cross-building i386-coff on an i686-linux system and managed to overcome
the alignment bug and some other minor fixes...but now i saw this:

cd ../libio ; make "SHELL=/bin/sh" "INSTALL=/bin/sh 
/home/flo/download/gcc-2.95.3/install-sh -c" "INSTALL_DATA=/bin/sh 
/home/flo/download/gcc-2.95.3/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh 
/home/flo/download/gcc-2.95.3/install-sh -c " "prefix=/bar" 
"exec_prefix=/bar" "tooldir=/bar/i386-coff" 
"gxx_include_dir=/bar/include/g++-3" 
"libsubdir=/bar/lib/gcc-lib/i386-coff/2.95.3" "gcc_version=2.95.3" 
"gcc_version_trigger=/home/flo/download/gcc-2.95.3/gcc/version.c" 
"AR=i386-coff-ar" "AR_FLAGS=rc" "CC=/home/flo/download/built_gcc/gcc/xgcc 
-B/home/flo/download/built_gcc/gcc/ -B/bar/i386-coff/bin/" 
"CXX=/home/flo/download/built_gcc/gcc/xgcc 
-B/home/flo/download/built_gcc/gcc/ -B/bar/i386-coff/bin/" "CFLAGS=-g -O2" 
"CXXFLAGS=-g -O2" "NM=i386-coff-nm" "RANLIB=i386-coff-ranlib" "LIBCFLAGS=-g 
-O2" "LIBCXXFLAGS=-g -O2 -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" 
"MAKEINFO=/home/flo/download/built_gcc/texinfo/makeinfo/makeinfo " 
"SHLIB=libstdc++.so.2.10.0" "SHCURSES=" "RUNTESTFLAGS=" iostream.list
make[2]: Entering directory `/download/built_gcc/i386-coff/libio'
make[2]: `iostream.list' is up to date.
make[2]: Leaving directory `/download/built_gcc/i386-coff/libio'
cd ../libiberty ; make "SHELL=/bin/sh" "INSTALL=/bin/sh 
/home/flo/download/gcc-2.95.3/install-sh -c" "INSTALL_DATA=/bin/sh 
/home/flo/download/gcc-2.95.3/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh 
/home/flo/download/gcc-2.95.3/install-sh -c " "prefix=/bar" 
"exec_prefix=/bar" "tooldir=/bar/i386-coff" 
"gxx_include_dir=/bar/include/g++-3" 
"libsubdir=/bar/lib/gcc-lib/i386-coff/2.95.3" "gcc_version=2.95.3" 
"gcc_version_trigger=/home/flo/download/gcc-2.95.3/gcc/version.c" 
"AR=i386-coff-ar" "AR_FLAGS=rc" "CC=/home/flo/download/built_gcc/gcc/xgcc 
-B/home/flo/download/built_gcc/gcc/ -B/bar/i386-coff/bin/" 
"CXX=/home/flo/download/built_gcc/gcc/xgcc 
-B/home/flo/download/built_gcc/gcc/ -B/bar/i386-coff/bin/" "CFLAGS=-g -O2" 
"CXXFLAGS=-g -O2" "NM=i386-coff-nm" "RANLIB=i386-coff-ranlib" "LIBCFLAGS=-g 
-O2" "LIBCXXFLAGS=-g -O2 -fno-implicit-templates" "LOADLIBES=" "LDFLAGS=" 
"MAKEINFO=/home/flo/download/built_gcc/texinfo/makeinfo/makeinfo " 
"SHLIB=libstdc++.so.2.10.0" "SHCURSES=" "RUNTESTFLAGS="
make[2]: Entering directory `/download/built_gcc/i386-coff/libiberty'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/download/built_gcc/i386-coff/libiberty'
make[1]: *** [../libiberty/libiberty.a] Error 2
make[1]: Leaving directory `/download/built_gcc/i386-coff/libstdc++'
make: *** [all-target-libstdc++] Error 2

///////////////////////////////////////////////////////////////

there are no Makefiles in these directories ;-(

anyone a hint for this??

thx,
flo

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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