fesetround? fenv.h not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

fesetround? fenv.h not found

966 Views
JBM
Contributor IV

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.

Labels (1)
4 Replies

812 Views
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.
-------------------------------------------------------------------------------

 

812 Views
JBM
Contributor IV

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 Kudos

812 Views
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 Kudos

812 Views
JBM
Contributor IV

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

0 Kudos