Re: [CMake] undefined reference to `_exit'

2019-02-01 Thread frodak17
If I follow you correctly you are trying to replace the startup files that are normally used with your own versions. You don't mention what the new library is that you are using to replace the startup files. The standard startup files provide _init and _fini. You are also missing _exit which I

[Cmake-commits] CMake branch, master, updated. v3.13.4-1261-gdfec0f4

2019-02-01 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 0a65114..b8c995c 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20190201) +set(CMake_VER

Re: [CMake] undefined reference to `_exit'

2019-02-01 Thread Kyle Edwards via CMake
Hex, Can you see what else is in /opt/arm-none-eabi/lib/thumb/v7- ar/fpv3/hard (the same directory as libc.a)? There might be another system library that contains the _exit() implementation that isn't being linked due to your use of the -nostartfiles flag. Kyle On Fri, 2019-02-01 at 22:15 +,

Re: [CMake] FindOpenSSL.cmake

2019-02-01 Thread Kyle Edwards via CMake
Andrew, FindOpenSSL provides an "OPENSSL_ROOT_DIR" variable which allows you to specify the root directory of your installation (assuming a traditional layout within that directory.) Hopefully this will do what you need. Good luck! Kyle On Fri, 2019-02-01 at 16:18 -0500, Andrew Bell wrote: > I

[CMake] undefined reference to `_exit'

2019-02-01 Thread hex
hello, I am trying to include a static library that contains the startup code for ARM processor to my  CMake project for cross compilation. I included the linker script and added it to the executable. Flags and include files are properly set in the CMake build output. The path to the

Re: [cmake-developers] [vtk-developers] CDash frontend refresh

2019-02-01 Thread Zack Galbreath via cmake-developers
Thanks for the feedback, everyone. I pushed a couple tweaks to testing.cdash.org. * The white numbers on index.php should be more legible now * reduced the padding of these tables slightly so more builds can fit on the screen at once * fixed the positioning of the calendar On Fri, Feb 1, 2019 at

[CMake] FindOpenSSL.cmake

2019-02-01 Thread Andrew Bell
I have a system-provided SSL and I have a newer one that I have installed via a packaging system. In my build system I have: find_package(OPENSSL 1.1) . This properly finds the version 1.1 header files for openSSL, but it finds the incompatible system libraries, which are older than version 1.1.

Re: [CMake] Checking Variables in a tool-chain file

2019-02-01 Thread frodak17
Be aware that CMAKE_TRY_COMPILE_PLATFORM_VARIABLES only works with the try_compile() command source file signature. Unfortunately it doesn't work with try_compile() whole projects signature. The section on Other

[Cmake-commits] CMake branch, release, updated. v3.13.4

2019-02-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 30c3effa89ceda247cd2ff29b5d3f4da8c7a8ff6 (commit) from

[Cmake-commits] CMake annotated tag, v3.13.4, created. v3.13.4

2019-02-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The annotated tag, v3.13.4 has been created at cf4d91137d5db9729a793092817fc2ebd252e6e2 (tag) tagging

[Cmake-commits] CMake branch, master, updated. v3.13.4-1260-g0c61b86

2019-02-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 0c61b8699cb2b1c75e033c6a7d27f0b93c0dc7bc (commit) via

Re: [cmake-developers] [vtk-developers] CDash frontend refresh

2019-02-01 Thread Robert Maynard via cmake-developers
My feeling on this is that the green should be stronger color. A fully green dashboard is a happy thing and it should make me the viewer happy :) I do get some less than ideal spacing and alignment ( see attached image ) around the `Items per page` and the `feed` On Thu, Jan 31, 2019 at 3:13 PM

[Cmake-commits] CMake branch, release, updated. v3.13.3-18-g1545b89

2019-02-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 1545b896bb5786fe4077f4f362a4faab3d95f0c4 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.3-1277-g13c550a

2019-02-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 13c550aabc4110d47e38b3df053d18dada49ab54 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.3-1273-g0479ae4

2019-02-01 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 0479ae492a6bc6058ae86d3ce01ac26fcc71c744 (commit) via