fesetround? fenv.h not found

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

fesetround? fenv.h not found

1,807 次查看
JBM
Contributor V

I'm running KDS 3.2.0, arm-none-eabi-gcc.exe version 4.8.4, language standard ISO C99.  Processor is the K22FN512VLH12.

I'm trying to use fesetround that should be in fenv.h, but the compiler is tell me that fenv.h is not found.

Is fesetround supported?

Thanks.

标签 (1)
4 回复数

1,653 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi  James Millard ,

 KDS is the old IDE, which is not updated now.

  Now, we mainly use the MCUXpresso IDE, which is used to replace the KDS.

  You can download it from this link: www.nxp.com/mcuxpresso

  I have checked, this IDE contains the fenv.h.

pastedImage_2.png

Wish it helps you!

If you still have questions about it, please kindly let me know.

Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

1,653 次查看
JBM
Contributor V

That's under the C++ headers.  What about C?  Using MCUXpresso and any of the C standards, I still get include file not found.  Those same C++ headers are available in KDS too.

0 项奖励
回复

1,653 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi James Millard

  I search it, and didn't find the C code in the MCUXPresso IDE.

   Maybe you can find the related files in the website, and add it in your code.

C Programming/fenv.h - Wikibooks, open books for an open world 

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html 

Wish it helps you!

If you still have questions about it, please kindly let me know.

Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

1,653 次查看
JBM
Contributor V

Thanks, that's what I was afraid of.  Didn't really want to migrate this project, but oh well.

0 项奖励
回复