<?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: MQX and Kinetis Design Studio as working in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359440#M11780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can debug your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-no-proof:yes"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/skins/images/3FFECFE27DCF5C9C0B7B214820C4F049/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are multiple issues (Watch and read the Warnings, they are also important). Basically you have many implicit function calls, aka, it has not been resolved by linker. You need prototypes of functions in header files, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void IniciarCAN(void);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have commented out all the ‘printf' as they are also implicit calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the more important issue is that you have a function static void init_hardware(void) that is also included in the MQX BSP. I have not investigated why GCC linker doesn't complain, but removing the function, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 06:38:08 GMT</pubDate>
    <dc:creator>LuisCasado</dc:creator>
    <dc:date>2014-09-24T06:38:08Z</dc:date>
    <item>
      <title>MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359401#M11741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello at present, I'm trying to work with the new develoment tool "Kinetis Design Studio". I want to develop an aplication with MQX in the FRDM-K64F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to create a project MQX in KDS for differents ways:&lt;/P&gt;&lt;P&gt;*Create a project in Codewarrior 10.6 and import to KDS.(not compile)&lt;/P&gt;&lt;P&gt;*Create a project in KDS with/without Process Expert and KSDK.&lt;/P&gt;&lt;P&gt;*Create a simple project with Process Expert and KSDK, and include the component MQX and MQX task in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of the last two forms, I get to compile without errors, but i can't debug. Show the error "Can not read register XX (XX) while CPU is running".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i work with KDS and MQX? How can i create a MQX project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 06:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359401#M11741</guid>
      <dc:creator>kevincarcel</dc:creator>
      <dc:date>2014-09-11T06:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359402#M11742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX 4.1 does not have KDS project files included.&lt;/P&gt;&lt;P&gt;Official support of KDS in MQX is planned in MQX 4.2 &amp;amp; MQX 5.0 coming later this year. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;At that time MQX plug-ins for KDS (e.g. Task Aware Debug &amp;amp; New Project Wizard) will be available.&amp;nbsp; Also, MQX project files for all libraries and examples will be available for KDS.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the meantime,&lt;/SPAN&gt; I recommend to make a copy of an existing demo or example and edit this project. You can find them in the following paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\MQX_KSDK_1.0.0\demos&lt;/P&gt;&lt;P&gt;C:\Freescale\MQX_KSDK_1.0.0\rtos\mqx\mqx\examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compiling MQX Libraries and Demos for the KDS&amp;nbsp; you can refer to&amp;nbsp; &lt;A href="https://community.nxp.com/docs/DOC-101674"&gt;Compiling MQX Libraries and Demos for the KDS Toolchain.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you for your support to us!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'inherit','serif';"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 07:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359402#M11742</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-09-11T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359403#M11743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hi Alice,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MQX 4.1.1 does include support for KDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From release notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale MQX RTOS was compiled and tested with these development tools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;• Kinetis Design Studio version IDE 1.1.0&lt;/P&gt;&lt;P&gt;• Support available for Kinetis devices&lt;/P&gt;&lt;P&gt;• See build projects in the Kinetis Design Studio&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GramE"&gt;subdirectory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;• &lt;SPAN&gt;Makefile&lt;/SPAN&gt; build option: TOOL=&lt;SPAN&gt;kds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 07:54:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359403#M11743</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-11T07:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359404#M11744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis and kevin,et all&lt;/P&gt;&lt;P&gt;I'm so sorry that I just know MQX 4.1.1 released, thank you Luis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:35:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359404#M11744</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-09-11T08:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359405#M11745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis and Kevin&lt;/P&gt;&lt;P&gt;There are many demo about&amp;nbsp; MQX + KDS under MQX4,1,1, while it seems that in KDS can't creat project like CW(file-&amp;gt;new-&amp;gt;mqx project), so in my opinion,&amp;nbsp; make use of the demo under the mqx is a good choice. what do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 10:51:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359405#M11745</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-09-11T10:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359406#M11746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;With IAR and Keil we don't have any wizard, copy&amp;amp;paste the folder Project use to work. But some paths need to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For KDS would have to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Copy from the example folder a MQX project (i.e. C:\Freescale\Freescale_MQX_4_1\mqx\examples\hello) and paste in any other folder.&lt;/LI&gt;&lt;LI&gt;I remove the projects I don't need for other toolchains or other boards.&lt;/LI&gt;&lt;LI&gt;Open for editing the .cproject with any text editor&lt;/LI&gt;&lt;LI&gt;Search in file for "MQX_ROOT_DIR"&lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&lt;/SPAN&gt; and change the value like this : "MQX_ROOT_DIR" type="VALUE_TEXT" value="&lt;STRONG style="mso-bidi-font-weight:normal"&gt;C:\Freescale\Freescale_MQX_4_1&lt;/STRONG&gt;"/&amp;gt;&lt;/LI&gt;&lt;LI&gt;Replace the string '&lt;STRONG style="mso-bidi-font-weight:normal"&gt;${ProjDirPath}/../../../../../..&lt;/STRONG&gt;' by ‘&lt;STRONG style="mso-bidi-font-weight:normal"&gt;{MQX_ROOT_DIR}&lt;/STRONG&gt;'&lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&lt;/SPAN&gt; (All the matches)&lt;/LI&gt;&lt;LI&gt;Save the changes&lt;/LI&gt;&lt;LI&gt;Import the project into KDS and build. You should build without errors.&lt;/LI&gt;&lt;LI&gt;Change the project name if you want and now you have a MQX Template project that you can copy&amp;amp;paste any times and add the new sources.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps there is an easier path, but this one works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 07:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359406#M11746</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-12T07:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359407#M11747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis and Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got buil a example&amp;nbsp; MQX project thanks to your explanations also I've tried to include in a project with PEx, the component MQX and MQX task after of take out all errors and compile without problems I can't debug because appear this error in console:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEGGER J-Link GDB Server V4.88a Command Line Version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JLinkARM.dll V4.88a (DLL compiled Jul 17 2014 18:20:19)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----GDB Server start settings-----&lt;/P&gt;&lt;P&gt;GDBInit file:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P&gt;GDB Server Listening port:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2331&lt;/P&gt;&lt;P&gt;SWO raw output listening port: 2332&lt;/P&gt;&lt;P&gt;Terminal I/O port:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2333&lt;/P&gt;&lt;P&gt;Accept remote connection:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost only&lt;/P&gt;&lt;P&gt;Generate logfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/P&gt;&lt;P&gt;Verify download:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P&gt;Init regs on start:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P&gt;Silent mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/P&gt;&lt;P&gt;Single run mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P&gt;Target connection timeout:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 sec.&lt;/P&gt;&lt;P&gt;------J-Link related settings------&lt;/P&gt;&lt;P&gt;J-Link Host interface:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB&lt;/P&gt;&lt;P&gt;J-Link script:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P&gt;J-Link settings file:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P&gt;------Target related settings------&lt;/P&gt;&lt;P&gt;Target device:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MK64FN1M0xxx12&lt;/P&gt;&lt;P&gt;Target interface:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SWD&lt;/P&gt;&lt;P&gt;Target interface speed:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000kHz&lt;/P&gt;&lt;P&gt;Target endian:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; little&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting to J-Link...&lt;/P&gt;&lt;P&gt;J-Link is connected.&lt;/P&gt;&lt;P&gt;Firmware: J-Link OpenSDA 2 compiled Apr 24 2014 14:44:11&lt;/P&gt;&lt;P&gt;Hardware: V1.00&lt;/P&gt;&lt;P&gt;S/N: 621000000&lt;/P&gt;&lt;P&gt;Checking target voltage...&lt;/P&gt;&lt;P&gt;Target voltage: 3.30 V&lt;/P&gt;&lt;P&gt;Listening on TCP/IP port 2331&lt;/P&gt;&lt;P&gt;Connecting to target...Connected to target&lt;/P&gt;&lt;P&gt;Waiting for GDB connection...Connected to 127.0.0.1&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;Target interface speed set to 1000 kHz&lt;/P&gt;&lt;P&gt;Resetting target&lt;/P&gt;&lt;P&gt;Halting target CPU...&lt;/P&gt;&lt;P&gt;...Target halted (PC = 0xFFFFFFFE)&lt;/P&gt;&lt;P&gt;R0 = 00000000, R1 = 00000000, R2 = 00000000, R3 = 00000000&lt;/P&gt;&lt;P&gt;R4 = 00000000, R5 = 00000000, R6 = 00000000, R7 = 00000000&lt;/P&gt;&lt;P&gt;R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000&lt;/P&gt;&lt;P&gt;R12= 00000000, R13= FFFFFFFC, MSP= FFFFFFFC, PSP= 00000000&lt;/P&gt;&lt;P&gt;R14(LR) = FFFFFFFF, R15(PC) = FFFFFFFE&lt;/P&gt;&lt;P&gt;XPSR 01000000, APSR 00000000, EPSR 01000000, IPSR 00000000&lt;/P&gt;&lt;P&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;Select auto target interface speed (1429 kHz)&lt;/P&gt;&lt;P&gt;Flash breakpoints enabled&lt;/P&gt;&lt;P&gt;Semi-hosting enabled (VectorAddr = 0x08)&lt;/P&gt;&lt;P&gt;Semihosting I/O set to TELNET Client&lt;/P&gt;&lt;P&gt;Downloading 20 bytes @ address 0x00000410 - Verified OK&lt;/P&gt;&lt;P&gt;Writing register (PC = 0x00000410)&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x00000410 (Data = 0x20000000)&lt;/P&gt;&lt;P&gt;Resetting target&lt;/P&gt;&lt;P&gt;Halting target CPU...&lt;/P&gt;&lt;P&gt;...Target halted (PC = 0xFFFFFFFE)&lt;/P&gt;&lt;P&gt;R0 = 00000000, R1 = 00000000, R2 = 00000000, R3 = 00000000&lt;/P&gt;&lt;P&gt;R4 = 00000000, R5 = 00000000, R6 = 00000000, R7 = 00000000&lt;/P&gt;&lt;P&gt;R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000&lt;/P&gt;&lt;P&gt;R12= 00000000, R13= FFFFFFFC, MSP= FFFFFFFC, PSP= 00000000&lt;/P&gt;&lt;P&gt;R14(LR) = FFFFFFFF, R15(PC) = FFFFFFFE&lt;/P&gt;&lt;P&gt;XPSR 01000000, APSR 00000000, EPSR 01000000, IPSR 00000000&lt;/P&gt;&lt;P&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0xFFFFFFFE (Data = 0x20000000)&lt;/P&gt;&lt;P&gt;Starting target CPU...&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 15 (R15) while CPU is running&lt;/P&gt;&lt;P&gt;...Target halted (PC = 0x00000000)&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 0 (R0) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 1 (R1) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 2 (R2) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 3 (R3) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 4 (R4) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 5 (R5) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 6 (R6) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 7 (R7) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 8 (R8) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 9 (R9) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 10 (R10) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 11 (R11) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 12 (R12) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 13 (R13) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 14 (R14) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 15 (R15) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 16 (XPSR) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 17 (MSP) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 18 (PSP) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 24 (PRIMASK) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 25 (BASEPRI) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 26 (FAULTMASK) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 27 (CONTROL) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 32 (FPSCR) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 33 (FPS0) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 34 (FPS1) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 35 (FPS2) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 36 (FPS3) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 37 (FPS4) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 38 (FPS5) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 39 (FPS6) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 40 (FPS7) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 41 (FPS8) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 42 (FPS9) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 43 (FPS10) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 44 (FPS11) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 45 (FPS12) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 46 (FPS13) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 47 (FPS14) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 48 (FPS15) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 49 (FPS16) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 50 (FPS17) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 51 (FPS18) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 52 (FPS19) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 53 (FPS20) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 54 (FPS21) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 55 (FPS22) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 56 (FPS23) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 57 (FPS24) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 58 (FPS25) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 59 (FPS26) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 60 (FPS27) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 61 (FPS28) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 62 (FPS29) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 63 (FPS30) while CPU is running&lt;/P&gt;&lt;P&gt;ERROR: Can not read register 64 (FPS31) while CPU is running&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve this errors? This is a method valid method to create a MQX project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 07:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359407#M11747</guid>
      <dc:creator>kevincarcel</dc:creator>
      <dc:date>2014-09-12T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359408#M11748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the debug configuration you can refer to the kds_user_guide(C:\Freescale\KDS_1.1.1\doc\pdf\kds_user_guide.pdf) about&amp;nbsp;&amp;nbsp; "4 debugging an embedded application"&lt;/P&gt;&lt;P&gt;and&amp;nbsp; kinetis SDK k64 User's Guide (C:\Freescale\KSDK_1.0.0\doc) about ( 4.4.3 Run a demo application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 07:55:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359408#M11748</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-09-12T07:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359409#M11749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hi Kevin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Review your debug configuration comparing with a working Project. In the process something has been modified in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:07:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359409#M11749</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-12T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359410#M11750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create MQX project on kds&amp;nbsp; refer to you said ,while when build ,the compiler can't find the .h files , any other places need to be configured ?&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Er.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45971i2AF911AC9DBB8D64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Er.png" alt="Er.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45972iD6F75F53837E74FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 01:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359410#M11750</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-09-16T01:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359411#M11751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Luis and Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to debug a sample project eth_to_serial. I've gotten buil without errors but not generated .elf. In comand windows appear this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 12pt;"&gt;arm-none-eabi-gcc: error: ..\..\..\..\..\..\..\..\..\lib\ksdk_mqx_lib\kds\K64F12\debug\ksdk_mqx_lib.a: No such file or directory&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can generate the file .elf installation? Does anyone have an example that i can debug in the FRDMK64F?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:30:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359411#M11751</guid>
      <dc:creator>kevincarcel</dc:creator>
      <dc:date>2014-09-16T06:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359412#M11752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your path is "&lt;STRONG&gt;C:\Freescale\Freescale_MQX_4_1&lt;/STRONG&gt;_1" not "&lt;STRONG&gt;C:\Freescale\Freescale_MQX_4_1&lt;/STRONG&gt;", so change MQX_ROOT_DIR accordinly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 08:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359412#M11752</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-16T08:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359413#M11753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , my path is MQX_4_1_1,&amp;nbsp; and so&amp;nbsp; in the .cproject&amp;nbsp; file i already&amp;nbsp; write accordingly like the screenshot below .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="21.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45982i621B52F745CC15B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="21.png" alt="21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="22.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45983i4AFEC7C821FF21B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="22.png" alt="22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp; the attachment is the .cproject file.&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 08:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359413#M11753</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-09-16T08:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359414#M11754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You have to build the MQX-KDSK libs (Working set in C:\Freescale\MQX_KSDK_1.0.0\rtos\mqx\build\kds\workspace_frdmk64f120m)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you need to build rtcs lib, importing the project C:\Freescale\MQX_KSDK_1.0.0\tcpip\rtcs\build\kds\rtcs_frdmk64f120m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the KSDK lib, importing and building C:\Freescale\MQX_KSDK_1.0.0\lib\ksdk_mqx_lib\kds\K64F12 (the one your project is missing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import the example and build &lt;SPAN&gt;eth_to_serial&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 09:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359414#M11754</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-16T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359415#M11755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached a project I created, change the path to 4_1_1 and try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 09:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359415#M11755</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-16T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359416#M11756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help me, your respond has been useful. Now I tried to change the original project, and appear again this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;08:49:00 **** Incremental Build of configuration Int Flash Debug for project eth_to_serial_frdmk64f120m ****&lt;/P&gt;&lt;P&gt;Info: Internal Builder is used for build&lt;/P&gt;&lt;P&gt;"C:\\Users\\kevin\\workspace" KDS v1.1.0/eth_to_serial_frdmk64f120m/makedir.bat C:/Users/kevin/workspace KDS v1.1.0/eth_to_serial_frdmk64f120m/int flash debug &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\kevin\workspace KDS v1.1.0\eth_to_serial_frdmk64f120m\Int Flash Debug&amp;gt;IF NOT EXIST "C:/Users/kevin/workspace" mkdir "C:/Users/kevin/workspace" &lt;/P&gt;&lt;P&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 -Wall -Wno-missing-braces -g3 -gdwarf-2 -gstrict-dwarf -gstrict-dwarf -gstrict-dwarf -T "C:/Users/kevin/workspace KDS v1.1.0/eth_to_serial_frdmk64f120m/../../../../../../../rtos/mqx/lib/frdmk64f120m.kds/debug/bsp/K64FN1Mxxx12_flash.ld" -nostartfiles -nodefaultlibs -Xlinker --gc-sections -Wl,-Map,eth_to_serial_frdmk64f120m.map -Xlinker --cref -Xlinker -z -Xlinker muldefs -Xlinker -static -o eth_to_serial_frdmk64f120m.elf -Xlinker --start-group "Sources\\main.o" "Sources\\TCP_IO.o" "Sources\\FlexCAN_IO.o" "C:\\lib\\ksdk_mqx_lib\\kds\\K64F12\\debug\\ksdk_mqx_lib.a" "C:\\lib\\frdmk64f120m.kds\\debug\\rtcs\\rtcs.a" "C:\\rtos\\mqx\\lib\\frdmk64f120m.kds\\debug\\nshell\\nshell.a" "C:\\rtos\\mqx\\lib\\frdmk64f120m.kds\\debug\\bsp\\bsp.a" "C:\\rtos\\mqx\\lib\\frdmk64f120m.kds\\debug\\psp\\psp.a" "C:\\rtos\\mqx\\lib\\frdmk64f120m.kds\\debug\\mqx_stdlib\\mqx_stdlib.a" "C:\\Freescale\\KDS_1.1.0\\toolchain\\lib\\gcc\\arm-none-eabi\\4.8.0\\m4\\fp\\v4-sp-d16\\libgcc.a" "C:\\Freescale\\KDS_1.1.0\\toolchain\\arm-none-eabi\\lib\\m4\\fp\\v4-sp-d16\\libc.a" "C:\\Freescale\\KDS_1.1.0\\toolchain\\arm-none-eabi\\lib\\m4\\fp\\v4-sp-d16\\libsupc++.a"&lt;/P&gt;&lt;P&gt;"C:\\Freescale\\KDS_1.1.0\\toolchain\\arm-none-eabi\\lib\\m4\\fp\\v4-sp-d16\\libm.a" -Xlinker --end-group &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm-none-eabi-gcc: error: C:\lib\ksdk_mqx_lib\kds\K64F12\debug\ksdk_mqx_lib.a: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm-none-eabi-gcc: error: C:\lib\frdmk64f120m.kds\debug\rtcs\rtcs.a: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm-none-eabi-gcc: error: C:\rtos\mqx\lib\frdmk64f120m.kds\debug\nshell\nshell.a: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm-none-eabi-gcc: error: C:\rtos\mqx\lib\frdmk64f120m.kds\debug\bsp\bsp.a: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm-none-eabi-gcc: error: C:\rtos\mqx\lib\frdmk64f120m.kds\debug\psp\psp.a: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm-none-eabi-gcc: error: C:\rtos\mqx\lib\frdmk64f120m.kds\debug\mqx_stdlib\mqx_stdlib.a: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;08:49:00 Build Finished (took 203ms)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have compile this libraries. Can you help me? thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="img5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46014i2DD716BA1DC7FE93/image-size/large?v=v2&amp;amp;px=999" role="button" title="img5.png" alt="img5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:18:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359416#M11756</guid>
      <dc:creator>kevincarcel</dc:creator>
      <dc:date>2014-09-17T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359417#M11757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hi Kevin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you build the example Project without errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new project, what modifications have you done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359417#M11757</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-17T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359418#M11758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I build the example project and the new project without errors. I have changed much of the project and have included cunimucacion CAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Luis &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:36:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359418#M11758</guid>
      <dc:creator>kevincarcel</dc:creator>
      <dc:date>2014-09-17T07:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359419#M11759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your problem is in the path of the libraries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in;margin-bottom:.0001pt;line-height:18.0pt"&gt;&lt;STRONG style="mso-bidi-font-family: Arial; font-size: 10.0pt; font-family: inherit , serif; "&gt;C:\rtos\mqx\lib\frdmk64f120m.kds\debug\xxxxx&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Review the projects paths in your new project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:55:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359419#M11759</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-17T07:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: MQX and Kinetis Design Studio as working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359420#M11760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The paths of the libraries are same as in the example project and I check that exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="img4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46015i99515991C3B0C718/image-size/large?v=v2&amp;amp;px=999" role="button" title="img4.png" alt="img4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Which&amp;nbsp; be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-and-Kinetis-Design-Studio-as-working/m-p/359420#M11760</guid>
      <dc:creator>kevincarcel</dc:creator>
      <dc:date>2014-09-17T08:51:12Z</dc:date>
    </item>
  </channel>
</rss>

