You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, -std=gnu99 does not work for this platform. It is not a GNU extension, and is not enabled by gnu99.
For this to build on RHEL you currently have to add _BSD_SOURCE to mission_build_custom.cmake, in addition to the _XOPEN_SOURCE which may be already there from the example, e.g.:
Describe the bug
2.1.11 fails to build on RHEL 7.8, due to endianness macros, as part of cFS build, with or without devtoolset-9:
To Reproduce
Build CFS GroundSystem on RHEL 7.8 as part of the cFS build. However, using the cmdUtil makefile works fine.
Expected behavior
Build completes correctly as part of cFS makefile build
System observed on:
Additional context
This is apparently fixed by changing the macro defined at the top of cmdUtil.c from
#define _BSD_SOURCE_
to#define _BSD_SOURCE
Reporter Info
John N Pham, Northrop Grumman
The text was updated successfully, but these errors were encountered: