<?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: LPC1769 Release build in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854912#M34014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2019 09:04:05 GMT</pubDate>
    <dc:creator>ND2</dc:creator>
    <dc:date>2019-03-15T09:04:05Z</dc:date>
    <item>
      <title>LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854905#M34007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPC1769 code (usbd_lib_cdc_uart) from LPCOpen 2.1.0 is running in Debug mode on my dev kit just fine. However when I try to compile it into Release build I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/73789iD07C643D02BD0EC4/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are we missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entire error reads like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;18:11:49 **** Incremental Build of configuration Release for project usbd_lib_cdc_uart **** make -r -j4 all Building target: usbd_lib_cdc_uart.axf Invoking: MCU Linker arm-none-eabi-gcc -nostdlib -L"C:\Users\Durgesh\Documents\MCUXpressoIDE_10.3.0_2200\workspace\lpc_chip_175x_6x\libs" -Xlinker -Map="usbd_lib_cdc_uart.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "usbd_lib_cdc_uart_Release.ld" -o "usbd_lib_cdc_uart.axf" ./example/src/cdc_desc.o ./example/src/cdc_main.o ./example/src/cdc_uart.o ./example/src/cr_startup_lpc175x_6x.o ./example/src/sysinit.o -llpc_board_nxp_lpcxpresso_1769 -llpc_chip_175x_6x -lusbd_175x_6x_lib c:/nxp/mcuxpressoide_10.3.0_2200/ide/plugins/com.nxp.mcuxpresso.tools.win32_10.3.0.201811011841/tools/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -llpc_board_nxp_lpcxpresso_1769 c:/nxp/mcuxpressoide_10.3.0_2200/ide/plugins/com.nxp.mcuxpresso.tools.win32_10.3.0.201811011841/tools/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -llpc_chip_175x_6x collect2.exe: error: ld returned 1 exit status make: *** [makefile:32: usbd_lib_cdc_uart.axf] Error 1 18:11:49 Build Finished (took 196ms)


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:16:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854905#M34007</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2020-11-02T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854906#M34008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to build the libraries in Release mode as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 14:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854906#M34008</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-03-13T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854907#M34009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It's right you need build all libs under release mode also.&lt;/P&gt;&lt;P&gt;This is because, when you build application project in release mode, the liker needs link lib files under libraries' "release" folder. see below screenshot. Thus we need make sure those release version lib files have been generated already.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73558i176D9ABBB9FAC854/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 15:16:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854907#M34009</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-13T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854908#M34010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried as suggested. Still the same situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshots below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73440i3F070FA7BF85E276/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73475i17F1F61F117365FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 17:21:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854908#M34010</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2019-03-13T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854909#M34011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neel,&lt;/P&gt;&lt;P&gt;When you import library and application project, please check if you checked "copy projects to workspace".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73977i225798F5DD257D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to your workspace to check if the entire library folders exists.&lt;/P&gt;&lt;P&gt;Especially you need check if the .lib file is correctly generated under \Release folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested libraries with application under release mode, there is no build error from my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 02:54:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854909#M34011</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-14T02:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854910#M34012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes we have copied the projects to the workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, we do see that the library folder doesn't exist. See screenshots below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74395i9E7A00BC81107A7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74452i0AEBCA91EB9CBB91/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So yes, seems like we have located the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to get this resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using LPCOpen 2.1 which was imported from within the MCUExpresso 10.3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 04:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854910#M34012</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2019-03-14T04:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854911#M34013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;So you didn't build lib projects in release mode successfully.&lt;/P&gt;&lt;P&gt;I just recorded a video for you. Please do the same on your side.&lt;/P&gt;&lt;P&gt;After build, see if library files are generated under the release folder as I did in my video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 07:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854911#M34013</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-15T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854912#M34014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 09:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854912#M34014</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2019-03-15T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854913#M34015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just attached. Please check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 09:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854913#M34015</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-15T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854914#M34016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did the same thing as you suggested. The code that you are suggesting also works fine with Release mode for us but the uart_rb code doesn't compile with Release mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.dropbox.com/s/24pqmbobb0719kp/LPC1769-Release.mov?dl=0" title="https://www.dropbox.com/s/24pqmbobb0719kp/LPC1769-Release.mov?dl=0"&gt;Dropbox - LPC1769-Release.mov&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 09:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854914#M34016</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2019-03-15T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854915#M34017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neel&lt;/P&gt;&lt;P&gt;Dropbox is block on my side, so I can't watch it.&lt;/P&gt;&lt;P&gt;There is no uart_rb demo but I found periph_uart_rb project under lpcopen folder. I built it in release mode, there is no error.&lt;/P&gt;&lt;P&gt;See attached video.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 02:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854915#M34017</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-18T02:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854916#M34018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6185802241001w320h240r831" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6185802241001" data-account="6153537070001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6153537070001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6185802241001w320h240r831');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.nxp.com/t5/video/gallerypage/video-id/6185802241001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Please check this video Zhang.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to get rid of this error? Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 06:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854916#M34018</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2019-03-18T06:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854917#M34019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please check two points:&lt;/P&gt;&lt;P&gt;1. I didn't see you rebuild lib lpc_board_nxp_lpcxpresso_1769, Please rebuild it in release mode also.&lt;/P&gt;&lt;P&gt;2.Please keep only these 3 projects in your IDE project view window. &lt;STRONG&gt;lpc_board_nxp_lpcxpresso_1769, lpc_chip_175x_6x, periph_uart_rb.&amp;nbsp;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 06:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854917#M34019</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-18T06:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854918#M34020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to resolve this matter completely. My set configurations was not set to Release build hence the libraries were not in the release build mode. I wasn't able to understand what you meant to say earlier but now everything is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 06:56:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-Release-build/m-p/854918#M34020</guid>
      <dc:creator>ND2</dc:creator>
      <dc:date>2019-03-18T06:56:13Z</dc:date>
    </item>
  </channel>
</rss>

