search for: cmtc_e9739

Displaying 4 results from an estimated 4 matches for "cmtc_e9739".

2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...://github.com/llvm/llvm-project/blob/master/libunwind/CMakeLists.txt#L294, if the compiler “supports” it. However, the CMake check fails with the following error: ``` ld.lld: error: undefined symbol: __aeabi_unwind_cpp_pr0 >>> referenced by src.cxx >>> CMakeFiles/cmTC_e9739.dir/src.cxx.o:(.ARM.exidx.text.main+0x0) clang++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. Source file was: int main() { return 0; } ``` No wonder! __aeabi_unwind_cpp_pr0 is defined in libunwind itself, which we haven’t bu...
2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...cc_s on Linux. > > Peter > >> However, the CMake check fails with the following error: >> >> ``` >> ld.lld: error: undefined symbol: __aeabi_unwind_cpp_pr0 >> >>>>> referenced by src.cxx >> >>>>> CMakeFiles/cmTC_e9739.dir/src.cxx.o:(.ARM.exidx.text.main+0x0) >> >> clang++: error: linker command failed with exit code 1 (use -v to see invocation) >> >> ninja: build stopped: subcommand failed. >> >> Source file was: >> int main() { return 0; } >> ``` >> >...
2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...t;> >> >> Peter >> >> >> However, the CMake check fails with the following error: >> >> ``` >> ld.lld: error: undefined symbol: __aeabi_unwind_cpp_pr0 >> >> referenced by src.cxx >> >> >> CMakeFiles/cmTC_e9739.dir/src.cxx.o:(.ARM.exidx.text.main+0x0) >> >> >> clang++: error: linker command failed with exit code 1 (use -v to see invocation) >> >> ninja: build stopped: subcommand failed. >> >> Source file was: >> int main() { return 0; } >> ``` >...
2019 Nov 20
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...gt;> >> >> Peter >> >> >> However, the CMake check fails with the following error: >> >> ``` >> ld.lld: error: undefined symbol: __aeabi_unwind_cpp_pr0 >> >> referenced by src.cxx >> >> >> CMakeFiles/cmTC_e9739.dir/src.cxx.o:(.ARM.exidx.text.main+0x0) >> >> >> clang++: error: linker command failed with exit code 1 (use -v to see invocation) >> >> ninja: build stopped: subcommand failed. >> >> Source file was: >> int main() { return 0; } >> ``` >...