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

Builds on mac. #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Builds on mac. #216

wants to merge 1 commit into from

Conversation

thesamprice
Copy link

Describe the contribution
A clear and concise description of what the contribution is.

  • Include explicitly what issue it addresses [e.g. Fixes #X]

Testing performed
Steps taken to test the contribution:

  1. Build steps '...'
  2. Execution steps '...'

Expected behavior changes
A clear and concise description of how this contribution will change behavior and level of impact.

  • API Change: xxx (if applicable)
  • Behavior Change: xxx (if applicable)
  • Or no impact to behavior

System(s) tested on

  • Hardware: [e.g. PC, SP0, MCP750]
  • OS: [Mac OSX]
  • Versions: [e.g. cFE 6.6, OSAL 4.2, PSP 1.3 for mcp750, any related apps or tools]

Additional context
Add any other context about the contribution here.

Third party code
If included, identify any third party code and provide text file of license

Contributor Info - All information REQUIRED for consideration of pull request
Full name and company/organization/center of all contributors ("Personal" if individual work)

  • If NASA Civil Servant Employee or GSFC Contractor on SES II
    • Address/email/phone and contract/task information (if applicable) must be on file

@@ -31,7 +31,28 @@
*/
#include <stdio.h>
#include <stdlib.h>
#ifndef __APPLE__

Check notice

Code scanning / CodeQL

Conditional compilation

Use of conditional compilation must be kept to a minimum.
@thesamprice
Copy link
Author

Not sure if this is wanted or not.

This was pulled from
https://gist.github.com/yinyin/2027912

im trying to port cfs to mac via a qt osal layer.

@skliper
Copy link
Contributor

skliper commented Jun 13, 2022

Related to #95. Suggestion is to remove endian.h dependency all together in favor of a custom/portable set of conversion functions.

@dzbaker dzbaker self-assigned this Sep 8, 2022
@dzbaker dzbaker added the CCB:Ignore Pull Request is NOT ready for discussion. Has open actions. Will be re-examined at by next CCB. label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Ignore Pull Request is NOT ready for discussion. Has open actions. Will be re-examined at by next CCB.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants