[CMake] ASM support

Phil Smith phil at voltage.com
Tue Feb 3 16:25:30 EST 2009


rexx.exe cc.rex dasm.exe -Iblah -o something.o something.asm

When developing the support in cc.rex for dcc and dcxx, if this step failed, it showed the errors from cc.rex. And the CMAKE error was different. So I'm assuming that it's not even getting to that call. I could be wrong...
-----Original Message-----
From: Alexander Neundorf [mailto:a.neundorf-work at gmx.net]
Sent: Tuesday, February 03, 2009 4:19 PM
To: Phil Smith
Cc: cmake at 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. 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 to get it to fail in a "reasonable" way.

There is this error in your log:

"CMake Error: your ASM_DIGNUS compiler: "rexx.exe;cc.rex dcxx.exe" was not
found.   Please set CMAKE_ASM_DIGNUS_COMPILER to a valid compiler path or
name."

I'm confused.
So, how does a valid command line for invoking your assembler look like ?
Can you post an example ?

Alex


More information about the CMake mailing list