Guest User

Untitled

a guest
Aug 14th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. In file included from /home/nuno/dev_px4/update_eigen/Firmware/Build/px4fmu-v2_test.build/nuttx-export/include/math.h:52:0,
  2.                  from /home/nuno/dev_px4/update_eigen/Firmware/Build/px4fmu-v2_test.build/nuttx-export/include/cxx/cmath:46,
  3.                  from /home/nuno/dev_px4/update_eigen/Firmware/src/systemcmds/tests/test_eigen.cpp:41:
  4. /home/nuno/dev_px4/update_eigen/Firmware/src/lib/eigen/Eigen/src/Core/MathFunctions.h: In function 'bool Eigen::numext::isfinite(const std::complex<_Tp>&)':
  5. /home/nuno/dev_px4/update_eigen/Firmware/Build/px4fmu-v2_test.build/nuttx-export/include/arch/math.h:166:11: error: expected unqualified-id before '(' token
  6.            (__extension__ ({int __cy = fpclassify(__y); \
  7.            ^
  8. /home/nuno/dev_px4/update_eigen/Firmware/src/lib/eigen/Eigen/src/Core/MathFunctions.h:824:18: note: in expansion of macro 'isfinite'
  9.    return numext::isfinite(numext::real(x)) && numext::isfinite(numext::imag(x));
  10.                   ^
  11. compilation terminated due to -Wfatal-errors.
  12. make[2]: *** [test_eigen.cpp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment