请教一下,CodeWarrior11.1,如何生成库,没有找到这个版本的教程
版本如下:
Installed Products:
- CodeWarrior for MCU
Version: 11.1
I use Codewarrior 11.1 and would like to make a common library .
How can i make library files with CodeWarrior 11.1.
No tutorials found for this version
Installed Products:
- CodeWarrior for MCU
Version: 11.1
Hi,
select File -> New -> Bareboard Project
Add your project name and click on Next, select MPC5646C and select Library project like this:
And that's it.
When you build the project, *.a library file is created.
Regards,
Lukas
Thank you very much for your assistance, we tried the test code according to this process and it worked, but our official code is larger and many errors are reported, we are still debugging.
Also, can you please tell me if it's okay to choose default for this?
You should use the same configuration for library and for your project where the library will be used.
For example, if a library is compiled for VLE instruction set, it won't work in BOOKE project, of course...
Regards,
Lukas
Hi
请告知您的芯片型号。
谢谢,
Jun Zhang
您好,感谢答复,型号是SPC5646CCVLU1。谢谢