MantisBT - CMake
View Issue Details
0015819CMakeCMakepublic2015-10-29 06:212016-06-10 14:31
Jarek 83 
Kitware Robot 
normalminoralways
closedmoved 
QNX 6.6.0Windows7
CMake 3.3.2 
 
0015819: CMake / Assembler header .ah file is not visibile
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 )
No tags attached.
Issue History
2015-10-29 06:21Jarek 83New Issue
2016-06-10 14:29Kitware RobotNote Added: 0042871
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042871)
Kitware Robot   
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.