[cmake-developers] [CMake 0015819]: CMake / Assembler header .ah file is not visibile

Mantis Bug Tracker mantis at public.kitware.com
Thu Oct 29 06:21:54 EDT 2015


The following issue has been SUBMITTED. 
====================================================================== 
https://public.kitware.com/Bug/view.php?id=15819 
====================================================================== 
Reported By:                Jarek 83
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15819
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-10-29 06:21 EDT
Last Modified:              2015-10-29 06:21 EDT
====================================================================== 
Summary:                    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 )
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-10-29 06:21 Jarek 83       New Issue                                    
======================================================================



More information about the cmake-developers mailing list