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

libfirehose: Undefined symbols for architecture arm64 #12

Open
johnothwolo opened this issue Sep 2, 2018 · 0 comments
Open

libfirehose: Undefined symbols for architecture arm64 #12

johnothwolo opened this issue Sep 2, 2018 · 0 comments

Comments

@johnothwolo
Copy link

johnothwolo commented Sep 2, 2018

On linking I get this

ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/local/lib/kernel/libfirehose_kernel.a, file was built for archive which is not the architecture being linked (arm64): /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/local/lib/kernel/libfirehose_kernel.a
undef: ___firehose_buffer_tracepoint_flush
undef: ___firehose_buffer_create
undef: ___firehose_buffer_tracepoint_reserve
undef: ___firehose_merge_updates
Undefined symbols for architecture arm64:
  "___firehose_buffer_tracepoint_flush", referenced from:
      __firehose_trace in lto.o
  "___firehose_buffer_create", referenced from:
      _oslog_init in lto.o
  "___firehose_buffer_tracepoint_reserve", referenced from:
      __firehose_trace in lto.o
  "___firehose_merge_updates", referenced from:
      _oslogioctl in lto.o
ld: symbol(s) not found for architecture arm64
make: *** [all] Error 2
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

1 participant