<?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 ISSUE USING CDL LIBRARY</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/COMPILATION-ISSUE-USING-CDL-LIBRARY/m-p/544966#M12965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MOHAMMAD BIYABANI on Mon Jan 28 22:48:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I download the common driver library (CDL) from below URL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpc32x0-common-driver-library-cdl" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc32x0-common-driver-library-cdl&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I have tried to set the environment for LPC3250 common driver library (CDL) from Windows XP by below procedure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The procedure is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.In command prompt i set the environment where the generic is present for lpc32x0 by using command C:\nxpmcu\software&amp;gt;setenv generic_32x0 gnu 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. After that i went to below folder C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nand_lb\kickstart&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.I make it by C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nand_lb\kickstart&amp;gt;make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it is showing errors like make &amp;lt;e=2&amp;gt;: The system cannot find the file specified. make:***[uart.0] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4.If i make it by C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nand_sb\kickstart&amp;gt;make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then error is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make (e=2): The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [kickstart_nand_sb_burn.o] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5.For&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nor\norerase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the error is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make (e=2): The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [norerase.o] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HOW CAN I RECTIFY OR FIX IT?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:29:10 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:29:10Z</dc:date>
    <item>
      <title>COMPILATION ISSUE USING CDL LIBRARY</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/COMPILATION-ISSUE-USING-CDL-LIBRARY/m-p/544966#M12965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MOHAMMAD BIYABANI on Mon Jan 28 22:48:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I download the common driver library (CDL) from below URL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpc32x0-common-driver-library-cdl" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc32x0-common-driver-library-cdl&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I have tried to set the environment for LPC3250 common driver library (CDL) from Windows XP by below procedure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The procedure is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.In command prompt i set the environment where the generic is present for lpc32x0 by using command C:\nxpmcu\software&amp;gt;setenv generic_32x0 gnu 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. After that i went to below folder C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nand_lb\kickstart&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.I make it by C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nand_lb\kickstart&amp;gt;make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it is showing errors like make &amp;lt;e=2&amp;gt;: The system cannot find the file specified. make:***[uart.0] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4.If i make it by C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nand_sb\kickstart&amp;gt;make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then error is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make (e=2): The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [kickstart_nand_sb_burn.o] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5.For&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\nxpmcu\software\csps\lpc32xx\bsps\generic_32x0\startup\examples\Burners\nor\norerase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the error is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make (e=2): The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [norerase.o] Error 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HOW CAN I RECTIFY OR FIX IT?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/COMPILATION-ISSUE-USING-CDL-LIBRARY/m-p/544966#M12965</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:29:10Z</dc:date>
    </item>
  </channel>
</rss>

