[CMake] cmake.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory

2018-06-13 Thread Gerhard Olsson
Trying to build lastest release, to get a preview for 3.12-rc1 that should be released soon. The specific reason is to fix a problem with linking failing due to response files not generated: http://cmake.3232098.n2.nabble.com/No-RSP-FILE-if-generating-in-a-path-that-contains-quot-quot-tc7597671.htm

Re: [CMake] No RSP_FILE if generating in a path that contains "@"

2018-06-07 Thread Gerhard Olsson
* The contents in the response file includes definitions (hardcoded in Ninja generator), should not be included for armasm no in: set(CMAKE_ASM_COMPILE_OBJECT " -o ") -- Patching the generated Ninja files seem to be the easiest way forward. /Gerhard 2018-06-05 16:31 GMT+02:00

[CMake] No RSP_FILE if generating in a path that contains "@"

2018-06-05 Thread Gerhard Olsson
The following occurs with CMake on Windows, crosscompiling with ARMCC. If the path contains "@", CMake ignores response file in the toolchain file: SET( CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1 ) The linker command is too long and fails. The command is run in Jenkins, I have not seen a way to a