Re: [CMake] Asm support

2011-03-15 Thread Robert Bielik
Alexander Neundorf skrev 2011-03-15 21:19: Assembler support works currently only in the makefile-based generators. For having assembler supported in VisualStudio contributions from users are needed (I don't have Windows, so I can't do that). Thanks Alex, that pretty much explains it :) Ok, I'l

Re: [CMake] Asm support

2011-03-15 Thread Alexander Neundorf
Hi, On Tuesday 15 March 2011, Robert Bielik wrote: > Robert Bielik skrev 2011-03-15 08:59: > > Using 2.8.4, I'm trying to add an assembler file with cmake (64 bit > > VS2008 build), but I'm at a loss, I tried: > > > > ENABLE_LANGUAGE(ASM_MASM) > > IF(NOT CMAKE_ASM_MASM_COMPILER_WORKS) > > MESSAGE(

Re: [CMake] Asm support

2011-03-15 Thread Robert Bielik
Eric Noulard skrev 2011-03-15 10:36: There has been a lot of work done (Alex and Brad I think) in topic "ReworkedAsmSupport" it has been merged to master last week. May be you can try a nightly build http://www.cmake.org/files/vCVS/cmake-2.8.4.20110314-gf52ca-win32-x86.exe in order to see if thi

Re: [CMake] Asm support

2011-03-15 Thread Eric Noulard
2011/3/15 Robert Bielik : > Robert Bielik skrev 2011-03-15 08:59: >> >> Using 2.8.4, I'm trying to add an assembler file with cmake (64 bit VS2008 >> build), but I'm at a loss, I tried: There has been a lot of work done (Alex and Brad I think) in topic "ReworkedAsmSupport" it has been merged to ma

Re: [CMake] Asm support

2011-03-15 Thread Robert Bielik
Robert Bielik skrev 2011-03-15 08:59: Using 2.8.4, I'm trying to add an assembler file with cmake (64 bit VS2008 build), but I'm at a loss, I tried: ENABLE_LANGUAGE(ASM_MASM) IF(NOT CMAKE_ASM_MASM_COMPILER_WORKS) MESSAGE(FATAL_ERROR "No assembler found!") ENDIF(NOT CMAKE_ASM-MASM_COMPILER_WORKS

[CMake] Asm support

2011-03-15 Thread Robert Bielik
Using 2.8.4, I'm trying to add an assembler file with cmake (64 bit VS2008 build), but I'm at a loss, I tried: ENABLE_LANGUAGE(ASM_MASM) IF(NOT CMAKE_ASM_MASM_COMPILER_WORKS) MESSAGE(FATAL_ERROR "No assembler found!") ENDIF(NOT CMAKE_ASM-MASM_COMPILER_WORKS) but the ml64 assembler does not seem

Re: [CMake] ASM support

2009-03-01 Thread Alexander Neundorf
On Sunday 01 March 2009, Phil Smith wrote: > Yes, that was it. Thank you. You're welcome :-) ... > I'd offer some updates to http://www.kwwidgets.org/Wiki/CMake/Assembler to > help others avoid my idiocy if you're interested. Yes, please do so. Alex

Re: [CMake] ASM support

2009-03-01 Thread Phil Smith
;d offer some updates to http://www.kwwidgets.org/Wiki/CMake/Assembler to help others avoid my idiocy if you're interested. ...phsiii -Original Message- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: Sunday, March 01, 2009 4:05 PM To: cmake@cmake.org Cc: Phil Smith Su

Re: [CMake] ASM support

2009-03-01 Thread Alexander Neundorf
On Thursday 26 February 2009, Phil Smith wrote: > I got back on this, and found a big part of my problem. The Wiki page says: > > "Edit CMakeASM_FOOInformation.cmake. ... then include the generic > CMakeASMInformation.cmake." and later: > "Edit CMakeDetermineASM_FOOCompiler.cmake. ...then include t

Re: [CMake] ASM support

2009-02-27 Thread Phil Smith
cmake@cmake.org Subject: Re: [CMake] ASM support I got back on this, and found a big part of my problem. The Wiki page says: "Edit CMakeASM_FOOInformation.cmake. ... then include the generic CMakeASMInformation.cmake." and later: "Edit CMakeDetermineASM_FOOCompiler.cmake. ..

Re: [CMake] ASM support

2009-02-26 Thread Phil Smith
make-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Alexander Neundorf Sent: Thursday, January 29, 2009 3:40 PM To: cmake@cmake.org Subject: Re: [CMake] ASM support On Thursday 29 January 2009, Phil Smith wrote: > Ok, I found h

Re: [CMake] ASM support

2009-02-03 Thread Phil Smith
d be wrong... -Original Message- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: Tuesday, February 03, 2009 4:19 PM To: Phil Smith Cc: cmake@cmake.org Subject: Re: [CMake] ASM support On Tuesday 03 February 2009, Phil Smith wrote: > Yes, I do mean for rexx.exe to be invoked. Fo

Re: [CMake] ASM support

2009-02-03 Thread Alexander Neundorf
On Tuesday 03 February 2009, Phil Smith wrote: > Yes, I do mean for rexx.exe to be invoked. For the C and C++ compilers, I'm > running cc.rex as a front-end; I was planning on doing the same for the > assembler. I'll need to change dcxx.exe to dasm.exe at some point, but for > now I was just trying

Re: [CMake] ASM support

2009-02-03 Thread Phil Smith
reasonable" way. -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Alexander Neundorf Sent: Tuesday, February 03, 2009 3:41 PM To: cmake@cmake.org Subject: Re: [CMake] ASM support On Thursday 29 January 2009, Phil Smith wrote: > zosport.cmake

Re: [CMake] ASM support

2009-02-03 Thread Alexander Neundorf
On Monday 02 February 2009, Phil Smith wrote: > -- The C compiler identification is unknown > -- Loaded CMakeASM_DIGNUSInformation - ASM_DIGNUS support is still > experimental, please report issues CMake Error: Error required internal > CMake variable not set, cmake may be not be built correctly. M

Re: [CMake] ASM support

2009-02-03 Thread Alexander Neundorf
On Thursday 29 January 2009, Phil Smith wrote: > zosport.cmake (in my build directory): > > # This is a CMake Toolchain file, required for cross-compiling using > # the Dignus cross-compilers on Windows, compiling for z/OS. > > # Tell CMAKE the target system name > SET(CMAK

Re: [CMake] ASM support

2009-02-02 Thread Phil Smith
- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: Monday, February 02, 2009 5:48 PM To: Phil Smith Cc: cmake@cmake.org Subject: Re: [CMake] ASM support On Monday 02 February 2009, Phil Smith wrote: > When you write: > > The following three should also have the &qu

Re: [CMake] ASM support

2009-02-02 Thread Alexander Neundorf
On Monday 02 February 2009, Phil Smith wrote: > When you write: > > The following three should also have the "_DIGNUS": > > > > SET(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm) > > SET(CMAKE_ASM_OUTPUT_EXTENSION ".o" ) > > SET(CMAKE_ASM_COMPILE_OBJECT " -o ") > > I'm not sure where it goes -- I've tried

Re: [CMake] ASM support

2009-02-02 Thread Phil Smith
laces (after "ASM", at the end of the variable), no change. The other changes at least got it happiER, though still not happy. Thanks again. -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Alexander Neundorf Sent: Monday, February

Re: [CMake] ASM support

2009-02-02 Thread Alexander Neundorf
On Thursday 29 January 2009, Phil Smith wrote: > You're too generous -- I looked yesterday :-( > > Anyway, I've followed those instructions (I think) but it's not working. > I'm using ASM_DIGNUS as the assembler name. The ASM_DIGNUS files I've added > (shown below) are all in Modules\ (the page is

Re: [CMake] ASM support

2009-01-29 Thread Phil Smith
(most recent call first): CMakeLists.txt:7 (project) CMake Error: your ASM_DIGNUS compiler: "rexx.exe cc.rex" was not found. Please set CMAKE_ASM_DIGNUS_COMPILER to a valid compiler path or name. -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.

Re: [CMake] ASM support

2009-01-29 Thread Alexander Neundorf
On Thursday 29 January 2009, Phil Smith wrote: > Ok, I found http://www.cmake.org/Wiki/CMake/Assembler -- not sure how I > missed it before. It's only three weeks old or so. Alex ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listi

Re: [CMake] ASM support

2009-01-29 Thread Phil Smith
9, 2009 3:12 PM To: cmake@cmake.org Subject: [CMake] ASM support Alexander Neundorf wrote, long ago, re using ASM: >If you are using an embedded toolchain, the generic "ASM" language should work >for you. Preset CMAKE_ASM_COMPILER to your compiler (following the >instruc

[CMake] ASM support

2009-01-29 Thread Phil Smith
Alexander Neundorf wrote, long ago, re using ASM: >If you are using an embedded toolchain, the generic "ASM" language should work >for you. Preset CMAKE_ASM_COMPILER to your compiler (following the >instructions at http://www.cmake.org/Wiki/CMake_Cross_Compiling ) and create >a Generic-.cmake in th