On Tue, Aug 19, 2014 at 3:46 AM, Allen Hamedany <[email protected]> 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 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
