-
I am currently working with the BootesRC2 release of cFS and I need a way to log Software Bus messages to the filesystem. My first thought was to use DataStore, but I did not see any compatibility information about the older versions in the release notes. Is DataStore 2.5.2 or 2.5.1 compatible with BootesRC2? I was able to get DataStore compiling by adding in the missing cfs_lib files but I seem to be getting a strange error on DataStore startup:
All of my other cFS apps are working and I have not changed the failing line of code from what is in the repo: (looks okay to me) If DataStore is incompatible with BootesRC2, are there any alternative logging apps that exist? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe DS_APP_PIPE_DEPTH is > whatever your OS_QUEUE_MAX_DEPTH is set to? |
Beta Was this translation helpful? Give feedback.
OS_QueueCreate
error code -11 is "invalid size" (at least in the main branch):https://github.com/nasa/osal/blob/6e6afb4d3ea611f5d11e4e94a5adee595cc08b99/src/os/inc/osapi-error.h#L107
Maybe DS_APP_PIPE_DEPTH is > whatever your OS_QUEUE_MAX_DEPTH is set to?