View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015819CMakeCMakepublic2015-10-29 06:212016-06-10 14:31
ReporterJarek 83 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformQNX 6.6.0OSWindowsOS Version7
Product VersionCMake 3.3.2 
Target VersionFixed in Version 
Summary0015819: CMake / Assembler header .ah file is not visibile
DescriptionI'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 )
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team