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]
Other format: [Raw text]

Re: crosstool warnings/errors ??


Feldmeier Bernd wrote:
Well I crossed from i686 -> i386, your tool worked but I have same strange
warnings /errors

They are ok as long as the resulting toolchain works


+ echo 'Build gcc-core (just enough to build glibc)'
+ mkdir -p build-gcc-core
+ cd build-gcc-core
+ test '!' -f Makefile
+
/usr/tmp/crosstool-0.28-rc25/build/i686-unknown-linux-gnu/gcc-3.3.2-glibc-2.
3.2/gcc-3.3.2/configure --target=i686-unknown-linux-gnu
--host=i686-host_pc-linux-gnu
--prefix=/opt/crosstool/i686-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2
--with-local-prefix=/opt/crosstool/i686-unknown-linux-gnu/gcc-3.3.2-glibc-2.
3.2/i686-unknown-linux-gnu --disable-multilib --with-newlib
--without-headers --disable-nls --enable-threads=no --enable-symvers=gnu
--enable-__cxa_atexit --enable-languages=c --disable-shared
*** This configuration is not supported in the following subdirectories:
     target-libstdc++-v3 target-libf2c target-libffi target-boehm-gc
target-zlib target-libjava zlib fastjar target-libobjc
    (Any other directories should still work fine.)

That's expected. When building gcc-core, glibc is not available, and those targets need it. But we don't need them in order to build glibc or the final gcc.

/usr/tmp/crosstool-0.28-rc25/build/i686-unknown-linux-gnu/gcc-3.3.2-glibc-2.
3.2/gcc-3.3.2/configure: line 821: cd: no: Datei oder Verzeichnis nicht
gefunden

As I said earlier, this is a silly config buglet in gcc-2.95 ... gcc-3.3.3. It doesn't occur here in gcc-3.4.0. - Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

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


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