-
Notifications
You must be signed in to change notification settings - Fork 2
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
linker error #3
Comments
According to the error message it looks like you're using clang and not
gcc. Switching to gcc ought to help, as that's what I've built with.
…On Wed, Dec 7, 2016 at 5:19 PM, blueSky ***@***.***> wrote:
When I run "make", at the very end I get the following error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [hal2vg] Error 1
I have a macOS Sierra version 10.12.1
my gcc version is
gcc (MacPorts gcc49 4.9.4_0) 4.9.4
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA2_7mw1d-pUg-wQOODTRvhjby0QEVXKks5rFzDmgaJpZM4LHMAm>
.
|
I just tried, and couldn't get it to build on my Mac either. And notcied
that sonLib/include.mk also switches to clang in darwin even if gcc is
default compiler. Will try to sort this out
…On Wed, Dec 7, 2016 at 7:13 PM, Glenn Hickey ***@***.***> wrote:
According to the error message it looks like you're using clang and not
gcc. Switching to gcc ought to help, as that's what I've built with.
On Wed, Dec 7, 2016 at 5:19 PM, blueSky ***@***.***> wrote:
> When I run "make", at the very end I get the following error:
>
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make: *** [hal2vg] Error 1
>
> I have a macOS Sierra version 10.12.1
>
> my gcc version is
> gcc (MacPorts gcc49 4.9.4_0) 4.9.4
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#3>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AA2_7mw1d-pUg-wQOODTRvhjby0QEVXKks5rFzDmgaJpZM4LHMAm>
> .
>
|
Thank you very much |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run "make", at the very end I get the following error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [hal2vg] Error 1
I have a macOS Sierra version 10.12.1
my gcc version is
gcc (MacPorts gcc49 4.9.4_0) 4.9.4
The text was updated successfully, but these errors were encountered: