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

Undefined symbol when compiling #12

Open
KhagayN opened this issue Mar 20, 2018 · 0 comments
Open

Undefined symbol when compiling #12

KhagayN opened this issue Mar 20, 2018 · 0 comments

Comments

@KhagayN
Copy link

KhagayN commented Mar 20, 2018

Hello,

Please advise on what to do with the following error:

Undefined symbols for achitecture x86_64:
"_ld_set", referenced from:
   _bcr_append in bcr.o

Symbols not found for achitecture x86_64. Does this mean I can't run Fermi on my mac?

The inline function ld_set is defined in bcr.c so, not sure why it is not being found in the bcr_append function.

I understand inline is used to make references to that function faster during compilation but, if I remove that modifier, compilation works just fine. Not sure why this modifier is causing this error.

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