MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014860 | CMake | CMake | public | 2014-04-02 10:05 | 2016-06-10 14:31 |
| Reporter | kurt.dupont | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | windows | OS | windows | OS Version | 7 |
| Product Version | CMake 2.8.12.1 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0014860: cmake and ninja on windows generate a command with an rsp file that's not understood by the link command | ||||
| Description | Following lines are generated in rules.ninja ############################################# # Rule for linking ASM static library. rule ASM_STATIC_LIBRARY_LINKER command = cmd.exe /c $PRE_LINK && armar -r $out $LINK_FLAGS $in && $POST_BUILD description = Linking ASM static library $out ############################################# # Rule for linking ASM static library. rule ASM_STATIC_LIBRARY_LINKER_RSP_FILE command = cmd.exe /c $PRE_LINK && armar -r $out $LINK_FLAGS @$RSP_FILE && $POST_BUILD description = Linking ASM static library $out rspfile = $RSP_FILE rspfile_content = $in_newline $LINK_PATH $LINK_LIBRARIES The armar command takes --via=${RSP_FILE} as a redirection mechanism The armar command is defined in my toolchain file as : set(CMAKE_${lang}_CREATE_STATIC_LIBRARY "<CMAKE_AR> -r <TARGET> <LINK_FLAGS> <OBJECTS>") I found no documentation on the <OBJECTS> token on when this is defined, how this can be used. Is there any way that i can detect/force the use of an rsp file AND influence the string used (@) to indicate the redirection to a file (--via=)? | ||||
| Steps To Reproduce | |||||
| Additional Information | The actual command issued cmd.exe /c cd . && armar -r third-party\threadx\src\threadx_ptp_arm_cortexr4.lib @CMakeFiles/threadx_ptp.rsp && cd . Error: L6833E: File '@CMakeFiles/threadx_ptp.rsp' does not exist | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2014-04-02 10:05 | kurt.dupont | New Issue | |||
| 2014-04-02 13:13 | Ben Boeckel | Note Added: 0035624 | |||
| 2014-04-03 08:14 | kurt.dupont | Note Added: 0035631 | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042526 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||