How to install only AMMCLIB v1.1.10

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to install only AMMCLIB v1.1.10

ソリューションへジャンプ
959件の閲覧回数
菜緒西井
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 解決策
725件の閲覧回数
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 返答(返信)
726件の閲覧回数
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

725件の閲覧回数
菜緒西井
Contributor III

Hello, Diana.

Your advice was very helpful.

I sincerely thank you for your advice.

Nao

0 件の賞賛