How to install only AMMCLIB v1.1.10

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to install only AMMCLIB v1.1.10

跳至解决方案
1,148 次查看
菜緒西井
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 解答
914 次查看
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

在原帖中查看解决方案

2 回复数
915 次查看
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

914 次查看
菜緒西井
Contributor III

Hello, Diana.

Your advice was very helpful.

I sincerely thank you for your advice.

Nao

0 项奖励
回复