<?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のトピックRe: LPCXpresso does not use 'arm-none-eabi-as.exe'</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-does-not-use-arm-none-eabi-as-exe/m-p/576295#M22682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cb03scs on Wed Oct 28 07:06:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, found it...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to [Window]-&amp;gt;[Preferences]-&amp;gt;{C/C++}-&amp;gt;{Build}-&amp;gt;{Environment}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a list of Systemvariables that can be overwritten. Remove the MinGW path from the PATH variable and replace it with the LPC tool path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it works...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:27:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:27:40Z</dc:date>
    <item>
      <title>LPCXpresso does not use 'arm-none-eabi-as.exe'</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-does-not-use-arm-none-eabi-as-exe/m-p/576294#M22681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cb03scs on Wed Oct 28 06:52:47 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I just installed the latest LPCXpresso and tried to compile the freertos_blinky example from the LPC812 package... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To my astonishment The IDE wants to use the as.exe from my minGW64 installation!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would the IDE think that this is OK?! It makes no sense to use minGW! The IDE should not even know that minGW exists!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the console output when I build the project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make -r all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/src/FreeRTOSCommonHooks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -DDEBUG -D__CODE_RED -D__USE_LPCOPEN -D__MTB_BUFFER_SIZE=128 -D__REDLIB__ -DCORE_M0PLUS -I"C:\Users\cbach\Documents\LPCXpresso_7.9.2_493\workspace\lpc_chip_8xx\inc" -I"C:\Users\cbach\Documents\LPCXpresso_7.9.2_493\workspace\lpc_board_nxp_lpcxpresso_812\inc" -I"C:\Users\cbach\Documents\LPCXpresso_7.9.2_493\workspace\freertos_blinky\example\inc" -I"C:\Users\cbach\Documents\LPCXpresso_7.9.2_493\workspace\freertos_blinky\freertos\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -specs=redlib.specs -MMD -MP -MF"freertos/src/FreeRTOSCommonHooks.d" -MT"freertos/src/FreeRTOSCommonHooks.o" -MT"freertos/src/FreeRTOSCommonHooks.d" -o "freertos/src/FreeRTOSCommonHooks.o" "../freertos/src/FreeRTOSCommonHooks.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/Program Files/mingw-w64/x86_64-4.9.2-posix-seh-rt_v3-rev1/mingw64/bin/as.exe: unrecognized option `-mcpu=cortex-m0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [freertos/src/FreeRTOSCommonHooks.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;14:33:36 Build Finished (took 638ms)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please tell me how to tell LPCXpresso to NOT use MinGW?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:27:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-does-not-use-arm-none-eabi-as-exe/m-p/576294#M22681</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso does not use 'arm-none-eabi-as.exe'</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-does-not-use-arm-none-eabi-as-exe/m-p/576295#M22682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cb03scs on Wed Oct 28 07:06:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, found it...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to [Window]-&amp;gt;[Preferences]-&amp;gt;{C/C++}-&amp;gt;{Build}-&amp;gt;{Environment}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a list of Systemvariables that can be overwritten. Remove the MinGW path from the PATH variable and replace it with the LPC tool path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it works...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:27:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-does-not-use-arm-none-eabi-as-exe/m-p/576295#M22682</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:27:40Z</dc:date>
    </item>
  </channel>
</rss>

