<?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: Can't Creat Statick Link Library in S32 Design Studio v3.4 in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579355#M9631</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you very much for your reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I pasted the complete console output below. Please help me analyze it. Thank you very much.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I also put the application project and generated library project I use on the attachment.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.S32K144_Lib.&amp;nbsp; This is the project used to generate. a file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.S32K144_Lib_BuildTest.&amp;nbsp;This is the application&amp;nbsp;project.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The following is the full Console output information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;21:58:26 **** Build of configuration Debug_FLASH for project S32K144_Lib_BuildTest ****&lt;BR /&gt;make -j8 all&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup_S32K144.S&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/system_S32K144.c&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup_S32K144.args" -o "Project_Settings/Startup_Code/startup_S32K144.o" "../Project_Settings/Startup_Code/startup_S32K144.S"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup.args" -MMD -MP -MF"Project_Settings/Startup_Code/system_S32K144.d" -MT"Project_Settings/Startup_Code/system_S32K144.o" -o "Project_Settings/Startup_Code/system_S32K144.o" "../Project_Settings/Startup_Code/system_S32K144.c"&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup_S32K144.S&lt;BR /&gt;&lt;BR /&gt;Finished building: ../src/main.c&lt;BR /&gt;&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/system_S32K144.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Building target: S32K144_Lib_BuildTest.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "S32K144_Lib_BuildTest.elf" "@S32K144_Lib_BuildTest.args"&lt;BR /&gt;D:/NXP/workspaceS32DS.3.4VVV/S32K144_Lib_BuildTest/src\libS32K144_Lib.a: error adding symbols: Archive has no index; run ranlib to add one&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:36: S32K144_Lib_BuildTest.elf] Error 1&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 14:14:46 GMT</pubDate>
    <dc:creator>Anony</dc:creator>
    <dc:date>2023-01-09T14:14:46Z</dc:date>
    <item>
      <title>Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1578976#M9626</link>
      <description>&lt;P&gt;I need to use the static link library in S32DS v3.4.The compiler as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anony_4-1673241193596.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206428i0A0B7768597DD592/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anony_4-1673241193596.png" alt="Anony_4-1673241193596.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My operations are as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. First, create a project that can generate library files, and then compile to generate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;TestLib.a&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file，I use the default options during project creation;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anony_0-1673241002477.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206425i62A1DFB452E311CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anony_0-1673241002477.png" alt="Anony_0-1673241002477.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Then create an application project and add the above library files to the new application project,I use the default options during project creation;;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anony_1-1673241002088.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206424i6DD2DCA2388ACBD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anony_1-1673241002088.png" alt="Anony_1-1673241002088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3.I add the LibTestLib. a file to the application project, and the settings are shown in the following figure&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anony_2-1673241001823.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206426iE84DF0C8135B5B90/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anony_2-1673241001823.png" alt="Anony_2-1673241001823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. The following error prompt appears when compiling the application project.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anony_3-1673241002030.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206427i8C6B2C09753C9F5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anony_3-1673241002030.png" alt="Anony_3-1673241002030.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My questions are as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the previous S32DS software version, I could create and add my static link library files according to the above steps, but failed in S32DS v3.4. What are the differences between creating static link library files in S32DS v3.4 and previous software versions, and what should be paid attention to? Is there a description document for creating and using static link libraries in S32DS v3.4 that I can refer to?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 05:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1578976#M9626</guid>
      <dc:creator>Anony</dc:creator>
      <dc:date>2023-01-09T05:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579342#M9629</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please share full console output from your library build?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just did quick test and with the same compiler version for lib and project - there is no issue on my side and library can be successfully linked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 13:33:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579342#M9629</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2023-01-09T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579355#M9631</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you very much for your reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I pasted the complete console output below. Please help me analyze it. Thank you very much.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I also put the application project and generated library project I use on the attachment.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.S32K144_Lib.&amp;nbsp; This is the project used to generate. a file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.S32K144_Lib_BuildTest.&amp;nbsp;This is the application&amp;nbsp;project.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The following is the full Console output information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;21:58:26 **** Build of configuration Debug_FLASH for project S32K144_Lib_BuildTest ****&lt;BR /&gt;make -j8 all&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup_S32K144.S&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/system_S32K144.c&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup_S32K144.args" -o "Project_Settings/Startup_Code/startup_S32K144.o" "../Project_Settings/Startup_Code/startup_S32K144.S"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup.args" -MMD -MP -MF"Project_Settings/Startup_Code/system_S32K144.d" -MT"Project_Settings/Startup_Code/system_S32K144.o" -o "Project_Settings/Startup_Code/system_S32K144.o" "../Project_Settings/Startup_Code/system_S32K144.c"&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup_S32K144.S&lt;BR /&gt;&lt;BR /&gt;Finished building: ../src/main.c&lt;BR /&gt;&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/system_S32K144.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Building target: S32K144_Lib_BuildTest.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "S32K144_Lib_BuildTest.elf" "@S32K144_Lib_BuildTest.args"&lt;BR /&gt;D:/NXP/workspaceS32DS.3.4VVV/S32K144_Lib_BuildTest/src\libS32K144_Lib.a: error adding symbols: Archive has no index; run ranlib to add one&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:36: S32K144_Lib_BuildTest.elf] Error 1&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 14:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579355#M9631</guid>
      <dc:creator>Anony</dc:creator>
      <dc:date>2023-01-09T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579362#M9632</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at first glance - you library project is empty. There is no source code at all. That's why linker can't find any item inside.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 14:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579362#M9632</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2023-01-09T14:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579410#M9633</link>
      <description>&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;Thank you for your prompt response. According to your minder, I added a function to the library project, and then updated the library file&amp;nbsp; to the application project. The compiled application project still reported error. If it is convenient, can you put the project you used in the test on the attachment? Let me compile it on my computer.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is the full Console output information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;23:23:51 **** Incremental Build of configuration Debug_FLASH for project S32K144_Lib_BuildTest ****&lt;BR /&gt;make -j8 all&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup_S32K144.S&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/system_S32K144.c&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup_S32K144.args" -o "Project_Settings/Startup_Code/startup_S32K144.o" "../Project_Settings/Startup_Code/startup_S32K144.S"&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/startup.args" -MMD -MP -MF"Project_Settings/Startup_Code/system_S32K144.d" -MT"Project_Settings/Startup_Code/system_S32K144.o" -o "Project_Settings/Startup_Code/system_S32K144.o" "../Project_Settings/Startup_Code/system_S32K144.c"&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup_S32K144.S&lt;BR /&gt;&lt;BR /&gt;Finished building: ../src/main.c&lt;BR /&gt;&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/system_S32K144.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Building target: S32K144_Lib_BuildTest.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "S32K144_Lib_BuildTest.elf" "@S32K144_Lib_BuildTest.args"&lt;BR /&gt;D:/NXP/workspaceS32DS.3.4VVV/S32K144_Lib_BuildTest/src\libS32K144_Lib.a: error adding symbols: Archive has no index; run ranlib to add one&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:36: S32K144_Lib_BuildTest.elf] Error 1&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579410#M9633</guid>
      <dc:creator>Anony</dc:creator>
      <dc:date>2023-01-09T15:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579433#M9634</link>
      <description>&lt;P&gt;Can you share console output from building the library? On your side it is built in some strange way. I imported your library project, build (nothing changed) and it can be normally linked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The library from your shared project is completely different in binary form for some reason. With the library archive from your .zip file I can reproduce the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 16:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579433#M9634</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2023-01-09T16:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579588#M9636</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is the full Console output of library project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;07:39:56 **** Incremental Build of configuration Debug for project S32K144_Lib ****&lt;BR /&gt;make -j8 all&lt;BR /&gt;Building file: ../src/mylibrary.c&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@src/mylibrary.args" -MMD -MP -MF"src/mylibrary.d" -MT"src/mylibrary.o" -o "src/mylibrary.o" "../src/mylibrary.c"&lt;BR /&gt;Finished building: ../src/mylibrary.c&lt;BR /&gt;&lt;BR /&gt;Building target: libS32K144_Lib.a&lt;BR /&gt;Invoking: Standard S32DS Archiver&lt;BR /&gt;arm-none-eabi-ar -r "libS32K144_Lib.a" ./src/mylibrary.o&lt;BR /&gt;D:\NXP\S32DS.3.4\S32DS\build_tools\gcc_v6.3\gcc-6.3-arm32-eabi\bin\arm-none-eabi-ar.exe: creating libS32K144_Lib.a&lt;BR /&gt;Finished building target: libS32K144_Lib.a&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 23:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1579588#M9636</guid>
      <dc:creator>Anony</dc:creator>
      <dc:date>2023-01-09T23:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1580033#M9639</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it looks okay. Even with fresh library build you still aren't&amp;nbsp; able link your library?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original library contains mylibrary.o file. If I extract it from library archive and run nm - it says that the platform is unknown:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jiri_kral_1-1673350510264.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206690iA7AD8F7E26FC3511/image-size/large?v=v2&amp;amp;px=999" role="button" title="jiri_kral_1-1673350510264.png" alt="jiri_kral_1-1673350510264.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I build it again on my side - the content can be recognized normally:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jiri_kral_0-1673350436209.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206689iB0E0EADB19C058E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="jiri_kral_0-1673350436209.png" alt="jiri_kral_0-1673350436209.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference - here is HEX view - on the left is your library - the E-SafeNet is suspicious. Also there is no function name - ec_TestFunc at all. On the right side is library build on my machine from your project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jiri_kral_3-1673351475386.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206693iC8B3F1ACB0003A5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="jiri_kral_3-1673351475386.png" alt="jiri_kral_3-1673351475386.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I'm correct (I'm not familiar with it) - E-SafeNet is some kind of encryption - probably running on your machine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 11:54:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1580033#M9639</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2023-01-10T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1580122#M9641</link>
      <description>&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;My computer has a file encryption system installed.I need to&amp;nbsp;check if the problem is caused by this encryption system.Your guidance is really helpful. I really appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1580122#M9641</guid>
      <dc:creator>Anony</dc:creator>
      <dc:date>2023-01-10T13:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Creat Statick Link Library in S32 Design Studio v3.4</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1580497#M9643</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It is really caused by file encryption software.This E-SafeNet is the encryption software.&amp;nbsp;The problem of adding static libraries has been solved. Thank you very much for your analysis and guidance. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 03:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-t-Creat-Statick-Link-Library-in-S32-Design-Studio-v3-4/m-p/1580497#M9643</guid>
      <dc:creator>Anony</dc:creator>
      <dc:date>2023-01-11T03:39:56Z</dc:date>
    </item>
  </channel>
</rss>

