[CMake] CmakeADSP How to use gmake with ADSP tools

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jun 24 16:14:41 EDT 2009


On Wednesday 24 June 2009, Daniel Wildermuth wrote:
> Hi Alex,
>
>  > What did you try, which problems did you have ?
>
> Some system info...
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\cuneiform-0.6>cmake -h
> cmake version 2.6-patch 4
> ...
>
> This is what I have tried first...
>
> C:\cuneiform-0.6>cmake -DTOOLS_CHAIN_FILE=Toolchain-
> ADSP-Blackfin.cmake -G "Unix Makefiles"
> CMake Error: CMake was unable to find a build program corresponding to
> "Unix Mak
> efiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a
> different build tool.

Hmm, so the make is not found. 
Simple "solution" would be to copy the make you want to use to a place where 
it is found (somewhere in the path) and rename it to make or gmake.

Not sure this is the best way to do, maybe somebody on the list has a better 
idea ?

Alex


More information about the CMake mailing list