完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我想为我的C模块生成库文件。例如。我有一个用于定时器的C模块,具有初始化,配置,启动和停止功能。我想生成一个库模块,我可以在SPC5Studio项目中使用它,并从其他C模块调用所需的API。 SPC5Studio可以吗?
我可以构建C模块来生成库文件吗? 谢谢。 麦克风 以上来自于谷歌翻译 以下为原文 I want to generate library files for my C modules. E.g. I have a C module for timer with functions for initialization, configuration, start and stop. I want to generate a library module which I can use in SPC5Studio project and call the required API from other C modules. Is it possible with SPC5Studio? Can I build C module to generate library files? Thanks. Mike |
|
相关推荐
2个回答
|
|
你好迈克,
您应该为此创建一个备用项目: 脚本和Makefile 1)通过其他makefile生成.o文件 2)ppc-free-vle-ar ruv yourlib.a * .o 或者ppc-cle-ar ruv yourlib.a * .o 在您的申请中: 3)更新user.mak文件 #define ASM在这里定义 UADEFS = #在此列出所有用户目录 UINCDIR = #列出用户目录以在此处查找库 ULIBDIR = #在此列出所有用户库 ULIBS = 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Mike , You should create an alternate project for this : Script and Makefile 1) generate your .o files by an other makefile 2) ppc-free-vle-ar ruv yourlib.a *.o or ppc-cle-ar ruv yourlib.a *.o In your application : 3) Update user.mak file # Define ASM defines here UADEFS = # List all user directories here UINCDIR = # List the user directory to look for the libraries here ULIBDIR = # List all user libraries here ULIBS = Best regards Erwan |
|
|
|
谢谢Erwan。我将研究构建库文件。
最好的祝福, 麦克风 以上来自于谷歌翻译 以下为原文 Thanks Erwan. I shall look into building the library files. Best Regards, Mike |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2642 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3611 浏览 6 评论
5989 浏览 21 评论
940浏览 4评论
1317浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
585浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1304浏览 3评论
1362浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 08:54 , Processed in 1.307511 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号