Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with installing the Scheduler application #10

Open
igor10091972 opened this issue Aug 1, 2021 · 2 comments
Open

Issues with installing the Scheduler application #10

igor10091972 opened this issue Aug 1, 2021 · 2 comments

Comments

@igor10091972
Copy link

Hello all!
I'm trying to install a fully functional Scheduler application, according to exercise 7 in the presentation https://ntrs.nasa.gov/api/citations/20205011588/downloads/TM%2020205000691%20REV%201.pdf
When I trying to build, errors occur: In file included from ~/cFS/apps/sch/fsw/src/sch_api.c:26:0:
~/cFS/apps/sch/fsw/public_inc/sch_api.h:85:1:error: unknown type name ‘boolean’; did you mean ‘bool’?
boolean SCH_GetProcessingState (void); ...
After trying to fix the types to bool, many other errors appear.
Please, can anyone suggest how to properly integrate the Scheduler application into the cFS system?
(The lab scheduler worked well.)

Ubuntu 18.04
cFS installed from Core Flight System - BUNDLE (https://github.com/nasa/cfs).
Igor

@skliper
Copy link

skliper commented Aug 5, 2021

Per the VDD at https://github.com/nasa/SCH/blob/master/docs/SCH_v2.2.2_VersionDescriptionDocument.pdf the current release is compatible with cFE 6.6. An update is in the works for SCH compatibility with the Caelum bundle. Options are to use a compatible version of cFE, utilize the new release once available, or update the software to work with whatever bundle version you are using.

@igor10091972
Copy link
Author

Thank you for explanation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants