48 lines
2.0 KiB
Plaintext
48 lines
2.0 KiB
Plaintext
[[[ Building Notes ]]]
|
|
|
|
|
|
|
|
|
|
[[ gradle download dependencies ]]
|
|
|
|
[j3g@J3G-MBPt:nc-wc-ndk] gradle tasks
|
|
Starting a Gradle Daemon (subsequent builds will be faster)
|
|
|
|
> Configure project :wolfssl
|
|
File /Users/j3g/.android/repositories.cfg could not be loaded.
|
|
Checking the license for package Android SDK Build-Tools 25.0.2 in /usr/local/opt/android-sdk/licenses
|
|
License for package Android SDK Build-Tools 25.0.2 accepted.
|
|
Preparing "Install Android SDK Build-Tools 25.0.2 (revision: 25.0.2)".
|
|
"Install Android SDK Build-Tools 25.0.2 (revision: 25.0.2)" ready.
|
|
Finishing "Install Android SDK Build-Tools 25.0.2 (revision: 25.0.2)"
|
|
Installing Android SDK Build-Tools 25.0.2 in /usr/local/opt/android-sdk/build-tools/25.0.2
|
|
"Install Android SDK Build-Tools 25.0.2 (revision: 25.0.2)" complete.
|
|
"Install Android SDK Build-Tools 25.0.2 (revision: 25.0.2)" finished.
|
|
Checking the license for package CMake 3.6.4111459 in /usr/local/opt/android-sdk/licenses
|
|
License for package CMake 3.6.4111459 accepted.
|
|
Preparing "Install CMake 3.6.4111459 (revision: 3.6.4111459)".
|
|
"Install CMake 3.6.4111459 (revision: 3.6.4111459)" ready.
|
|
Finishing "Install CMake 3.6.4111459 (revision: 3.6.4111459)"
|
|
Installing CMake 3.6.4111459 in /usr/local/opt/android-sdk/cmake/3.6.4111459
|
|
"Install CMake 3.6.4111459 (revision: 3.6.4111459)" complete.
|
|
"Install CMake 3.6.4111459 (revision: 3.6.4111459)" finished.
|
|
|
|
FAILURE: Build failed with an exception.
|
|
|
|
* What went wrong:
|
|
A problem occurred configuring project ':wolfssl'.
|
|
> No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
|
|
|
|
* Try:
|
|
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
|
|
|
|
* Get more help at https://help.gradle.org
|
|
|
|
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
|
|
Use '--warning-mode all' to show the individual deprecation warnings.
|
|
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
|
|
|
|
BUILD FAILED in 48s
|
|
|
|
|