Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-22 Thread Abdelrazak Younes
-Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of David Cole >On Thu, Dec 22, 2011 at 6:10 AM, Rolf Eike Beer wrote: >>> Am Donnerstag 22 Dezember 2011, 02:23:00 schrieb Abdelrazak Younes: >>> > > It would be nice if this work could be integra

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-22 Thread David Cole
; To: cmake@cmake.org >> Cc: Abdelrazak Younes >> Subject: Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers. >> >> > > On Wednesday 21 December 2011, Abdelrazak Younes wrote: >> > > Hi Alexander, >> > > >> > > Just wanted to let

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-22 Thread Rolf Eike Beer
Am Donnerstag 22 Dezember 2011, 02:23:00 schrieb Abdelrazak Younes: > -Original Message- > From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] > Sent: Wednesday, December 21, 2011 9:41 PM > To: cmake@cmake.org > Cc: Abdelrazak Younes > Subject: Re: [CMake] Support f

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-22 Thread Abdelrazak Younes
-Original Message- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: Wednesday, December 21, 2011 9:41 PM To: cmake@cmake.org Cc: Abdelrazak Younes Subject: Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers. > > On Wednesday 21 December 2011, Abdelrazak

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-21 Thread Alexander Neundorf
On Wednesday 21 December 2011, Abdelrazak Younes wrote: > Hi Alexander, > > Just wanted to let you know that, thanks to your assistance, we did some > more work on this. Please refer to the issue: > > http://public.kitware.com/Bug/view.php?id=12614 > > It would be nice if this work could be inte

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-21 Thread Abdelrazak Younes
Message- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: Thursday, December 08, 2011 9:24 PM To: cmake@cmake.org Cc: Abdelrazak Younes Subject: Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers. On Thursday 08 December 2011, Abdelrazak Younes wrote: > Hello, >

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-09 Thread Abdelrazak Younes
-Original Message- From: Abdelrazak Younes > So now I will try to remove CMAKE_(C|CXX)_CREATE_* and ARCHIVE variables > and modify Modules/CMakeFindBinUtils.cmake; I hope I can use a local copy > for this file. It seems I can use a local copy of it as I got a warning about that (see belo

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-09 Thread Abdelrazak Younes
-Original Message- From: Abdelrazak Younes > # The cmake compiler ID could then be named "RVDS". > # > # Then cmake executes Modules/CMakeFindBinUtils.cmake. > # If the compiler ID has been determined successfully, you can change this > file > # so that if the compiler ID is RVDS, it lo

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-09 Thread Abdelrazak Younes
@cmake.org Cc: Abdelrazak Younes Subject: Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers. On Thursday 08 December 2011, Abdelrazak Younes wrote: > Hello, > > We (MARVELL Switzerland) have created some CMake support files in order to > use RVDS 4.1 ARM C/C++ and ASM compile

Re: [CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-08 Thread Alexander Neundorf
On Thursday 08 December 2011, Abdelrazak Younes wrote: > Hello, > > We (MARVELL Switzerland) have created some CMake support files in order to > use RVDS 4.1 ARM C/C++ and ASM compilers. Cool ! I mean, this is really cool ! :-) Can you please create a ticket for this on http://public.kitware.co

[CMake] Support for RVDS 4.1: ARM C/C++ and ASM compilers.

2011-12-08 Thread Abdelrazak Younes
Hello, We (MARVELL Switzerland) have created some CMake support files in order to use RVDS 4.1 ARM C/C++ and ASM compilers. What works: * The ASM compilation works just fine, except for , we don't know how to use that so we just hardcoded the flags in the CMakeASM-RVDSInformation.cmake file.