This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tizen: make compiler overridable for GBS (#82)
There is no arm-linux-gnueabi-gcc in Tizen's sysroot, so I assume it is used for cross compilation, not using Tizen's build tools. To build using GBS (git-build-system), this variable can be used to use system compiler "gcc" this way: cmake -DCMAKE_C_COMPILER=gcc . Observed issue on Tizen:4.0:Unified (armv7l) was: -- Check for working C compiler: arm-linux-gnueabi-gcc CMake Error: your C compiler: "arm-linux-gnueabi-gcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. libtuv-DCO-1.0-Signed-off-by: Philippe Coval [email protected]
- Loading branch information