Unable to build make px4_fmu-v5_default

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

Unable to build make px4_fmu-v5_default

2,607 Views
Maria_28
Contributor I

I obtain the following error while trying to build using make px4_fmu-v5_default.

The error is as follows:

In function 'bool std::isfinite(double)':
../../platforms/nuttx/NuttX/include/cxx/cmath:60:13: error: conflicting declaration of C function 'bool std::isfinite(double)'
inline bool isfinite(double value) { return __builtin_isfinite(value); }
^~~~~~~~
compilation terminated due to -Wfatal-errors.

Please let me know what is the issue.

Can y

3 Replies

2,459 Views
junwoo
Contributor I

Hi! Could you join the PX4's Discord Server and post your question on `getting-started` channel? That can accelerate the troubleshooting!

https://docs.px4.io/main/en/contribute/support.html#forums-and-chat

2,468 Views
Andrew_M
Contributor II

Have you taken a look at this Issue report to see if it helps?  It has a few troubleshooting steps to try  

https://github.com/PX4/PX4-Autopilot/issues/18641

0 Kudos

2,465 Views
Andrew_M
Contributor II

If that isn’t helpful, can you share more details of your build environment?

0 Kudos