<?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: Cross Compiler error in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392681#M2402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be that the system_MK64F12.o (object file) is used by another process/application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is your virus scanner/firewall which blocks the compiler, as it is called several times?&lt;/P&gt;&lt;P&gt;Try to disable it temporarily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thought I have: could it be that you have MinGW installed and in your path? Then all kind of strange things could happen.&lt;/P&gt;&lt;P&gt;Usually MinGW is installed in C:\mingw: try to rename that folder and see if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 18:22:21 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2015-08-24T18:22:21Z</dc:date>
    <item>
      <title>Cross Compiler error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392680#M2401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, im working with KDS + FRDM64F kit, when want to compile a proyect (blink led) i have the next error...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;1:13:16 **** Build of configuration Debug for project adar ****&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;make all &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Building file: ../Sources/main.c'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Invoking: Cross ARM C Compiler'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g3 -I"../Sources" -I"../Includes" -std=c99 -MMD -MP -MF"Sources/main.d" -MT"Sources/main.o" -c -o "Sources/main.o" "../Sources/main.c"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Finished building: ../Sources/main.c'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;' '&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Building file: ../Project_Settings/Startup_Code/startup_MK64F12.S'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Invoking: Cross ARM GNU Assembler'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g3 -x assembler-with-cpp -MMD -MP -MF"Project_Settings/Startup_Code/startup_MK64F12.d" -MT"Project_Settings/Startup_Code/startup_MK64F12.o" -c -o "Project_Settings/Startup_Code/startup_MK64F12.o" "../Project_Settings/Startup_Code/startup_MK64F12.S"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Finished building: ../Project_Settings/Startup_Code/startup_MK64F12.S'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;' '&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Building file: ../Project_Settings/Startup_Code/system_MK64F12.c'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Invoking: Cross ARM C Compiler'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g3 -I"../Sources" -I"../Includes" -std=c99 -MMD -MP -MF"Project_Settings/Startup_Code/system_MK64F12.d" -MT"Project_Settings/Startup_Code/system_MK64F12.o" -c -o "Project_Settings/Startup_Code/system_MK64F12.o" "../Project_Settings/Startup_Code/system_MK64F12.c"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'Finished building: ../Project_Settings/Startup_Code/system_MK64F12.c'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;make: *** Acceso denegado.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.&amp;nbsp; Stop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;make: *** Waiting for unfinished jobs....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I &lt;SPAN lang="en"&gt;suppose, im having some problem with Cross Compiler.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Affter this, the KDS hangout. Im working as a root user in windows 7 32bits, and a set the configuration in property's proyect to generate a .bin file. ( create a flash image)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Can somebody help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:36:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392680#M2401</guid>
      <dc:creator>guillermobustos</dc:creator>
      <dc:date>2015-08-24T14:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compiler error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392681#M2402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be that the system_MK64F12.o (object file) is used by another process/application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is your virus scanner/firewall which blocks the compiler, as it is called several times?&lt;/P&gt;&lt;P&gt;Try to disable it temporarily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thought I have: could it be that you have MinGW installed and in your path? Then all kind of strange things could happen.&lt;/P&gt;&lt;P&gt;Usually MinGW is installed in C:\mingw: try to rename that folder and see if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:22:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392681#M2402</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-24T18:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compiler error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392682#M2403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, similar thread in the past where the virus scanner was the problem: &lt;A href="https://community.nxp.com/thread/308139"&gt;issue with Codewarior 10.3 "mingw32-make: *** Access denied."&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:25:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392682#M2403</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-08-24T18:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compiler error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392683#M2404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, i fixed the problem, it wasnt about firewall or virus scanner. i had to go into the Freescale archive --&amp;gt; KDS_3.0.0 ----&amp;gt; bin and look into the make program, right click and give root privilege. My mistake was give root privilege to project archive in the workspace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cross-Compiler-error/m-p/392683#M2404</guid>
      <dc:creator>guillermobustos</dc:creator>
      <dc:date>2015-08-25T14:37:32Z</dc:date>
    </item>
  </channel>
</rss>

