Re: [CMake] How to build a cross-compiling toolchain

2008-08-04 Thread Alexander Neundorf
Hi, just a note: please keep the mails on the list, so it can help everybody. On Friday 01 August 2008, 王汉斌 wrote: > Hi Alex, > Thanks for the replying. My aim is to set up a cross-compling toolchain, > just like a makefile, to tell the platform environment how to bulid the > project. Ok so far

Re: [CMake] How to build a cross-compiling toolchain

2008-07-31 Thread Alexander Neundorf
On Thursday 31 July 2008, 王汉斌 wrote: > Hi,everyone > I'm a rookie of cmake. Now I want to use cmake to set up a cross-compiling > toolchain, the target platform is under ARM926's montavista linux v4 ( with > linux 2.6.10 kernel), What should I do to set up a cross-compiling > toolchain, so I can bu

[CMake] How to build a cross-compiling toolchain

2008-07-31 Thread 王汉斌
Hi,everyone I'm a rookie of cmake. Now I want to use cmake to set up a cross-compiling toolchain, the target platform is under ARM926's montavista linux v4 ( with linux 2.6.10 kernel), What should I do to set up a cross-compiling toolchain, so I can build my project to use in the target platform