Re: [CMake] CmakeADSP How to use gmake with ADSP tools

2009-06-28 Thread Daniel Wildermuth
Alexander Neundorf wrote: How does your toolchain file look like ? Here it is... SET( CMAKE_SYSTEM_NAME Generic ) #Added to address the first error message... SET( CMAKE_MAKE_PROGRAM gmake-378 ) # these are ADSP specific, so it makes sense to have them separated from CMAKE_SYSTEM_PROCESSOR

Re: [CMake] CmakeADSP How to use gmake with ADSP tools

2009-06-25 Thread Daniel Wildermuth
MAKE_CXX_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! <<<< Alexander Neundorf wrote: On Wednesday 24 June 2009, Daniel Wildermuth wrote: Hi Alex, > What did you try, which problems did you have ? Some system info... Microsoft Wind

Re: [CMake] CmakeADSP How to use gmake with ADSP tools

2009-06-25 Thread Daniel Wildermuth
nmake). Can you give more info? Raph On Wed, Jun 24, 2009 at 9:14 PM, Alexander Neundorf mailto:a.neundorf-w...@gmx.net>> wrote: On Wednesday 24 June 2009, Daniel Wildermuth wrote: > Hi Alex, > > > What did you try, which problems did you have ? >

[CMake] CmakeADSP How to use gmake with ADSP tools

2009-06-23 Thread Daniel Wildermuth
Hi all, On the wiki there is a good description on crosscompiling with ADSP cross compiler. http://www.kwwidgets.org/Wiki/CmakeAdsp Does someone have experience on how to use CMake to generate Makefiles for the ADSP built in gmake-378 ? Where could I get the generator for this gmake? Thank