KEA sample code build error: ewl_c_noio.specs: No such file or directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KEA sample code build error: ewl_c_noio.specs: No such file or directory

Jump to solution
178 Views
hns80
Contributor V

I'm using S32DS for ARM v2.2 and downloaded the Quick Start Pack.

I imported Lab 1 and attempted to build it, but I get this error:

ewl_c_noio.specs: No such file or directory

The system is expecting to find the arm_ewl2 directory under C:\NXP\S32DS_ARM\S32DS and it's not there.

Where can I get this library so I can build the quick start sample projects?

 

0 Kudos
Reply
1 Solution
133 Views
Celeste_Liu
NXP Employee
NXP Employee

Hello @hns80 ,

This issue can be resolved by replacing the "libraries support". Please refer to the following steps:
1. Right-click on this project and select "Properties".

Screenshot 2025-03-19 160911.png

2. Refer to the following screenshot and change "Libraries support" with "newlib no I/O (-specs=nosys.specs)". After the replacement, click "Apply" and then click "OK".

screenshot 2025-03-19 160912.png

3. Clean the project and then build the project, and it can be successfully compiled. 

Screenshot 2025-03-19 161527.png

Hope it can help you.

BRs,

Celeste

 

-----------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
-----------------------------------------------------------------------------------------------------------------

View solution in original post

3 Replies
157 Views
Celeste_Liu
NXP Employee
NXP Employee

Hello @hns80 ,

Thanks for your post.

I am wondering if you install the "S32 Design Studio for ARM v2.2 Update 2" package for your S32DS for ARM v2.2.

Screenshot 2025-03-18 180245.png

The downloading method is in the "6. Installation and Licensing" section of S32DS_ARM_Release_Notes_v2.2_up2.pdf.

I'm not sure if this is relevant. If you haven't installed it yet, you can give it a try.

If there are still problems after the installation, you can let me know.

BRs,

Celeste

0 Kudos
Reply
149 Views
hns80
Contributor V

Update 2 has trouble installing. Most of update 2 is related to S32K1 and MQX.

 

 

0 Kudos
Reply
134 Views
Celeste_Liu
NXP Employee
NXP Employee

Hello @hns80 ,

This issue can be resolved by replacing the "libraries support". Please refer to the following steps:
1. Right-click on this project and select "Properties".

Screenshot 2025-03-19 160911.png

2. Refer to the following screenshot and change "Libraries support" with "newlib no I/O (-specs=nosys.specs)". After the replacement, click "Apply" and then click "OK".

screenshot 2025-03-19 160912.png

3. Clean the project and then build the project, and it can be successfully compiled. 

Screenshot 2025-03-19 161527.png

Hope it can help you.

BRs,

Celeste

 

-----------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
-----------------------------------------------------------------------------------------------------------------