I need to use the static link library in S32DS v3.4.The compiler as shown below:

My operations are as follows:
1. First, create a project that can generate library files, and then compile to generate TestLib.a file,I use the default options during project creation;

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;;

3.I add the LibTestLib. a file to the application project, and the settings are shown in the following figure

4. The following error prompt appears when compiling the application project.

My questions are as follows:
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?