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

build_analyzer.py can't link on 64-bit machines #3

Closed
roytu opened this issue Jul 17, 2017 · 3 comments
Closed

build_analyzer.py can't link on 64-bit machines #3

roytu opened this issue Jul 17, 2017 · 3 comments

Comments

@roytu
Copy link

roytu commented Jul 17, 2017

On a 64-bit Linux machine, g++ rejects libAnalyzer.so and doesn't find libAnalyzer64.so.

Quick fix: change line 43 of build_analyzer.py from

link_dependencies = [ "-lAnalyzer" ] #refers to libAnalyzer.dylib or libAnalyzer.so

to

link_dependencies = [ "-lAnalyzer64" ] #refers to libAnalyzer.dylib or libAnalyzer.so

@Marcus10110
Copy link
Contributor

We'll get this fixed properly longer term, but instructions to build for 64 bit Linux are found in the readme.txt file located in the analyzer libs folder. I suspect linking libAnalyzer64.so without renaming it first might prevent the compiled library from finding the libAnalyzer.so provided with the Logic software, but I haven't tested that.

@Marcus10110
Copy link
Contributor

I'll close this issue because since instructions are already present to build for 64 bit Linux, it's technically an enhancement.

@C0rn3j
Copy link

C0rn3j commented Oct 9, 2018

The instructions are poor as is. Just fix the damn issue.

Here's how to do it properly in the script:

dustin/logic-pwm@03d6846

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