RE: [Redhat-s390-list] make dep and tux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok, i think i fixed the first problem with math-emu.  It appears that the
makefile was wrong in the math-emu subdirectory.  I commented out the following
line and got through the make dep:

EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w

Now, onto make image...i enable tux in the config and am getting the following
error runnine make image:

make -C tux
make[2]: Entering directory `/usr/src/linux-2.4.9-0.4/net/tux'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.4.9-0.4/net/tux'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-0.4/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-Wno-unused -pipe -fno-strength-reduce    -c -o accept.o accept.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-0.4/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-Wno-unused -pipe -fno-strength-reduce    -c -o input.o input.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-0.4/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-Wno-unused -pipe -fno-strength-reduce    -c -o userspace.o userspace.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-0.4/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-Wno-unused -pipe -fno-strength-reduce    -c -o cachemiss.o cachemiss.c
cachemiss.c: In function `cachemiss_thread':
cachemiss.c:101: `cpu_online_map' undeclared (first use in this function)
cachemiss.c:101: (Each undeclared identifier is reported only once
cachemiss.c:101: for each function it appears in.)
make[3]: *** [cachemiss.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.9-0.4/net/tux'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.9-0.4/net/tux'
make[1]: *** [_subdir_tux] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.9-0.4/net'
make: *** [_dir_net] Error 2



-- 
Todd Blevins

On Tue, 11 Dec 2001, Richard Hitt wrote:

> Hi, Todd
>
> Try applying this patch to arch/s390/Makefile:
>
> --- ORIGMakefile	Tue Dec 11 12:26:26 2001
> +++ NEWMakefile	Tue Dec 11 12:27:29 2001
> @@ -30,12 +30,13 @@
>  HEAD := arch/s390/kernel/head.o arch/s390/kernel/init_task.o
>
>  SUBDIRS := $(SUBDIRS) arch/s390/mm arch/s390/kernel arch/s390/lib \
> -           drivers/s390 arch/s390/math-emu
> +           drivers/s390
>  CORE_FILES := arch/s390/mm/mm.o arch/s390/kernel/kernel.o $(CORE_FILES)
>  DRIVERS := $(DRIVERS) drivers/s390/io.o
>  LIBS := $(TOPDIR)/arch/s390/lib/lib.a $(LIBS) $(TOPDIR)/arch/s390/lib/lib.a
>
>  ifeq ($(CONFIG_MATHEMU),y)
> +  SUBDIRS := $(SUBDIRS) arch/s390/math-emu
>    CORE_FILES := $(CORE_FILES) arch/s390/math-emu/math-emu.o
>  endif
>
> Dick Hitt   rbh00@utsglobal.com
>
>
> > From redhat-s390-list-admin@redhat.com Tue Dec 11 11:44:08 2001
> > Delivered-To: redhat-s390-list@listman.redhat.com
> > From: Todd Blevins <tblevins@cisco.com>
> > To: <redhat-s390-list@redhat.com>
> > Subject: RE: [Redhat-s390-list] make dep and tux
> > MIME-Version: 1.0
> > X-BeenThere: redhat-s390-list@redhat.com
> > X-Mailman-Version: 2.0.1
> > List-Help: <mailto:redhat-s390-list-request@redhat.com?subject=help>
> > List-Post: <mailto:redhat-s390-list@redhat.com>
> > List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-s390-list>,
> > 	<mailto:redhat-s390-list-request@redhat.com?subject=subscribe>
> > List-Id: <redhat-s390-list.redhat.com>
> > List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-s390-list>,
> > 	<mailto:redhat-s390-list-request@redhat.com?subject=unsubscribe>
> > List-Archive: <https://listman.redhat.com/pipermail/redhat-s390-list/>
> > Date: Tue, 11 Dec 2001 14:39:15 -0500 (EST)
> >
> >
> > no such luck...same error
> >
> > --
> > Todd Blevins
> >
> > On Tue, 11 Dec 2001, Post, Mark K wrote:
> >
> > > Hmm.  Maybe a save of the .config file, then a "make mrproper" followed by
> > > "make menuconfig" and "make dep".  I know I've seen this problem before.
> > >
> > > Mark Post
> > >
> > > -----Original Message-----
> > > From: Todd Blevins [mailto:tblevins@cisco.com]
> > > Sent: Tuesday, December 11, 2001 1:43 PM
> > > To: Post, Mark K
> > > Cc: redhat-s390-list@redhat.com
> > > Subject: RE: [Redhat-s390-list] make dep and tux
> > >
> > >
> > >
> > > Didn't make any difference...
> > >
> > >
> >
> >
> > _______________________________________________
> > Redhat-s390-list mailing list
> > Redhat-s390-list@redhat.com
> > https://listman.redhat.com/mailman/listinfo/redhat-s390-list
> >
>
> _______________________________________________
> Redhat-s390-list mailing list
> Redhat-s390-list@redhat.com
> https://listman.redhat.com/mailman/listinfo/redhat-s390-list
>




[Index of Archives]     [Fedora General Discussion]     [LKML]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Linux s390]     [Gimp]     [Yosemite News]

  Powered by Linux