View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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 ) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0042871) Kitware Robot (administrator) 2016-06-10 14:29 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |