[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] arm cross-compile/link errors: undefined reference
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] arm cross-compile/link errors: undefined reference to AO_fetch_and_add & AO_fetch_and_add1 |
Date: |
Tue, 19 Aug 2014 06:58:39 +0530 |
On Tue, Aug 19, 2014 at 3:46 AM, Allen Hamedany <address@hidden> wrote:
> ./configure --host=$HOST --target=$TARGET CC=$ti/*gcc CFLAGS=$CFLAGS
> CXX=$ti/*g++ CXXFLAGS=$CXXFLAGS
> LDFLAGS="-L<unwind-inst-dir>/libunwind/libunwind-1.1/src/.l
> ibs"
Don't think LDFLAGS should be needed. Why not just make install
DESTDIR=<unwind-inst-dir>?
> I retried linking my app using the following switches:
> -Xlinker -latomic_ops_gpl -latomic_ops -lunwind-arm
>
> However, I still get the above "undefined reference" errors.
> Any help is much appreciated.
Did you try running configure after libatomic_ops was installed?
Many of these are generic autoconf questions. Also suggest trying
mailing lists that are dedicated to this topic.
-Arun