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
- Removes MESSAGE_FORMAT_IS_CCSDS_VER2 and all references
- Now replaced by MISSION_MSGID_V2 and MISSION_INCLUDE_CCSDS_HEADER
cmake variables
- Base MIDs localized to cpu1_msgids.h and improved documentation
indicating example nature of implementation, note issue nasa#732
may make this obsolete
- Updated cfe_sb.dox for message module concept
- MsgId base type now always uint32 (reduces logic differences)
- Removed system log report of version used, in build and obvious
from packet sizes
- Cleaned extra documentation from cfe_sb_msg_id_util.c
- Removed verification limits on CFE_PLATFORM_SB_MAX_MSG_IDS
- Removed UT_GetActualPktLenField and UT_GetActualCmdCodeField
that depended on the define, shouldn't directly access message
in a unit test since it's implementation dependent
- Default CCSDS version default now always 0 (per the standard)
but mission configurable
Describe the bug
There are a few methods that won't build in rtmes 5 because they use uint32 instead of size_t
Relevant Files and line numbers:
bsp_console.c 44
os-impl-network.c 60
os-impl-queues.c 159, 256
os-impl-tasks.c 376
To Reproduce
Build for RTEMS 5 per instructions and default config. Build fails.
Expected behavior
Build should succeed.
System observed on:
Ubuntu 20.04 as build host for RTEMS 5.0.0
Reporter Info
Alex Campbell GSFC
The text was updated successfully, but these errors were encountered: