From spry at anarchy.in.the.ph Tue Jul 29 09:46:57 2008 From: spry at anarchy.in.the.ph (Mars G Miro) Date: Tue Jul 29 09:47:03 2008 Subject: sun4v on recent CURRENT Message-ID: Hiya I've just successfully updated my SUN T2000 from 20061115 to CURRENT csup'ed around July 15. It took a gruelling 8 hours, as any -jN somehow breaks. But that's ok, as prolly the recent CURRENT may have some improvements. I wanted to see how fast a buildkernel takes but then I get this: -------------------------------------------------------------- >>> stage 2.3: build tools -------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DWITHOUT_SSP -DNO_CPU_CFLAGS -DNO_CTF -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/GENERIC cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_gram.c cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_macro_gram.c cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_scan.c cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_macro_scan.c cc1: error: unrecognized command line option "-nostdinc" cc1: error: unrecognized command line option "-o" cc1: error: unrecognized command line option "-nostdinc" cc1: error: unrecognized command line option "-o" cc1: error: unrecognized command line option "-nostdinc" cc1: error: unrecognized command line option "-o" *** Error code 1 cc1: error: unrecognized command line option "-nostdinc" cc1: error: unrecognized command line option "-nostdinc" cc1: error: unrecognized command line option "-o" cc1: error: unrecognized command line option "-o" cc1: error: unrecognized command line option "-nostdinc" cc1: error: unrecognized command line option "-o" *** Error code 1 *** Error code 1 *** Error code 1 *** Error code 1 *** Error code 1 6 errors *** Error code 2 1 error *** Error code 2 1 error Is there anyway not to build aic7xxx for sun4v? Thanks. -- cheers mars From kris at FreeBSD.org Tue Jul 29 12:09:17 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Tue Jul 29 12:09:29 2008 Subject: sun4v on recent CURRENT In-Reply-To: References: Message-ID: <488F086A.2060208@FreeBSD.org> Mars G Miro wrote: > Hiya > > I've just successfully updated my SUN T2000 from 20061115 to CURRENT > csup'ed around July 15. It took a gruelling 8 hours, as any -jN > somehow breaks. But that's ok, as prolly the recent CURRENT may have > some improvements. I wanted to see how fast a buildkernel takes but > then I get this: > Is there anyway not to build aic7xxx for sun4v? I don't think that is the right question; those are valid cc1 options. No-one has worked on sun4v for a long time and there are still the same critical pmap bugs. Sorry. Kris