<?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: Program file does not exist for example program blinky</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578918#M23866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michael710 on Wed Jul 29 06:25:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, I can find the file in the filesystem. Do I need to add any PATH variable manually? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The installation went fine - without any errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I debug the root cause of this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:03:29 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:03:29Z</dc:date>
    <item>
      <title>Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578915#M23863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michael710 on Wed Jul 29 04:38:37 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a brand new LPCExpresso installation (and a board with te LPC11C24), downloaded the zip files with the sources for the LPC11C24 and tried to compile the "blinky" program for a first test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when I try to compile and debug this example, no program files are generated, ERROR:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Program file does not exist&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/home/mblank/LPCXpresso/workspace/nxp_lpcxpresso_11c24_periph_blinky/Debug/nxp_lpcxpresso_11c24_periph_blinky.axf not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/home/mblank/LPCXpresso/workspace/nxp_lpcxpresso_11c24_periph_blinky/Debug/nxp_lpcxpresso_11c24_periph_blinky.axf not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/home/mblank/LPCXpresso/workspace/nxp_lpcxpresso_11c24_periph_blinky/Debug/nxp_lpcxpresso_11c24_periph_blinky.axf not found"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to add or modify the project settings? (I'm running LPCXpresso v7.8.0 [Build 426] [2015-05-28] on Ubuntu 14.04.2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks, michael.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578915#M23863</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578916#M23864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michael710 on Wed Jul 29 04:58:14 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;when I start make from the command line in the nxp...blinky/Debug directory, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nxp_lpcxpresso_11c24_freertos_blinky/Debug$ make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../example/src/cr_startup_lpc11xx.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 -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_LPCOPEN -DCORE_M0 -I"/home/mblank/LPCXpresso/workspace/nxp_lpcxpresso_11c24_freertos_blinky/example/inc" -I"/home/mblank/LPCXpresso/workspace/nxp_lpcxpresso_11c24_freertos_blinky/freertos/inc" -I"/home/mblank/LPCXpresso/workspace/lpc_chip_11cxx_lib/inc" -I"/home/mblank/LPCXpresso/workspace/nxp_lpcxpresso_11c24_board_lib/inc" -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"example/src/cr_startup_lpc11xx.d" -MT"example/src/cr_startup_lpc11xx.d" -o "example/src/cr_startup_lpc11xx.o" "../example/src/cr_startup_lpc11xx.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc: error: redlib.specs: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [example/src/cr_startup_lpc11xx.o] Fehler 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578916#M23864</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578917#M23865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Jul 29 05:38:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;redlib.specs is installed with the product into &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(install)/lpcxpresso/tools/lib/gcc/arm-none-eabi/4.9.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is not there, it implies something wrong with your install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578917#M23865</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578918#M23866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michael710 on Wed Jul 29 06:25:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, I can find the file in the filesystem. Do I need to add any PATH variable manually? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The installation went fine - without any errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I debug the root cause of this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578918#M23866</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578919#M23867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Jul 29 07:06:44 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We have thousands of Linux installs and this issue has never been reported, so it must be something in your environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Path is automatically updated when you start the build. What else is on your PATH?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578919#M23867</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578920#M23868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michael710 on Thu Jul 30 09:02:24 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not have an entry related to LPCXpresso in my PATH variable. (I have other arm-development tools on this machine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I installed the SW on a Windows machine - and everything runs just fine from the beginning!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578920#M23868</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program file does not exist for example program blinky</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578921#M23869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Thu Jul 30 09:19:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So, when running from the command line, you are picking up a different toolchain - i.e. you are not using LPCXpresso's tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To use LPCXpresso tools, you need to setup your path to include the following paths at the START of your path variable (so they are found first - before any other tools)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(/path/to/lpcxpresso)/lpcxpresso/bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(/path/to/lpcxpresso)/lpcxpresso/tools/bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-file-does-not-exist-for-example-program-blinky/m-p/578921#M23869</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:03:31Z</dc:date>
    </item>
  </channel>
</rss>

