MantisBT - GCC-XML
View Issue Details
0002766GCC-XMLpublic2006-01-26 12:042015-03-26 11:59
Rodrigo Madera 
Brad King 
lowfeaturealways
resolvedsuspended 
0002766: Add assembly support: NASM and YASM.
Add native support for NASM and YASM to support compilation of assembly files present in computing-intensive applications.
No tags attached.
Issue History
2010-10-21 03:58kwtcNote Added: 0022551
2015-03-26 11:59Brad KingNote Added: 0038324
2015-03-26 11:59Brad KingStatusassigned => resolved
2015-03-26 11:59Brad KingResolutionopen => suspended

Notes
(0003604)
Brad King   
2006-01-26 12:07   
This thread will be a useful reference:

http://www.cmake.org/pipermail/cmake/2005-November/007478.html [^]
(0003612)
Brad King   
2006-01-27 13:51   
From http://www.cmake.org/pipermail/cmake/2006-January/008056.html [^]
----------


Look in the CMake/Modules directory of the source tree for CMake*CXX*.cmake files. These are the files that configure rules for building C++ targets. There are similar sets of files for other languages. You need to create an equivalent set of CMake*ASM*.cmake files with rules for using the assemblers. Platform/assembler specific details would be put in files in CMake/Modules/Platform.

We have no current plans to do this ourselves but would have no problem accepting the contribution.
(0022551)
kwtc   
2010-10-21 03:58   
Could be merged with 0010069.
(0038324)
Brad King   
2015-03-26 11:59   
As announced here:

 [ANNOUNCE] GCC-XML maintenance moving to Github
 http://thread.gmane.org/gmane.comp.compilers.gccxml/731 [^]
 http://public.kitware.com/pipermail/gccxml/2015-March/003206.html [^]

gccxml will no longer be developed by its original author, who will instead focus on CastXML:

 https://github.com/CastXML/CastXML#readme [^]

The original GCC-XML issue tracker is now closed. In order to facilitate ongoing maintenance by community participants, issues will now be tracked on the Github repository page:

 https://github.com/gccxml/gccxml/issues [^]