On 02/03/2014 11:03 PM, Vinit V. Parundekar wrote:
> When I check the CMakeCache.txt I can find the
>
> *CMAKE_LINKER:FILEPATH=CMAKE_LINKER-NOTFOUND*
>
> Tool chain source code,
[snip]
> set(LINKER "${LNK_EXE}" CACHE FILEPATH "cw linker" FORCE)
Shouldn't the toolchain file set CMAKE_LINKER, not "LINKER"?
-Brad