Re: [CMake] CMake Error: Error required internal CMake variable not set

2011-02-09 Thread Alexander Neundorf
is: Linux The Top directory is: /home/x0148488/omapflash Adding subdirectory comdriver... Entering comdriver's CMakeLists Now trying to find AdbWinApi.lib library Adding subdirectory common... Adding subdirectory host... -- Configuring done CMake Error: Error required internal

Re: [CMake] CMake Error: Error required internal CMake variable not set

2011-02-05 Thread Johan Björk
... Adding subdirectory host... -- Configuring done CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_LINK_EXECUTABLE -- Generating done -- Build files have been written to: /home/x0148488/omapflash/cmake_build

Re: [CMake] CMake Error: Error required internal CMake variable not set

2011-02-05 Thread Alexander Neundorf
CMakeLists Now trying to find AdbWinApi.lib library Adding subdirectory common... Adding subdirectory host... -- Configuring done CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_LINK_EXECUTABLE -- Generating done

[CMake] CMake Error: Error required internal CMake variable not set

2011-02-04 Thread Enrique Izaguirre
the cmake build using cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-linuxcpp.cmake .. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_LINK_EXECUTABLE I have using both compilers separately and I didn't have any problem

Re: [CMake] CMake Error: Error required internal CMake variable not set

2011-02-04 Thread Alexander Neundorf
) set (CMAKE_CXX_COMPILER /bin/g++-linux) After doing the cmake build using cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-linuxcpp.cmake .. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_LINK_EXECUTABLE I have

Re: [CMake] CMake Error: Error required internal CMake variable not set

2011-02-04 Thread Enrique Izaguirre
AdbWinApi.lib library Adding subdirectory common... Adding subdirectory host... -- Configuring done CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_LINK_EXECUTABLE -- Generating done -- Build files have been written to: /home

Re: [CMake] CMake Error: Error required internal CMake variable not set

2011-02-04 Thread Alexander Neundorf
comdriver... Entering comdriver's CMakeLists Now trying to find AdbWinApi.lib library Adding subdirectory common... Adding subdirectory host... -- Configuring done CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable

[CMake] CMake Error: Error required internal CMake variable not set, ...

2011-01-12 Thread Enrique Izaguirre
Hello, I am new to CMake and following a few examples, I am now trying to cross-compile a C++ program from Cygwin to Linux, and I got the following errors: CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C

Re: [CMake] CMake Error: Error required internal CMake variable not set, ...

2011-01-12 Thread Michael Hertling
On 01/12/2011 04:29 PM, Enrique Izaguirre wrote: Hello, I am new to CMake and following a few examples, I am now trying to cross-compile a C++ program from Cygwin to Linux, and I got the following errors: CMake Error: Error required internal CMake variable not set, cmake may