完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我使用PSoC Creator 3与PSoC4先锋套件。
这句话: A= ATAN2F(B,C); 其中A、B和C是浮动的,给我这个错误: 生成错误:未定义的“ATAN2F”引用 然而,同一个句子的常数参数: A= ATAN2F(1.0,2.0); 编译没有问题。 当然,在我的主页的开头,我还包括了数学。 有什么线索吗?我绝望了。 以上来自于百度翻译 以下为原文 I am using PSoC Creator 3.0 with PSoC4 PIONEER KIT. this sentence: a=atan2f(b,c); where a, b and c are floats, gives me this error: Build error: undefined reference to `atan2f' However, the same sentence with constant parameters: a=atan2f(1.0,2.0); compiles without problems. Of course I have #include Any clue please?? I'm desperate. |
|
相关推荐
2个回答
|
|
非常感谢你的帮助。
在附加图书馆领域里写“M”一次!! 你能解释一下你是如何得出这个结论的吗? 除了PSoC创建者的帮助之外,还有什么我应该阅读的文档吗? 我的印象是PSoC的模块数据表是很棒的,但是当涉及到标准C在特定系统中如何工作时,太多的事情被认为是理所当然的。 以上来自于百度翻译 以下为原文 Thank you very much, hli for your help. Writting "m" in the additional libraries field worked at once!! Can you please explain how you arrived to that conclusion? Is there any documentation I should read apart from PSOC creator help? I have the impression that PSOC's modules datasheets are great, but when it comes to how standard c works in a particular system, too many things are taken for granted. |
|
|
|
这是基本的GCC知识。
ATAN2F是一个数学函数,它们不是普通库的一部分。在编译提示中得到的错误消息(“未定义引用”总是意味着函数缺失,而这通常是缺少的库)。 因为我碰巧知道“LBM”是数学库,它只需要知道在哪里添加它(并且‘LIB’部分不需要给出,所以它只是‘M’)。 以上来自于百度翻译 以下为原文 It's basic gcc knowledge. atan2f is a math function, and they are not part of the normal libraries. The error message you get during compile hints at that ('undefined reference' always means that function is missing, and this is usually a missing library). And since I happen to know that 'libm' is the math library, its just a matter of knowing where to add it (and that the 'lib' part doesn't need to be given, so its just 'm'). |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2070 浏览 1 评论
1826 浏览 1 评论
3639 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1761 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
510浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
360浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
857浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 10:18 , Processed in 0.878005 second(s), Total 81, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号