How to install only AMMCLIB v1.1.10

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

How to install only AMMCLIB v1.1.10

Jump to solution
944 Views
菜緒西井
Contributor III

Hello.

I use MC9S12ZVML128 PMSM Sensorless.

When I tried to install sample SW, my PC's proxy authentication didn't work.
Then I unchecked "download AMMCLIB", I could install only projects.

I wanted to install only AMMCLIB, so I installed the latest AMMCLIB (v1.1.12).
But when I build SW, I get warning.

About Warnig → Invalid project path: Include path not found (C: \ Freescale \ AMMCLIB \ MC9S12ZVM_AMMCLIB_v1.1.10 \ include).

So I want to install only AMMCLIB v1.1.10.
Is there any way to install only it?

Best regards,
Nao.

1 Solution
710 Views
dianabatrlova
NXP TechSupport
NXP TechSupport

Hi Nao,

You can use the latest version of AMMCLIB (1.1.12), but is needed to change the AMMCLIB path. On the three places below can be located wrong path. This path can be change from version 1.1.10 to 1.1.12

Right click on the project -> Properties -> C/C++ Build -> Settings

-> S12Z Linker -> Input -> Libraries

"C:\Freescale\AMMCLIB\MC9S12ZVM_AMMCLIB_v1.1.12\lib\cw10x\MC9S12ZVM_AMMCLIB.UC.a"

-> S12Z Compiler -> Access Paths -> Search User Paths

"C:\Freescale\AMMCLIB\MC9S12ZVM_AMMCLIB_v1.1.12\include"

-> S12Z Assembler -> Input ->Include file Search Path

"C:\Freescale\AMMCLIB\MC9S12ZVM_AMMCLIB_v1.1.12\include"

I hope it helps you.

Best regards,

Diana

View solution in original post

2 Replies
711 Views
dianabatrlova
NXP TechSupport
NXP TechSupport

Hi Nao,

You can use the latest version of AMMCLIB (1.1.12), but is needed to change the AMMCLIB path. On the three places below can be located wrong path. This path can be change from version 1.1.10 to 1.1.12

Right click on the project -> Properties -> C/C++ Build -> Settings

-> S12Z Linker -> Input -> Libraries

"C:\Freescale\AMMCLIB\MC9S12ZVM_AMMCLIB_v1.1.12\lib\cw10x\MC9S12ZVM_AMMCLIB.UC.a"

-> S12Z Compiler -> Access Paths -> Search User Paths

"C:\Freescale\AMMCLIB\MC9S12ZVM_AMMCLIB_v1.1.12\include"

-> S12Z Assembler -> Input ->Include file Search Path

"C:\Freescale\AMMCLIB\MC9S12ZVM_AMMCLIB_v1.1.12\include"

I hope it helps you.

Best regards,

Diana

710 Views
菜緒西井
Contributor III

Hello, Diana.

Your advice was very helpful.

I sincerely thank you for your advice.

Nao

0 Kudos