Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000381.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: Building LOS178 2.1.0 on Linux</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000380.html" title="Test build of LOS178 2.1.0" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000382.html" title="Building LOS178 2.1.0 on Windows" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000380.html">&laquo; Test build of LOS178 2.1.0</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000382.html">Building LOS178 2.1.0 on Windows &raquo;</a>
44                      </p>
45
46                      <a id="a000381"></a>
47                      <div class="entry" id="entry-381">
48                         <h3 class="entry-header">Building LOS178 2.1.0 on Linux</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>In order to build LOS178 2.1.0 on Linux the following steps were performed:</p>
52
53 <h4>Create LOS178 build area</h4>
54
55 <ul>
56   <li>In /build the directory 2.1.0/los178 was created</li>
57
58   <li>From a successful build on Rock the tar images: 
59
60    <ul>
61       <li>2000-00.los178_rsc_src.tar.gz</li>
62
63       <li>2001-00.los178_src.tar.gz</li>
64
65       <li>2013-00.los178_dev.tar.gz</li>
66
67       <li>2015.los178_rsc_dev.tar.gz</li>
68     </ul>
69
70     were extracted into /build/2.1.0/los178.</li>
71
72   <li>A copy of bin-image was checked out using the DEV_LOS178_2p1p0_ppc_20050705 tag to /build/2.1.0</li>
73
74   <li>The bin-image/ppc.cdklinux.tar.gz was extracted into /build/2.1.0/los178</li>
75 </ul>
76
77 <h4>Compile cdk</h4>
78
79 <ul>
80   <li>Sourced SETUP.bash</li>
81
82   <li>cd'ed into src/cdk</li>
83
84   <li>make install > install.log 2>&1</li>
85
86   <li>The install.log was checked for errors</li>
87
88   <div class="note">There was an error with disasm_mips.c under elflook but I remember Vinnie reporting that elflook was not compiling completely. I assume that this error is acceptable</div>
89 </ul>
90
91 <h4>Build GDB</h4>
92
93 <ul>
94   <li>The toolchain was checked out to /build/2.1.0/toolchain and fixup.sh was run</li>
95
96   <li>In order for GDB to compile successfully the liblcsapi.a library was extracted from t3:/export/rel_archive/archive-lcs-1.0.0/052703/10001.lcs_host.tar.gz tarball into the host environment ($ENV_PREFIX/lib, a directory that has to be made first) </li>
97
98   <li>The GDB module was compiled with make install-gdb > install.log 2>&1</li>
99
100   <li>The install.log was checked for errors</li>
101
102   <li>Move install-powerpc178/cdk/sunos-xcoff-ppc/usr/bin/gdbserver (and gdbserver-lcs) to $ENV_PREFIX/bin.</li>
103 </ul>
104                            </div>
105                            <div id="more" class="entry-more">
106                               
107                            </div>
108                         </div>
109                         <p class="entry-footer">
110                            <span class="post-footers">Posted by  on July  5, 2005  8:01 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000381.html">Permalink</a>
111                         </p>
112                      </div>
113
114                      
115
116                      
117                   </div>
118                </div>
119             </div>
120          </div>
121       </div>
122    </div>
123 </body>
124 </html>