Skip site navigation (1)Skip section navigation (2)
Date:      20 Nov 2000 22:42:31 +0100
From:      Cyrille Lefevre <clefevre@cybercable.fr>
To:        freebsd-stable@freebsd.org
Subject:   kernel breackage in machine/atomic.h
Message-ID:  <8zqemibc.fsf@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help
Hi everybody,

I'm currently running 4.x-stable. I've just updated my src tree. for instance,
all seems to be fine but the kernel building using the old (config, etc.) or
the new method (make buildkernel). FYI, I've already updated the root tree
(make install) and /etc (mergemaster).

the symptom is :

cc -c -fomit-frame-pointer -fno-builtin -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2 -fomit-frame-pointer ../../i386/i386/atomic.c
In file included from ../../i386/i386/atomic.c:47:
machine/atomic.h: In function `atomic_set_char':
machine/atomic.h:106: inconsistent operand constraints in an `asm'
...

vers.c is :

[snip]
char sccspad[32 - 4 /* sizeof(sccs) */] = { '\0' };
char sccs[4] = { '@', '(', '#', ')' };
char version[] = "FreeBSD 4.2-RELEASE #7: Mon Nov 20 21:36:29 CET 2000\n    root@gits:/disk2/4.0-stable/src/sys/compile/GENERIC\n";
char ostype[] = "FreeBSD";
char osrelease[] = "4.2-RELEASE";
int osreldate = 420000;

cc -v gives :

Using builtin specs.
gcc version 2.95.2 19991024 (release)

any ideas ?

thanks by advance.

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8zqemibc.fsf>