<?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:  Help interpreting MCUXpresso error message when accessing ext. lib in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837873#M3249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; border: 0px;"&gt;The message seems quite self explanatory to me. The library file is not in a format that the tools recognise. So,how to solve? It would be good if you can&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;- post the exact version number of the gcc used to create the library&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;GNU ARM Embedded Toolchain Version: 7-2018-q2-update Linux 64 bit&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;link to toolchain used: &lt;A href="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm" style="color: #2989c5;"&gt;https://developer.arm.com/open-source/gnu-toolchain/gnu-rm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;- post an example command line of how you compiled one of the .o files in the library&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;- post the command line used to build the library&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;See attached configure shell script and makefile used:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ cd /home/ed/Project/libvpx/libvpx/ &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;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ export PATH="${PATH}:/home/ed/Project/armCrossCompile/gcc-arm-none-eabi-7-2018-q2-update/bin" &amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ CROSS=arm-none-eabi- &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ make distclean &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; &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; &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; &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; &amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ ./configure --target=generic-gnu &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ make &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;it probably also worth double checking that the library has not been corrupted in copying it from Linux to windows. Is it the exact same size? Is the md5 sum the same?&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;They are the same size doesn't look like it was corrupted.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2018 18:29:44 GMT</pubDate>
    <dc:creator>Ed_McM</dc:creator>
    <dc:date>2018-09-18T18:29:44Z</dc:date>
    <item>
      <title>Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837871#M3247</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;I had a question regarding how to interpret an error message I received when building SDK project in MCUXpresso IDE, which accesses a linked lib. &amp;nbsp;The SDK was created for use on the i.MXRT1050 EVK. &amp;nbsp;The lib was built under linux using gnu toolchain for ARM Cortex M7 bare metal. &amp;nbsp;I have added the lib and path in IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially I verified that I could build a simple hello world program, without any lib access. &amp;nbsp;I then added some calls into the libvpx and got the following error message. &amp;nbsp;Any help interpreting the message is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;DIV class="" style="color: #000000; background-color: #ffffff; padding-top: 12px;"&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Finished building: ../board/clock_config.c&lt;BR /&gt;Finished building: ../board/board.c&lt;BR /&gt;Finished building: ../board/pin_mux.c&lt;BR /&gt;Finished building: ../CMSIS/system_MIMXRT1052.c&lt;/P&gt;Building target: MIMXRT1052xxxxB_Project.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"C:\SHARED_PROJECTS\Defibtech\Defibtech_trainer\workspace\LIBvpx" -Xlinker -Map="MIMXRT1052xxxxB_Project.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -Xlinker --sort-section=alignment -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -T MIMXRT1052xxxxB_Project_Debug.ld -o "MIMXRT1052xxxxB_Project.axf"&amp;nbsp; ./xip/evkbimxrt1050_flexspi_nor_config.o ./xip/evkbimxrt1050_sdram_ini_dcd.o ./xip/fsl_flexspi_nor_boot.o&amp;nbsp; ./utilities/fsl_debug_console.o ./utilities/fsl_io.o ./utilities/fsl_log.o ./utilities/fsl_str.o&amp;nbsp; ./startup/startup_mimxrt1052.o&amp;nbsp; ./source/VPX_APP/ivfdec.o ./source/VPX_APP/tools_common.o ./source/VPX_APP/video_reader.o&amp;nbsp; ./source/MIMXRT1052xxxxB_Project.o ./source/semihost_hardfault.o&amp;nbsp; ./drivers/fsl_clock.o ./drivers/fsl_common.o ./drivers/fsl_gpio.o ./drivers/fsl_lpuart.o&amp;nbsp; ./board/board.o ./board/clock_config.o ./board/peripherals.o ./board/pin_mux.o&amp;nbsp; ./CMSIS/system_MIMXRT1052.o&amp;nbsp;&amp;nbsp; -lvpx&lt;BR /&gt;&lt;SPAN style="color: #3333ff;"&gt;&lt;STRONG&gt;C:\SHARED_PROJECTS\Defibtech\Defibtech_trainer\workspace\LIBvpx\libvpx.a: error adding symbols: File format not recognized&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [MIMXRT1052xxxxB_Project.axf] Error 1&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some additional info:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i.MX RT1052&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SDK for MIMXRT1052&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MCUXpresso IDE v10.2.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Windows 7 professional (MCUXpresso environment)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Linux Ubuntu (lib build environment)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 13:16:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837871#M3247</guid>
      <dc:creator>Ed_McM</dc:creator>
      <dc:date>2018-09-18T13:16:00Z</dc:date>
    </item>
    <item>
      <title>Re:  Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837872#M3248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message seems quite self explanatory to me. The library file is not in a format that the tools recognise. So,how to solve? It would be good if you can&lt;/P&gt;&lt;P&gt;- post the exact version number of the gcc used to create the library&amp;nbsp;&lt;/P&gt;&lt;P&gt;- post an example command line of how you compiled one of the .o files in the library&lt;/P&gt;&lt;P&gt;- post the command line used to build the library&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it probably also worth double checking that the library has not been corrupted in copying it from Linux to windows. Is it the exact same size? Is the md5 sum the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 16:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837872#M3248</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2018-09-18T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re:  Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837873#M3249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; border: 0px;"&gt;The message seems quite self explanatory to me. The library file is not in a format that the tools recognise. So,how to solve? It would be good if you can&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;- post the exact version number of the gcc used to create the library&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;GNU ARM Embedded Toolchain Version: 7-2018-q2-update Linux 64 bit&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;link to toolchain used: &lt;A href="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm" style="color: #2989c5;"&gt;https://developer.arm.com/open-source/gnu-toolchain/gnu-rm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;- post an example command line of how you compiled one of the .o files in the library&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;- post the command line used to build the library&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;See attached configure shell script and makefile used:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ cd /home/ed/Project/libvpx/libvpx/ &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;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ export PATH="${PATH}:/home/ed/Project/armCrossCompile/gcc-arm-none-eabi-7-2018-q2-update/bin" &amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ CROSS=arm-none-eabi- &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ make distclean &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; &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; &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; &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; &amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ ./configure --target=generic-gnu &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;$ make &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;it probably also worth double checking that the library has not been corrupted in copying it from Linux to windows. Is it the exact same size? Is the md5 sum the same?&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG&gt;They are the same size doesn't look like it was corrupted.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 18:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837873#M3249</guid>
      <dc:creator>Ed_McM</dc:creator>
      <dc:date>2018-09-18T18:29:44Z</dc:date>
    </item>
    <item>
      <title>Re:  Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837874#M3250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those files don't help me - without running the scripts/makefile I cannot easily&amp;nbsp;see what command line options are being used on the compiler and archiver (and I don't have time to read through them and work it out). Can you post the output from the build of the library - containing the command lines used to build each file (and not just 'Building xyzzy...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, post the .a file (zipped) and I'll see what the library contains.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837874#M3250</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2018-09-19T07:56:54Z</dc:date>
    </item>
    <item>
      <title>Re:  Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837875#M3251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached a zipped file that includes libvpx.a &amp;nbsp;and the build output with details on each built object file. &amp;nbsp;Thanks for looking at this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 13:07:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837875#M3251</guid>
      <dc:creator>Ed_McM</dc:creator>
      <dc:date>2018-09-19T13:07:17Z</dc:date>
    </item>
    <item>
      <title>Re:  Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837876#M3252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a bit of investigation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you are trying to link with a version of libvpx built for Ubuntu/x86 and not for ARM/Cortex-M7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I did:&lt;/P&gt;&lt;P&gt;I extracted the .o files from the archive and ran arm-none-eabi-nm, which gives the "File format not recognised" error.&lt;/P&gt;&lt;P&gt;I then ran nm on a Linux host and it gave me the correct symbols...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 08:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837876#M3252</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2018-09-20T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re:  Help interpreting MCUXpresso error message when accessing ext. lib</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837877#M3253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Con Verse. &amp;nbsp;That was it, I wasn't correctly setting path to cross compiler during build on Linux. &amp;nbsp;It ended up using the default linux native gcc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 13:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Help-interpreting-MCUXpresso-error-message-when-accessing-ext/m-p/837877#M3253</guid>
      <dc:creator>Ed_McM</dc:creator>
      <dc:date>2018-09-20T13:05:53Z</dc:date>
    </item>
  </channel>
</rss>

