简体   繁体   中英

Setting up GCC for soft-fp with exceptions on ARM?

According to this page on the GCC Wiki:

http://gcc.gnu.org/wiki/Software_floating_point

the "soft-fp" soft float implementation gcc provides has optional support for exceptions and rounding modes. Is there any way to configure GCC (libgcc) when building it to use this support? I'm particularly interested in the case of soft-float on ARM.

这应该是一种评论,但我没有资格发表评论:)我在x86_64的 SO Soft Float上找到了另一个线程,该线程具有一些相关信息。

Here is a useful article detailing software floating point on Cortex M3 micro controllers
http://michaldemin.wordpress.com/2010/02/09/arm-toolchain-newlib-part1/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM