2016-06-21 102 views
0

雖然安裝NVIDIA的Android CodeWorks我收到一個錯誤在安裝過程的末尾說:安裝編譯樣品4.0失敗NVIDIA

installing compile samples 4.0 failed nvidia 
Return Code: 2Compile Samples failed. Please check the /home/user/NVPACK//_installer/compile.log. You can send it to [email protected] if you can not resolve it. 

有誰知道如何解決這個問題,請

回答

0

所以有其他人有同樣的問題可能會繼續下去,因爲我沒有找到這個問題的最佳解決方案。 我已經設法通過簡單地將我的jdk版本(它是jdk1.8.0_101)複製到指定的Nvidia Codeworks文件夾並重命名爲日誌中缺少的文件夾(... \ Nvidia \ Codeworks_installer \ compile.log - \ Nvidia \ Codeworks \ jdk1.8.0_77「不存在)。在我的情況下,它已成功編譯,但必須注意的是,這不是一個好的解決方案。仔細研究環境中的有價值內容可能是一個合理的開始。

-1

如果你的日誌文件顯示:

Error: JAVA_HOME is not defined correctly.
make: *** [antbuild_Basic_debug] Error 1
We cannot execute /usr/bin/java Makefile.Basic.mk:92: recipe for target 'antbuild_Basic_debug' failed

你可以通過創建一個像這樣的鏈接修復:

sudo ln -s $JAVA_HOME/bin/java /usr/bin/java