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

compilation failed in macos bigSur #371

Closed
shenhai1854 opened this issue Dec 9, 2020 · 2 comments
Closed

compilation failed in macos bigSur #371

shenhai1854 opened this issue Dec 9, 2020 · 2 comments

Comments

@shenhai1854
Copy link

Hello, I compile in macos bigSur by modifying Makefile.
Now it's wrong.

ld: warning: ignoring file libhfcommon/libhfcommon.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A 0x2F 0x20 0x20 0x20 0x20 0x20 0x20 0x20 )
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_VMUProcInfo", referenced from:
      objc-class-ref in CrashReport_Sierra.o
  "_OBJC_CLASS_$_VMUSampler", referenced from:
      objc-class-ref in CrashReport_Sierra.o
  "_OBJC_CLASS_$_VMUVMRegionIdentifier", referenced from:
      objc-class-ref in CrashReport_Sierra.o
  "_fastArray64Search", referenced from:
      _arch_reapChild in arch.o
  "_util_vssnprintf", referenced from:
      _display_put in display.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [honggfuzz] Error 1

Please help me, thank you very much ^^

@robertswiecki
Copy link
Collaborator

I tested under some newer MacOSX and it compiles/works. Please re-open if it's still happening to you.

@kevin-valerio
Copy link

I tested under some newer MacOSX and it compiles/works. Please re-open if it's still happening to you.

Is there any pending PR fixing the Makefile and MacOS unsupported issue ?

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

3 participants