<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems Using .incbin in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169410#M6134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Yup, there is a dot next to it.&amp;nbsp; I don't understand it should work.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 06:33:44 GMT</pubDate>
    <dc:creator>Ioline</dc:creator>
    <dc:date>2008-07-04T06:33:44Z</dc:date>
    <item>
      <title>Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169405#M6129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am having troubles loading a binary image with .incbin.&amp;nbsp; CodeWarrior claims that it either does not exist or cannot be opened.&amp;nbsp; I have included the file in the project manager, so I figure that it can be loaded.&amp;nbsp; Am I missing something?&amp;nbsp; Thanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 04:41:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169405#M6129</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-07-01T04:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169406#M6130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;You probably need to make the project recognize the file's extension. Proceed as follows:&lt;BR /&gt;&lt;BR /&gt;1) Go to the Project's Settings panel (press ALT-F7)&lt;BR /&gt;2) Click on the File Mappings selection at the left. The File Mappings panel appears.&lt;BR /&gt;3) Click on the Choose button, and navigate to your file. Click Open.&lt;BR /&gt;4) Information on the file should appear in the controls. For the Compiler setting you probably want to pick None.&lt;BR /&gt;5) You may want to experiment with the Flags menu. If it's the be incorporated into the final module, you'll want to leave Ignored by Make unchecked.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 05:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169406#M6130</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-07-01T05:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169407#M6131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;The settings are:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;File Type:&amp;nbsp; BINA&lt;/DIV&gt;&lt;DIV&gt;Extension: .bin&lt;/DIV&gt;&lt;DIV&gt;Compliler: None&lt;/DIV&gt;&lt;DIV&gt;Edit Language: None&lt;/DIV&gt;&lt;DIV&gt;Flags: Ignore By Make&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have the binary file included in the Project window, and it still gives the same warning.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 23:29:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169407#M6131</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-07-01T23:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169408#M6132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Correction, Ignore By Make is not checked...&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 01:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169408#M6132</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-07-02T01:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169409#M6133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If it's still not working, have you made sure that the file is part of your target? That is, the file's name in the Project window should have a black dot adjacent to it, the dot appearing in the column with the small target.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 04:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169409#M6133</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-07-04T04:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169410#M6134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Yup, there is a dot next to it.&amp;nbsp; I don't understand it should work.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 06:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169410#M6134</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-07-04T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using .incbin</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169411#M6135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Update:&amp;nbsp; Still not working...&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 23:41:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Problems-Using-incbin/m-p/169411#M6135</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-07-17T23:41:33Z</dc:date>
    </item>
  </channel>
</rss>

