android@localhost:~/glshim$ cmake .; make GL
-- The CXX compiler identification is unknown
-- Check for working CXX compiler: /system/bin/bcc
-- Check for working CXX compiler: /system/bin/bcc -- broken
CMake Error at /usr/share/cmake-3.2/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "/system/bin/bcc" is not able to compile a simple test
program.
It fails with the following output:
Change Dir: /home/android/glshim/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1713110418/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1713110418.dir/build.make
CMakeFiles/cmTryCompileExec1713110418.dir/build
make[1]: Entering directory '/home/android/glshim/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/android/glshim/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object
CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o
/system/bin/bcc -o
CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o -c
/home/android/glshim/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
bcc: Unknown command line argument '-c'. Try: '/system/bin/bcc -help'
bcc: Did you mean '-C'?
CMakeFiles/cmTryCompileExec1713110418.dir/build.make:57: recipe for target
'CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o' failed
make[1]: Leaving directory '/home/android/glshim/CMakeFiles/CMakeTmp'
make[1]: ***
[CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o] Error 1
Makefile:117: recipe for target 'cmTryCompileExec1713110418/fast' failed
make: *** [cmTryCompileExec1713110418/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
-- Configuring incomplete, errors occurred!
See also "/home/android/glshim/CMakeFiles/CMakeOutput.log".
See also "/home/android/glshim/CMakeFiles/CMakeError.log".
make: *** No rule to make target 'GL'. Stop.
android@localhost:~/glshim$