<?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>LPC Microcontrollers中的主题 Compilation error: examples with &amp;quot;\&amp;quot; in include paths - Linux</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-error-examples-with-quot-quot-in-include-paths-Linux/m-p/581846#M20545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by beni0664 on Tue Nov 18 07:13:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured out, that every example of the LPC11U14 with relative includes does not compile under Linux:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from ../example/src/Lib/UsbRom.c:32:0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example/src/Lib/subdir.mk:18: recipe for target 'example/src/Lib/UsbRom.o' failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../example/src/Lib/UsbRom.h:33:27: fatal error: ..\GenericHID.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; #include "..\GenericHID.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you change the path seperator to a "/" it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a problem with the case-sensitivity under Linux (MassStorage example):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from ../example/src/Lib/DataRam.c:39:0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../example/src/Lib/fatutil.h:20:17: fatal error: usb.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example/src/Lib/subdir.mk:27: recipe for target 'example/src/Lib/DataRam.o' failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The include is originally named USB.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso/workspace/lpc_chip_11uxx_lib/inc/pmu_11xx.h:49:8: warning: missing terminating " character [enabled by default]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be one additional " character.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Benjamin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:24:19 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:24:19Z</dc:date>
    <item>
      <title>Compilation error: examples with "\" in include paths - Linux</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-error-examples-with-quot-quot-in-include-paths-Linux/m-p/581846#M20545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by beni0664 on Tue Nov 18 07:13:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured out, that every example of the LPC11U14 with relative includes does not compile under Linux:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from ../example/src/Lib/UsbRom.c:32:0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example/src/Lib/subdir.mk:18: recipe for target 'example/src/Lib/UsbRom.o' failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../example/src/Lib/UsbRom.h:33:27: fatal error: ..\GenericHID.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; #include "..\GenericHID.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you change the path seperator to a "/" it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a problem with the case-sensitivity under Linux (MassStorage example):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from ../example/src/Lib/DataRam.c:39:0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../example/src/Lib/fatutil.h:20:17: fatal error: usb.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example/src/Lib/subdir.mk:27: recipe for target 'example/src/Lib/DataRam.o' failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The include is originally named USB.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso/workspace/lpc_chip_11uxx_lib/inc/pmu_11xx.h:49:8: warning: missing terminating " character [enabled by default]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be one additional " character.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Benjamin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:24:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-error-examples-with-quot-quot-in-include-paths-Linux/m-p/581846#M20545</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:24:19Z</dc:date>
    </item>
  </channel>
</rss>

