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

(re)create OSAL for OSX #203

Closed
skliper opened this issue Sep 30, 2019 · 3 comments
Closed

(re)create OSAL for OSX #203

skliper opened this issue Sep 30, 2019 · 3 comments

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2019

I use OSX as a development environment and, while I can easily use a VM of Linux, it would be nice to be able to compile/run cFS in OSX natively.

There are a couple issues with using the posix OSAL on OSX:

  • There is no timer interface.
  • pthreads does not include the priority control API's
  • There are no "_init" or "_fini" externs for stack introspection.
  • No vfs.h
  • dlsym takes special RTLD_* handles to define its namespace search behavior (NULL does not work.)
@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Imported from trac issue 180. Created by cdknight on 2016-12-09T18:36:48, last modified: 2019-07-08T16:47:00

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-03-01 14:30:54:

Related to [cfs_psp:75] in the PSP repo.

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-07-08 16:47:00:

OSX OSAL outside the scope of community CCB. Moved [changeset:ab3b3ee] to techdev-osx-osal and closing ticket as "wontfix".

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

No branches or pull requests

1 participant