Re: [CMake] how to use a cross linker

2007-06-19 Thread kitts
On Monday 18 Jun 2007 6:23:46 pm you wrote: > > Yes. This was my first project with cmake and i dint know the ways in > > which i had to use it. I know i dint want to place any files into the > > cmake installation as that would be hard to maintain and distribute > > unless supported upstream. > >

Re: [CMake] how to use a cross linker

2007-06-18 Thread Alexander Neundorf
Hi, On Saturday 16 June 2007 03:54, kitts wrote: > On Friday 15 Jun 2007 6:06:14 pm Alexander Neundorf wrote: > > Hi, > > > > On Friday 15 June 2007 02:54, kitts wrote: > > ... > > > > > I cannot publish the source but let me describe how i do it now with my > > > project at work. > > > > > > In t

Re: [CMake] how to use a cross linker

2007-06-16 Thread kitts
On Friday 15 Jun 2007 6:06:14 pm Alexander Neundorf wrote: > Hi, > > On Friday 15 June 2007 02:54, kitts wrote: > ... > > > I cannot publish the source but let me describe how i do it now with my > > project at work. > > > > In the top level cmakelists.txt I include the subdirectories of the > > va

Re: [CMake] how to use a cross linker

2007-06-15 Thread Alexander Neundorf
Hi, On Friday 15 June 2007 02:54, kitts wrote: ... > I cannot publish the source but let me describe how i do it now with my > project at work. > > In the top level cmakelists.txt I include the subdirectories of the various > modules in our project. The first subdirectory included is called platfo

Re: [CMake] how to use a cross linker

2007-06-15 Thread kitts
On Thursday 14 Jun 2007 6:25:24 pm Brandon Van Every wrote: > On 6/14/07, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > > Have a look at this page, it documents current CMake cvs HEAD: > > http://www.cmake.org/Wiki/CMake_Cross_Compiling > > > > I'm happy about questions, comments, ideas etc. > >

Re: [CMake] how to use a cross linker

2007-06-14 Thread Brandon Van Every
On 6/14/07, Alexander Neundorf <[EMAIL PROTECTED]> wrote: Have a look at this page, it documents current CMake cvs HEAD: http://www.cmake.org/Wiki/CMake_Cross_Compiling I'm happy about questions, comments, ideas etc. That's pretty cool. The 1st thing that springs to mind is not a CMake issue

Re: [CMake] how to use a cross linker

2007-06-14 Thread Alexander Neundorf
On Wednesday 13 June 2007 17:59, Eric Noulard wrote: > 2007/6/13, Jun Sun <[EMAIL PROTECTED]>: > > I am very interested in the answer too. In general, I like to know > > if cmake can support corss compiling and cross linking. > > > > I am new to cmake. I assume if cmake has the ablility to specify

Re: [CMake] how to use a cross linker

2007-06-13 Thread Eric Noulard
2007/6/13, Jun Sun <[EMAIL PROTECTED]>: I am very interested in the answer too. In general, I like to know if cmake can support corss compiling and cross linking. I am new to cmake. I assume if cmake has the ablility to specify the compiler and linker, at least the problem is half-solved. Ef

Re: [CMake] how to use a cross linker

2007-06-13 Thread Jun Sun
I am very interested in the answer too. In general, I like to know if cmake can support corss compiling and cross linking. I am new to cmake. I assume if cmake has the ablility to specify the compiler and linker, at least the problem is half-solved. Cheers. Jun On Tue, Jun 05, 2007 at 03:25:4

[CMake] how to use a cross linker

2007-06-05 Thread abhijeet mhatre
Hi I am using cmake for sometime now and I am quite impressed by it. there are yet some areas that I need to understand more. If I am using a cross linker, say ld-m68k .. how do I incorporate it into the cmake process? it seems that cmake assumes that the compiler itself will do the linking.