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]

24test11 menuconfig problem


I am new to this endeavor, forgive my naivete. I have many problems, but
only 2 of which I'll bring up  :-)

 1) With a stock 2.4test11 kernel, I succesfully applied the
patch-2.4.0-test11-rmk1.gz file. When I do "make menuconfig", I get a brief
flash of alternate character set (as if a I was cat'ing a binary file) and
then the config screen. Choosing "System Type" causes the program to crash.
"make xconfig" seems to work, but I am unsure whether to proceed with
confidence.

I am not sure of the point of this, since I am not knowledgeable with the
config process of the linux kernel (but will probably need that info in the
future). Is "make dep" sufficient to put the headers in the correct state?

 2) I tried to make the gcc (2.95.2) build aware of the glibc headers by
doing 
"../gcc2.95.2/configure --target=arm-linux
--with-headers=/usr/local/src/glibc-2.1.3/include". This got me farther
(further?) than I had gotten on my previous attempt (i THINK), but still
failed as shown below. What is the right way to do this?

I forgot, I have an additional problem. I can post to the list, but do not
receive it. I have an email in to crossgcc-owner, but for now, replies will
have to come to directly.

Thanks. I wish I had something more esoteric to contribute.  :-(

	hunter

================== LAST SECTION OF FAILED "MAKE LANGUAGES=C"
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2
_floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi
_fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi
_fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab
_clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  /usr/local/src/gcc-2.95.2.build.arm/gcc/xgcc
-B/usr/local/src/gcc-2.95.2.build.arm/gcc/ -B/usr/local/arm-linux/bin/
-I/usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC     -g -O2
-I./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED    -I. -I../../gcc-2.95.2/gcc
-I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include -c
-DL${name} \
       ../../gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  arm-linux-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
In file included from ../../gcc-2.95.2/gcc/libgcc2.c:41:
/usr/local/lib/gcc-lib/arm-linux/2.95.2/../../../../arm-linux/sys-include/st
dlib.h:7: stdlib/stdlib.h: No such file or directory
In file included from ../../gcc-2.95.2/gcc/libgcc2.c:42:
/usr/local/lib/gcc-lib/arm-linux/2.95.2/../../../../arm-linux/sys-include/un
istd.h:2: posix/unistd.h: No such file or directory
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/usr/local/src/gcc-2.95.2.build.arm/gcc'
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/usr/local/src/gcc-2.95.2.build.arm/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/usr/local/src/gcc-2.95.2.build.arm/gcc'
make: *** [all-gcc] Error 2

------
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]