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.
解決済! 解決策の投稿を見る。
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
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
Hello, Diana.
Your advice was very helpful.
I sincerely thank you for your advice.
Nao