public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* 24test11 menuconfig problem
@ 2000-12-12 12:25 Marshall, Hunter
  2000-12-12 12:40 ` Jani Monoses
  2000-12-13  2:37 ` Kai Ruottu
  0 siblings, 2 replies; 3+ messages in thread
From: Marshall, Hunter @ 2000-12-12 12:25 UTC (permalink / raw)
  To: 'crossgcc@sourceware.cygnus.com'

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-12-13  2:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-12 12:25 24test11 menuconfig problem Marshall, Hunter
2000-12-12 12:40 ` Jani Monoses
2000-12-13  2:37 ` Kai Ruottu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).