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

A few changes to make it easier to build on macOS or to build C++ programs #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

c3d
Copy link

@c3d c3d commented Aug 7, 2023

  1. Change the checksum computation to use tools available on macOS
  2. Fix missing _exit symbol (called from abort())
  3. Add C++ wrappers around dmcp.h to make it possible to include in C++ programs.

c3d added 3 commits September 28, 2022 13:30
The two utilities use different ways to get the size of a file, both of which
don't work on macOS. Replace them with `cat <file> | wc -c`.

Signed-off-by: Christophe de Dinechin <[email protected]>
This is required when `abort()` is linked in, otherwise we get
an unsatisfied symbol.

Signed-off-by: Christophe de Dinechin <[email protected]>
Signed-off-by: Christophe de Dinechin <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant