Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000270.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 Native Toolchain for PPC</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/000269.html" title="TOT Build Failure" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000271.html" title="files4ecr.pl" />
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/000269.html">&laquo; TOT Build Failure</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000271.html">files4ecr.pl &raquo;</a>
44                      </p>
45
46                      <a id="a000270"></a>
47                      <div class="entry" id="entry-270">
48                         <h3 class="entry-header">Building Native Toolchain for PPC</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>Here's the plan:</p>
52
53 <ol>
54
55 <li>Build Toolchain with PPC fix ECR 23084</li>
56
57 <li>Build LynxOS with the new toolchain</li>
58
59 <li>Build Toolchain natively</li>
60
61 </ol>
62
63                            </div>
64                            <div id="more" class="entry-more">
65                               <h3>Toolchain build with PPC ECR 23084 fix</h3>
66
67 <p>Seems the individual files for this ECR have already been applied to the work area so I just need to build. Here what I did:</p>
68
69 <ul>
70
71 <li>In <tt>dopey:/export/build1/LYNXOS_500/build/toolchain/3.2.2</tt> I created a directory named 010405 (for today's date).</li>
72
73 <li>Copied a Makefile from 121804/Makefile. With the toolchain all we need is a good make file, make sure that it's SRCDIR is correct (this one points to <tt>/export/build1/LYNXOS_500/work-area/toolchain/3.2.2/toolchain/src</tt>) and that you source <tt>SETUP.bash</tt> setting ENV_PREFIX and target properly (I used <tt>/export/build1/LYNXOS_500/build/lynxos/120604-B/ppc</tt> and, of course, PPC for a target)</li>
74
75 <li>Sourced SETUP.bash</li>
76
77 <li>Did <tt>make install > install.log 2>&1</tt></li>
78
79 </ul>
80                            </div>
81                         </div>
82                         <p class="entry-footer">
83                            <span class="post-footers">Posted by  on January  4, 2005  5:08 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000270.html">Permalink</a>
84                         </p>
85                      </div>
86
87                      
88
89                      
90                   </div>
91                </div>
92             </div>
93          </div>
94       </div>
95    </div>
96 </body>
97 </html>