Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000285.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: Redoing PPC build</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/000284.html" title="Building Native PPC Toolchain" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000286.html" title="Building &amp; tagging TOT/X86" />
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/000284.html">&laquo; Building Native PPC Toolchain</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000286.html">Building & tagging TOT/X86 &raquo;</a>
44                      </p>
45
46                      <a id="a000285"></a>
47                      <div class="entry" id="entry-285">
48                         <h3 class="entry-header">Redoing PPC build</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Recreated LynxOS on PPC machine from scratch</li>
53
54   <li>Rebuilding toolchain</li>
55 </ul>
56                            </div>
57                            <div id="more" class="entry-more">
58                               <p>The LynxOS I put on t-mcpn765-1 was suspect as I had untarred a couple of different X/Motifs onto the root file system and the toolchain build was failing anyway. This was a good opportunity to redo this and make sure my documentation was correct.</p>
59
60 <p><b>Note:</b> For this building of the toolchain I used the 20210.xfree.tar.gz for the first time</p>
61
62 <p>To build the toolchain I did the following (note that I had already got a copy of the toolchain src and unpacked it onto the k partition):</p>
63
64 <div class="code"><pre>
65 # . SETUP.bash
66
67   Setup : ENV_PREFIX is an environment variable that points to
68         : the root of the build/release directory.  The ENVIRONMENT
69         : file is found as $ENV_PREFIX/ENVIRONMENT.
70         : Set ENV_PREFIX to /?  [y]
71
72   Target : Please specify the target
73           (ppc, x86, arm or mips) : ppc
74
75   Setup : Complete!
76
77 # ulimit -s 1000000 -d 1000000
78 # mount /dev/sdncr.0k /mnt
79 # cd /mnt/toolchain/3.2.2/010405/
80 # ls
81 Makefile                fixup.sh*               src/
82 build-powerpc/          install.log             stamp-configure-powerpc
83 # make clobber
84 rm -rf {build,install,stamp-*}-powerpc
85 # ./fixup.sh
86 + cd src
87 + touch texinfo/intl/plural.c
88 + touch libgui/library/tclIndex
89 + find . -name aclocal.m4 -exec touch '{}' ';'
90 + find . '(' -name config.in -o -name config.h.in ')' -exec touch '{}' ';'
91 + find . '(' -name Makefile.in -o -name stamp-h.in ')' -exec touch '{}' ';'
92 + find . -name configure -exec touch '{}' ';'
93 # make install > install.log 2>&1 &
94 </pre></div>
95                            </div>
96                         </div>
97                         <p class="entry-footer">
98                            <span class="post-footers">Posted by  on January 21, 2005 10:14 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000285.html">Permalink</a>
99                         </p>
100                      </div>
101
102                      
103
104                      
105                   </div>
106                </div>
107             </div>
108          </div>
109       </div>
110    </div>
111 </body>
112 </html>