X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C8B393.20E7E7F0@onstor-exch02.onstor.net>; Sun, 11 May 2008 11:16:27 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C8B393.20E7E7F0"
References: <BB375AF679D4A34E9CA8DFA650E2B04E09DFAA27@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E042F017E@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E09DFAA5E@onstor-exch02.onstor.net>
Content-class: urn:content-classes:message
Subject: RE: build bsd
Date: Sun, 11 May 2008 11:16:27 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E042F0180@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: build bsd
Thread-Index: Aciyu929GOz8QFGNSEqcpsMwnKdLegADzmq9AAWySKAALCLC3A==
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>,
	"Andy Sharp" <andy.sharp@onstor.com>

This is a multi-part message in MIME format.

------_=_NextPart_001_01C8B393.20E7E7F0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I just successfully built all of BSD on linux-compile using the steps I =
gave you.

It works for me.=20

I don't have enough information to help you any further.



-----Original Message-----
From: Maxim Kozlovsky
Sent: Sat 5/10/2008 2:08 PM
To: Larry Scheer; Andy Sharp
Subject: RE: build bsd
=20
Does not work, neither on compile2 nor on linux-compile:

I./../readline -I../bfd -I./../bfd -DNO_MMALLOC -I./../include  =
symfile.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  symmisc.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  infcmd.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  infrun.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  command.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  expprint.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  environ.c
gcc -O2 -c -g    -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include  gdbtypes.c
gdbtypes.c: In function 'recursive_dump_type':
gdbtypes.c:1641: error: invalid lvalue in increment
gmake[1]: *** [gdbtypes.o] Error 1

>-----Original Message-----
>From: Larry Scheer
>Sent: Saturday, May 10, 2008 11:38 AM
>To: Maxim Kozlovsky; Andy Sharp
>Subject: RE: build bsd
>
>Here are the steps I use:
>
>1. Create the link openbsd.new --> openbsd
>2. If openbsd has never been built in your workspace you can skip this
>step:
>    make bsd-cross-clean bsd-clean
>3. make bsd-cross-base (for debug add: DEBUG=3D-g)
>4. make bsd-build-all SSC=3DBOBCAT (for debug add: DEBUG=3D-g)
>5. If you want cheetah add: make bsd-kernel-config bsd-kernel =
SSC=3DSSC_I
>(for debug add: DEBUG=3D-g)
>
>This will build all of openbsd. Not all desktops will build openbsd. I
>think compile2 will and linux-compile does as well.The host compile may
>build it but I am no longer sure it will.
>Most systems need a down-rev version of bison installed.
>
>-----Original Message-----
>From: Maxim Kozlovsky
>Sent: Sat 5/10/2008 9:35 AM
>To: Larry Scheer; Andy Sharp
>Subject: build bsd
>
>Hello,
>
>How do we build BSD nowadays? I've tried "make kernel-bc" from the top
>directory but this does not work.
>
>Max



------_=_NextPart_001_01C8B393.20E7E7F0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7653.38">
<TITLE>RE: build bsd</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>I just successfully built all of BSD on linux-compile =
using the steps I gave you.<BR>
<BR>
It works for me.<BR>
<BR>
I don't have enough information to help you any further.<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Maxim Kozlovsky<BR>
Sent: Sat 5/10/2008 2:08 PM<BR>
To: Larry Scheer; Andy Sharp<BR>
Subject: RE: build bsd<BR>
<BR>
Does not work, neither on compile2 nor on linux-compile:<BR>
<BR>
I./../readline -I../bfd -I./../bfd -DNO_MMALLOC -I./../include&nbsp; =
symfile.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; symmisc.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; infcmd.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; infrun.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; command.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; expprint.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; environ.c<BR>
gcc -O2 -c -g&nbsp;&nbsp;&nbsp; -I. -I. -I./config -DHAVE_CONFIG_H =
-I./../include/opcode -I./../readline -I../bfd -I./../bfd -DNO_MMALLOC =
-I./../include&nbsp; gdbtypes.c<BR>
gdbtypes.c: In function 'recursive_dump_type':<BR>
gdbtypes.c:1641: error: invalid lvalue in increment<BR>
gmake[1]: *** [gdbtypes.o] Error 1<BR>
<BR>
&gt;-----Original Message-----<BR>
&gt;From: Larry Scheer<BR>
&gt;Sent: Saturday, May 10, 2008 11:38 AM<BR>
&gt;To: Maxim Kozlovsky; Andy Sharp<BR>
&gt;Subject: RE: build bsd<BR>
&gt;<BR>
&gt;Here are the steps I use:<BR>
&gt;<BR>
&gt;1. Create the link openbsd.new --&gt; openbsd<BR>
&gt;2. If openbsd has never been built in your workspace you can skip =
this<BR>
&gt;step:<BR>
&gt;&nbsp;&nbsp;&nbsp; make bsd-cross-clean bsd-clean<BR>
&gt;3. make bsd-cross-base (for debug add: DEBUG=3D-g)<BR>
&gt;4. make bsd-build-all SSC=3DBOBCAT (for debug add: DEBUG=3D-g)<BR>
&gt;5. If you want cheetah add: make bsd-kernel-config bsd-kernel =
SSC=3DSSC_I<BR>
&gt;(for debug add: DEBUG=3D-g)<BR>
&gt;<BR>
&gt;This will build all of openbsd. Not all desktops will build openbsd. =
I<BR>
&gt;think compile2 will and linux-compile does as well.The host compile =
may<BR>
&gt;build it but I am no longer sure it will.<BR>
&gt;Most systems need a down-rev version of bison installed.<BR>
&gt;<BR>
&gt;-----Original Message-----<BR>
&gt;From: Maxim Kozlovsky<BR>
&gt;Sent: Sat 5/10/2008 9:35 AM<BR>
&gt;To: Larry Scheer; Andy Sharp<BR>
&gt;Subject: build bsd<BR>
&gt;<BR>
&gt;Hello,<BR>
&gt;<BR>
&gt;How do we build BSD nowadays? I've tried &quot;make kernel-bc&quot; =
from the top<BR>
&gt;directory but this does not work.<BR>
&gt;<BR>
&gt;Max<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C8B393.20E7E7F0--
