<?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: ARM_Programmer specify programmer in OSBDM and TBDML</title>
    <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362307#M2983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;UsbdmScript/usbdmTcl.o:usbdmTcl.c:(.text.startup+0x2f): undefined reference to `&lt;/P&gt;&lt;P&gt;_imp__Tcl_MainEx'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixed this by uninstalling the 64 bit version of tcl86. Installing the 32 bit version and updating Common.mk to link to tcl86.dll instead of tcl85.dll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2015 00:42:29 GMT</pubDate>
    <dc:creator>matthewharper</dc:creator>
    <dc:date>2015-03-07T00:42:29Z</dc:date>
    <item>
      <title>ARM_Programmer specify programmer</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362302#M2978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking at the command line options for the ARM_Programmer.exe utility and noticed there is no option to specify the programmer.&amp;nbsp; You can specify a programmer in GUI via the drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's potentially important because I have 'gang of four' situation, programming 4 boards at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also was looking into building the code via msys.&amp;nbsp; I'm assuming everything is built under msys? x Except the documentation?&amp;nbsp; Related to that I noticed on the web page you say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the command &lt;STRONG&gt;CollectExternalFiles.&lt;/STRONG&gt;&amp;nbsp; This appears commented out. Should I use Collect Shared files instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 22:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362302#M2978</guid>
      <dc:creator>matthewharper</dc:creator>
      <dc:date>2015-03-05T22:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_Programmer specify programmer</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362303#M2979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just added the option to select a programmer.&amp;nbsp; It will be available in the next version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CollectExternalFiles&lt;/STRONG&gt;&amp;nbsp; Collects external files from the different application locations e.g. wxWidgets DLLs etc to a staging location. This is to allow me to check what has changed.&amp;nbsp; The only reason it is disabled is so I don't accidentally do it.&amp;nbsp; I only run it when I change some contributing software version and then check the result.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CollectSharedFiles&lt;/STRONG&gt; Copies from the staging location into where they are used by a build.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The above is just me being careful to not accidentally change something.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bye&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 00:42:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362303#M2979</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2015-03-06T00:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_Programmer specify programmer</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362304#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I have just added the option to select a programmer.&amp;nbsp; It will be available in the next version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will make me very happy!!!!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I was digging trying to get this to compile. I ran into a problem failed on not being able to find SHCreateDirectoryEx()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I traced that down I thin to this like in Log.cpp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#ifdef WIN32&lt;/P&gt;&lt;P&gt;#define _WIN32_IE 0x0500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //!&amp;lt; Required for later system calls.&lt;/P&gt;&lt;P&gt;//#define _WIN32_WINNT 0x0500&amp;nbsp;&amp;nbsp; //!&amp;lt; Required for later system calls.&lt;/P&gt;&lt;P&gt;#include &amp;lt;shlobj.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_WIN32_WINNT 0x0500 being commented out means that SHCreateDirectoryEx() isn't defined in shlobj.h&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 06:17:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362304#M2980</guid>
      <dc:creator>matthewharper</dc:creator>
      <dc:date>2015-03-06T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_Programmer specify programmer</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362305#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also another crap out on compiling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Linking Target UsbdmScript/UsbdmScript.exe&lt;/P&gt;&lt;P&gt;c:/MinGW/bin/gcc -o UsbdmScript/UsbdmScript.exe&amp;nbsp; -s -mthreads&amp;nbsp; UsbdmScript/DSC_U&lt;/P&gt;&lt;P&gt;tilities.o UsbdmScript/Names.o UsbdmScript/usbdmTcl.o UsbdmScript/FindWindow.o U&lt;/P&gt;&lt;P&gt;sbdmScript/Version.o&amp;nbsp; -L../Shared_V4/lib -L../PackageFiles/bin/win32&amp;nbsp; -lusbdm.4&lt;/P&gt;&lt;P&gt;&amp;nbsp; -lusbdm-dsc.4&amp;nbsp; -ltcl85 -lwxmsw30u_core_gcc_custom -lwxbase30u_gcc_custom -lwxm&lt;/P&gt;&lt;P&gt;sw30u_adv_gcc_custom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lusbdm-wxPlugin&lt;/P&gt;&lt;P&gt;UsbdmScript/usbdmTcl.o:usbdmTcl.c:(.text.startup+0x2f): undefined reference to `&lt;/P&gt;&lt;P&gt;_imp__Tcl_MainEx'&lt;/P&gt;&lt;P&gt;collect2.exe: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;Target.mk:91: recipe for target 'UsbdmScript/UsbdmScript.exe' failed&lt;/P&gt;&lt;P&gt;mingw32-make[2]: *** [UsbdmScript/UsbdmScript.exe] Error 1&lt;/P&gt;&lt;P&gt;mingw32-make[2]: Leaving directory 'c:/projects/USBDMProgect/build/usbdm-eclipse&lt;/P&gt;&lt;P&gt;-makefiles-build-master/Usbdm_TCL'&lt;/P&gt;&lt;P&gt;Makefile:15: recipe for target 'UsbdmScript' failed&lt;/P&gt;&lt;P&gt;mingw32-make[1]: *** [UsbdmScript] Error 2&lt;/P&gt;&lt;P&gt;mingw32-make[1]: Leaving directory 'c:/projects/USBDMProgect/build/usbdm-eclipse&lt;/P&gt;&lt;P&gt;-makefiles-build-master/Usbdm_TCL'&lt;/P&gt;&lt;P&gt;make: *** [build-Usbdm_TCL] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing I note is, you link I think against tcl85.dll but the latest 'free' download for tcl is tcl86.&amp;nbsp; Wondering if that is the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 06:46:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362305#M2981</guid>
      <dc:creator>matthewharper</dc:creator>
      <dc:date>2015-03-06T06:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_Programmer specify programmer</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362306#M2982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another little thing CleanAll was failing because&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USBDM_API_Example\Target.mk includes USBDM_API_Example\Common.mk instead of ../Common.mk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I has to adjust the paths in USBDM_API_Example\Common.mk to point to mingw32-make.exe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 21:16:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362306#M2982</guid>
      <dc:creator>matthewharper</dc:creator>
      <dc:date>2015-03-06T21:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_Programmer specify programmer</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362307#M2983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;UsbdmScript/usbdmTcl.o:usbdmTcl.c:(.text.startup+0x2f): undefined reference to `&lt;/P&gt;&lt;P&gt;_imp__Tcl_MainEx'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixed this by uninstalling the 64 bit version of tcl86. Installing the 32 bit version and updating Common.mk to link to tcl86.dll instead of tcl85.dll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 00:42:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/ARM-Programmer-specify-programmer/m-p/362307#M2983</guid>
      <dc:creator>matthewharper</dc:creator>
      <dc:date>2015-03-07T00:42:29Z</dc:date>
    </item>
  </channel>
</rss>

