Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find valid clang executable at clang (2019.3.x-linux-il2cpp) #62

Closed
mob-sakai opened this issue Jan 19, 2021 · 0 comments · Fixed by #63
Closed

Could not find valid clang executable at clang (2019.3.x-linux-il2cpp) #62

mob-sakai opened this issue Jan 19, 2021 · 0 comments · Fixed by #63
Labels
bug Something isn't working

Comments

@mob-sakai
Copy link
Contributor

Bug description

When I start a Unity project on unityci/editor:2019.3.*-linux-il2cpp-0, it exits with compilation errors.

stdout:
il2cpp.exe didn't catch exception: System.InvalidOperationException: C++ code builder is unable to build C++ code for Linux: Could not find valid clang executable at clang
  at Unity.IL2CPP.Building.CppProgramBuilder.ThrowIfCannotBuildInCurrentEnvironment () [0x00051] in <248b4a691c5d4e1b965d90f17ea422c0>:0 
  at Unity.IL2CPP.Building.CppProgramBuilder.Build (Unity.IL2CPP.Building.Statistics.IBuildStatistics& statistics) [0x00001] in <248b4a691c5d4e1b965d90f17ea422c0>:0 
  at Unity.IL2CPP.Building.Statistics.BuildingTestRunnerHelper.BuildAndLogStatsForTestRunner (Unity.IL2CPP.Building.CppProgramBuilder builder, Unity.IL2CPP.Building.Statistics.IBuildStatistics& statistics) [0x00001] in <248b4a691c5d4e1b965d90f17ea422c0>:0 
  at il2cpp.Program.DoRun (System.String[] args, System.Collections.Generic.List`1[T] foundAssemblies) [0x005bc] in <3d7b04f5e89e4d189194b279bc8abf31>:0 
  at il2cpp.Program.Run (System.String[] args, System.Boolean setInvariantCulture) [0x00042] in <3d7b04f5e89e4d189194b279bc8abf31>:0 
  at il2cpp.Program.Main (System.String[] args) [0x00002] in <3d7b04f5e89e4d189194b279bc8abf31>:0 
...

How to reproduce

  1. Run the following command:
UNITY_LICENSE_FILE=<YOUR_ULF_PATH>
docker run --rm -v "$(pwd)":/logs -i unityci/editor:2019.3.14f1-linux-il2cpp-0 bash <<EOF
echo "==== Activate"
echo '$(cat $UNITY_LICENSE_FILE)' > ulf
unity-editor -logFile /logs/activate.log -quit -nographics -manualLicenseFile ulf

echo "==== Get a simple project for test (IL2CPP)"
wget https://github.com/game-ci/docker/files/5833152/test.tar.gz
tar -xvf test.tar.gz

echo "==== Add dependencies (#61: add python build-essential clang)"
apt-get -q update && apt-get -q install -y python build-essential clang

echo "==== Build"
unity-editor -logFile /logs/build.log -quit -nographics -projectPath reference-project-test -buildLinux64Player Build
EOF
  1. See build.log

Expected behavior

Compilation completed successfully.

Additional details

2019.3.x-linux-il2cpp requires IL2CPP_ADDITIONAL_ARGS='--sysroot-path=/ --tool-chain-path=/' to build with il2cpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant