<?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>LPCXpresso IDE中的主题 Errors in file names and path (Linux)</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531056#M2302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Luis Digital on Tue Sep 21 15:53:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello CodeRed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a few examples do not work because the file name is misspelled. Remember that the file system is case sensitive:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"lpc13xx.h" The correct name is: "LPC13xx.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000000]I also found problems for links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"cannot open linker script file ../ld/usb_buffer_lib.ld : No such file or directory&amp;nbsp;&amp;nbsp;&amp;nbsp; usbhid_rom"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR]I also found some white space at the end of a path, file: "usb_buffer.ld" in "usbmsd_rom".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000000]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:05:18 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:05:18Z</dc:date>
    <item>
      <title>Errors in file names and path (Linux)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531056#M2302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Luis Digital on Tue Sep 21 15:53:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello CodeRed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a few examples do not work because the file name is misspelled. Remember that the file system is case sensitive:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"lpc13xx.h" The correct name is: "LPC13xx.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000000]I also found problems for links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"cannot open linker script file ../ld/usb_buffer_lib.ld : No such file or directory&amp;nbsp;&amp;nbsp;&amp;nbsp; usbhid_rom"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR]I also found some white space at the end of a path, file: "usb_buffer.ld" in "usbmsd_rom".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000000]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531056#M2302</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in file names and path (Linux)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531057#M2303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Tue Sep 21 23:16:49 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for highlighting this. NXP are updating their examples so they will work on all platforms.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531057#M2303</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in file names and path (Linux)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531058#M2304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Bingo600 on Wed Sep 22 07:31:53 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had the same issue with a LPC1768&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "quick fix" was to make a symbolic link in the directory defining the .h file ... : ln -s LPC17xx.h lpc17xx.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But this is just a workaround , and NXP should fix it in the sources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Bingo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-in-file-names-and-path-Linux/m-p/531058#M2304</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:05:19Z</dc:date>
    </item>
  </channel>
</rss>

