Date: Tue, 16 Jan 2007 09:55:55 +0100 (CET) From: rmkml <rmkml@free.fr> To: Frank Bonnet <f.bonnet@esiee.fr> Cc: freebsd-amd64@freebsd.org Subject: Re: Cannot recompile kernel at 6.2-RELEASE on IBM X3650 Message-ID: <Pine.LNX.4.64.0701160955460.1345@npre.npre.pbz> In-Reply-To: <45AC8B91.2050006@esiee.fr> References: <45AC8B91.2050006@esiee.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463810815-32538105-1168937745=:1345 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1; FORMAT=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: <Pine.LNX.4.64.0701160955541.1345@npre.npre.pbz> salut, bonne ann=E9e 2007, juste une question, pourquoi tu compiles une version amd64 sur un ia64 ? a+ Rmkml On Tue, 16 Jan 2007, Frank Bonnet wrote: > Date: Tue, 16 Jan 2007 09:23:45 +0100 > From: Frank Bonnet <f.bonnet@esiee.fr> > To: freebsd-amd64@freebsd.org > Subject: Cannot recompile kernel at 6.2-RELEASE on IBM X3650 >=20 > Hello > > I just installed 6.2-R on an X3650 from IBM (two processors) trying to= =20 > recompile the > SMP kernel then "make depend" failed. See errors below. > > Thanks for any help. > > -------------------------------------------------------------------------= --------------- > > mail2# make depend > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall=20 > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototyp= es=20 > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -g=20 > -nostdinc -I- -I. -I../../.. -I../../../contrib/altq=20 > -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../dev/ath=20 > -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL=20 > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=3D8000= =20 > --param inline-unit-growth=3D100 --param large-function-growth=3D1000=20 > -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-mm= x=20 > -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding=20 > ../../../amd64/amd64/genassym.c > In file included from ../../../sys/systm.h:42, > from ../../../amd64/amd64/genassym.c:42: > ./machine/cpufunc.h: In function `invlpg': > ./machine/cpufunc.h:448: warning: cast to pointer from integer of differe= nt=20 > size > In file included from ../../../sys/proc.h:53, > from ../../../sys/buf.h:253, > from ../../../amd64/amd64/genassym.c:45: > ../../../sys/signal.h: At top level: > ../../../sys/signal.h:304: error: redefinition of `struct osigcontext' > In file included from ../../../amd64/amd64/genassym.c:45: > ../../../sys/buf.h: In function `BUF_LOCK': > ../../../sys/buf.h:272: warning: cast from pointer to integer of differen= t=20 > size > ../../../sys/buf.h: In function `BUF_TIMELOCK': > ../../../sys/buf.h:292: warning: cast from pointer to integer of differen= t=20 > size > In file included from ../../../amd64/amd64/genassym.c:69: > ./machine/sigframe.h: At top level: > ./machine/sigframe.h:66: error: syntax error before "__osiginfohandler_t" > ./machine/sigframe.h:71: error: syntax error before "osiginfo_t" > ./machine/sigframe.h:86: error: field `sf_uc' has incomplete type > ../../../amd64/amd64/genassym.c:93: error: `addr_PTmap' undeclared here (= not=20 > in a function) > ../../../amd64/amd64/genassym.c:94: error: `addr_PDmap' undeclared here (= not=20 > in a function) > ../../../amd64/amd64/genassym.c:95: error: `addr_PDPmap' undeclared here = (not=20 > in a function) > ../../../amd64/amd64/genassym.c:96: error: `addr_PML4map' undeclared here= =20 > (not in a function) > ../../../amd64/amd64/genassym.c:97: error: `addr_PML4pml4e' undeclared he= re=20 > (not in a function) > ../../../amd64/amd64/genassym.c:104: error: `PDPSHIFT' undeclared here (n= ot=20 > in a function) > ../../../amd64/amd64/genassym.c:105: error: `PML4SHIFT' undeclared here (= not=20 > in a function) > ../../../amd64/amd64/genassym.c:106: error: `KPDPI' undeclared here (not = in a=20 > function) > ../../../amd64/amd64/genassym.c:107: error: `KPML4I' undeclared here (not= in=20 > a function) > ../../../amd64/amd64/genassym.c:108: error: `PML4PML4I' undeclared here (= not=20 > in a function) > ../../../amd64/amd64/genassym.c:112: error: `DMAP_MIN_ADDRESS' undeclared= =20 > here (not in a function) > ../../../amd64/amd64/genassym.c:113: error: `DMAP_MAX_ADDRESS' undeclared= =20 > here (not in a function) > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:116: error: structure has no member named= =20 > `pcb_r15' > ../../../amd64/amd64/genassym.c:117: error: structure has no member named= =20 > `pcb_r14' > ../../../amd64/amd64/genassym.c:117: error: structure has no member named= =20 > `pcb_r14' > > > > -- > Regards > Frank > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > ---1463810815-32538105-1168937745=:1345--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.64.0701160955460.1345>