<?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 Getting error when opening Kinetis MQX4.1 project in MQX4.2 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Getting-error-when-opening-Kinetis-MQX4-1-project-in-MQX4-2/m-p/493753#M16041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Codewarrior project that was compiling fine in CW10.6 with MQX4.1.1 installed.&amp;nbsp; I installed MQX4.2 and when I tried to open the same project and compile it I'm getting the following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(float.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(float.o)&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(s_modf.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(s_modf.o)&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(__strtold.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(__strtold.o)&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(vsscanf.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(vsscanf.o)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(and there are more like this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already gone through the project settings and updated paths to the MQX4.2 folder, and when I got this message after trying to compile, I also tried changing the "Target Processor" options in the C/C++ Build Settings menu to Float ABI = "FPU with hard vfp passing", and FPU Type = "FPv4-SP-D16"&amp;nbsp; From some online searcing, this error seems to be related to the hardware floating point unit.&amp;nbsp; But I continued getting those errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried creating a new project based on an example project and copying my source into, adding relevant libraries, etc., but I ran into other problems which I'm working through.&amp;nbsp; But I would prefer to know how to fix the issue with the original project.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 21:29:45 GMT</pubDate>
    <dc:creator>ARQuattr</dc:creator>
    <dc:date>2015-12-17T21:29:45Z</dc:date>
    <item>
      <title>Getting error when opening Kinetis MQX4.1 project in MQX4.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Getting-error-when-opening-Kinetis-MQX4-1-project-in-MQX4-2/m-p/493753#M16041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Codewarrior project that was compiling fine in CW10.6 with MQX4.1.1 installed.&amp;nbsp; I installed MQX4.2 and when I tried to open the same project and compile it I'm getting the following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(float.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(float.o)&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(s_modf.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libm.a(s_modf.o)&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(__strtold.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(__strtold.o)&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: error: project.elf uses VFP register arguments, C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(vsscanf.o) does not&lt;/P&gt;&lt;P&gt;c:/freescale/cw mcu v10.6/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m\libc.a(vsscanf.o)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(and there are more like this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already gone through the project settings and updated paths to the MQX4.2 folder, and when I got this message after trying to compile, I also tried changing the "Target Processor" options in the C/C++ Build Settings menu to Float ABI = "FPU with hard vfp passing", and FPU Type = "FPv4-SP-D16"&amp;nbsp; From some online searcing, this error seems to be related to the hardware floating point unit.&amp;nbsp; But I continued getting those errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried creating a new project based on an example project and copying my source into, adding relevant libraries, etc., but I ran into other problems which I'm working through.&amp;nbsp; But I would prefer to know how to fix the issue with the original project.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 21:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Getting-error-when-opening-Kinetis-MQX4-1-project-in-MQX4-2/m-p/493753#M16041</guid>
      <dc:creator>ARQuattr</dc:creator>
      <dc:date>2015-12-17T21:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error when opening Kinetis MQX4.1 project in MQX4.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Getting-error-when-opening-Kinetis-MQX4-1-project-in-MQX4-2/m-p/493754#M16042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Angelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you build the MQX 4.2 libraries (BSP, PSP, etc)?&lt;/P&gt;&lt;P&gt;Please build all the MQX 4.2 libraries, then create a new MQX 4.2 project and copy into the sources folder all your&amp;nbsp; *.c and *.h files.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 20:17:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Getting-error-when-opening-Kinetis-MQX4-1-project-in-MQX4-2/m-p/493754#M16042</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-12-18T20:17:57Z</dc:date>
    </item>
  </channel>
</rss>

