I’m trying to build LLVM that comes with the Tizen SDK (basically, I want to find out how it differs from the vanilla LLVM and play with it a bit).
The problem is that no matter what I do, the manually built LLVM is different from what is supplied with the SDK:
a) it has different version (3.8.1. vs 3.7),
b) it works differently (e.g. clang can’t find c++ include files in the SDK’s GCC tolchain, which I specify via the –gcc-toolchain option).
Building LLVM from source
Hi,
I’m trying to build LLVM that comes with the Tizen SDK (basically, I want to find out how it differs from the vanilla LLVM and play with it a bit).
The problem is that no matter what I do, the manually built LLVM is different from what is supplied with the SDK:
a) it has different version (3.8.1. vs 3.7),
b) it works differently (e.g. clang can’t find c++ include files in the SDK’s GCC tolchain, which I specify via the –gcc-toolchain option).
To obtain LLVM sources I follow the guide using this manifest.
My .gbs.conf is
And I invoke GBS as follows:
Looking for an advice on what I should do to build the proper version.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio