core/com.nokia.carbide.cpp.doc.user/html/reference/ROM_build_settings.html
changeset 2103 4036e1c78a68
parent 1207 e265bbe56eb0
child 2131 ff0156b93599
equal deleted inserted replaced
2102:f54753dc7b54 2103:4036e1c78a68
     3 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     3 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     4 <meta name="keywords" content="ROM Builder" >
     4 <meta name="keywords" content="ROM Builder" >
     5 </head>
     5 </head>
     6    <body>
     6    <body>
     7    <h2>ROM Builder pane </h2>
     7    <h2>ROM Builder pane </h2>
     8    <p>Use the <b>ROM Builder</b> pane to specify commands and a working directory for building a GUI ROM Image. The tool used to build GUI ROM images is called buildrom and can typically be found in your SDK path, for example in the <span class="code">\Symbian\9.1\S60_3rd\Epoc32\tools</span> directory. The tool used to build text shell images is called ROM. The ROM image generated from the ROM building process specifies a base address for the image to run at. This might be an address in RAM or ROM. The image must be downloaded to the device at this address.</p>
     8    <p>Use the <b>ROM Builder</b> pane to specify commands and a working directory for building a GUI ROM Image. The tool used to build GUI ROM images is called buildrom and can typically be found in your SDK path, for example in the <span class="code">\Symbian\9.4\S60_5rd\Epoc32\tools</span> directory. The tool used to build text shell images is called ROM. The ROM image generated from the ROM build process specifies a base address for the image to run at. This might be an address in RAM or ROM. The image must be downloaded to the device at this address.</p>
     9    <p>Building a ROM requires that the following are available, or have been successfully created:</p>
     9    <p>Building a ROM requires that the following are available, or have been successfully created:</p>
    10    <ul>
    10    <ul>
    11      <li> Symbian OS components making up a set of releasables</li>
    11      <li> Symbian OS components making up a set of releasables</li>
    12      <li> a Bootstrap binary image</li>
    12      <li> a Bootstrap binary image</li>
    13      <li> a text file specifying how the ROM image is to be built.</li>
    13      <li> a text file specifying how the ROM image is to be built.</li>