Skip to content

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