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
Building the current "master" branch for mcp750 yields the following build error:
/home/jphickey/cfecfs/github/psp/fsw/mcp750-vxworks/src/cfe_psp_memory.c: In function 'CFE_PSP_GetCFETextSegmentInfo':
/home/jphickey/cfecfs/github/psp/fsw/mcp750-vxworks/src/cfe_psp_memory.c:426: error: passing argument 1 of 'moduleFindByName' discards qualifiers from pointer target type
To Reproduce
Build "master" using standard procedure and default config.
Expected behavior
Build should succeed.
System observed on:
GSFC MCP750 build machine (gs582w-cfelnx)
Additional context
This is an error now due to the inclusion of -Wall -Werror in the default build.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Also noted a second build failure due to stricter compile flags, which should also be fixed:
/home/jphickey/cfecfs/github/psp/fsw/mcp750-vxworks/src/cfe_psp_start.c: In function 'CFE_PSP_Main':
/home/jphickey/cfecfs/github/psp/fsw/mcp750-vxworks/src/cfe_psp_start.c:132: error: cast increases required alignment of target type
Describe the bug
Building the current "master" branch for mcp750 yields the following build error:
To Reproduce
Build "master" using standard procedure and default config.
Expected behavior
Build should succeed.
System observed on:
Additional context
This is an error now due to the inclusion of
-Wall -Werror
in the default build.Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: