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

MacOS M1 installation not working #95

Open
david-alvarez-rosa opened this issue Nov 13, 2023 · 0 comments
Open

MacOS M1 installation not working #95

david-alvarez-rosa opened this issue Nov 13, 2023 · 0 comments

Comments

@david-alvarez-rosa
Copy link

I'm following the installation steps listed in the official guideline https://hawktracer.github.io/doc/stable/build_install.html

Installation succeeds, but then I'm getting the following error while run it in MacOS M1 laptop

❯ hawktracer-converter        
dyld[94689]: Symbol not found: __ZN10HawkTracer11ClientUtils17CommandLineParser15register_optionENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_10OptionInfoE
  Referenced from: <CED50F1E-85FA-317A-8C41-A2F5C3557917> /usr/local/bin/hawktracer-converter
  Expected in:     <no uuid> unknown
[1]    94689 abort      hawktracer-converter

However, when running directly given the full path in the build dir it runs fine

❯ ./client/hawktracer-converter        
Option --source must be specified
usage: ./client/hawktracer-converter [OPTION]...
  --help           Print this help
  --map <VALUE>    Comma-separated list of map files
  --source <VALUE> [MANDATORY] Data source description (either filename, or server address)
  --output <VALUE> Output file
  --format <VALUE> Output format. Supported formats: callgrind chrome-tracing 

Can you please help solving the installation issue? Thank you in advance.

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