MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015819 | CMake | CMake | public | 2015-10-29 06:21 | 2016-06-10 14:31 |
Reporter | Jarek 83 | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | QNX 6.6.0 | OS | Windows | OS Version | 7 |
Product Version | CMake 3.3.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015819: CMake / Assembler header .ah file is not visibile | ||||
Description | I'm trying to setup Cmake to work with assembler code using qcc compiler from QNX660. Currently .S files are compiling, but the header .ah files are not visible and I get the output: Error: can't open callout.ah for reading: No such file or directory The current settings are: set(CMAKE_AR "arm-unknown-nto-ar.exe" CACHE FILEPATH "QNX program" FORCE) set(arch gcc_ntoarmv7le) set(CMAKE_ASM_COMPILER qcc -V${arch} ) set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S ) set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_C_COMPILER> <DEFINES> -pipe -march=armv7-a -mcpu=cortex-a8 -O1 -fomit-frame-pointer <FLAGS> -o <OBJECT> -c <SOURCE>" CACHE STRING "ASM compile command" FORCE ) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-10-29 06:21 | Jarek 83 | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042871 | |||
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 | |||||
|
|||||
|
|