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

Libunwind compilation error on ARM #13268

Closed
LTGZZ opened this issue Sep 22, 2015 · 4 comments
Closed

Libunwind compilation error on ARM #13268

LTGZZ opened this issue Sep 22, 2015 · 4 comments
Labels
system:arm ARMv7 and AArch64

Comments

@LTGZZ
Copy link

LTGZZ commented Sep 22, 2015

Slackware ARM -current, soft-float.

../src/.libs/libunwind-arm.so: undefined reference to AO_fetch_and_add' ../src/.libs/libunwind-arm.so: undefined reference toAO_fetch_and_add1'
collect2: error: ld returned 1 exit status
make[1]: *** [Gperf-simple] Error 1
make[1]: Leaving directory `/tmp/SBo/libunwind-1.1/tests'

Have the same error with julia's libunwind.

My Make.user :
override USE_SYSTEM_LAPACK=1
override USE_SYSTEM_BLAS=1
override USE_SYSTEM_LIBGIT2=1
override USE_SYSTEM_LLVM=1
override USE_SYSTEM_FFTW=1
override USE_SYSTEM_GMP=1
override USE_SYSTEM_MPFR=1

@LTGZZ
Copy link
Author

LTGZZ commented Sep 22, 2015

Slackware ARM -current, soft-float.

../src/.libs/libunwind-arm.so: undefined reference to AO_fetch_and_add' ../src/.libs/libunwind-arm.so: undefined reference toAO_fetch_and_add1'
collect2: error: ld returned 1 exit status
make[1]: *** [Gperf-simple] Error 1
make[1]: Leaving directory `/tmp/SBo/libunwind-1.1/tests'

Have the same error with julia's libunwind.

@LTGZZ
Copy link
Author

LTGZZ commented Sep 22, 2015

BTW :
override USE_SYSTEM_LAPACK=1
override USE_SYSTEM_BLAS=1
override USE_SYSTEM_LIBGIT2=1
override USE_SYSTEM_LLVM=1
override USE_SYSTEM_FFTW=1
override USE_SYSTEM_GMP=1
override USE_SYSTEM_MPFR=1

@LTGZZ LTGZZ closed this as completed Sep 22, 2015
@ViralBShah ViralBShah added the system:arm ARMv7 and AArch64 label Sep 23, 2015
@ViralBShah
Copy link
Member

#14774 should probably fix this.

@yuyichao
Copy link
Contributor

I don't think so. The patch I add are mainly for aarch64 and the ARM part shouldn't fix any compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:arm ARMv7 and AArch64
Projects
None yet
Development

No branches or pull requests

3 participants