How to add log10 function to MCF52232 project?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to add log10 function to MCF52232 project?

2,726 次查看
ZBL
Contributor I

I used CW7.1 and Interniche TCPIP_Lite package.

When I want to use log10 to solve some problem, the compiler shows error of "Undefined log10" .

How to deal it?

Add what lib?

 

Thank you! 

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,253 次查看
CrasyCat
Specialist III

Hello

 

Please check "{Install}\Help\PDF\ColdFire_Build_Tools_Reference.pdf", chapter "Coldfire Runtime Library" section "MSL for Coldfire Development".

 

Per default when you create a project for MCF5223x the project wizard links the application against the Reduced working set library.

 

If you need floating point support you need to link against the fully compliant libraries.

 

You can also look at this thread for more information.

      http://forums.freescale.com/freescale/board/message?board.id=CWCFCOMM&message.id=762&query.id=9198#M...

 

CrasyCat

0 项奖励
回复