Discussion:
How to turn on verbose for compiler and link for cmake on Android Studio
seal2002
2018-02-06 14:24:54 UTC
Permalink
Hello guys,
I am a newbie on cmake and Android Studio, too. Currently, I use Android
Studio to port my game from Win32 to android with C++ in core. I get some
issue with compiler and I try to find out what is it. Which Android Studio
and Gradle, Cmake, I don't know where to put the -v for compiler and
-verbose for linking to show the information needed. Do you know how to add
it to Cmake ?
I search in Android NDK page and Android Studio page but have nothing
relate to it.
Any suggestion is appreciated
Thanks,
Seal
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/d64a4476-bd05-4d4c-b6a6-0e049a71e491%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mic _
2018-02-06 14:29:22 UTC
Permalink
See
https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.ExternalNativeCmakeOptions.html#com.android.build.gradle.internal.dsl.ExternalNativeCmakeOptions:cFlags

/Michael
Post by seal2002
Hello guys,
I am a newbie on cmake and Android Studio, too. Currently, I use Android
Studio to port my game from Win32 to android with C++ in core. I get some
issue with compiler and I try to find out what is it. Which Android Studio
and Gradle, Cmake, I don't know where to put the -v for compiler and
-verbose for linking to show the information needed. Do you know how to add
it to Cmake ?
I search in Android NDK page and Android Studio page but have nothing
relate to it.
Any suggestion is appreciated
Thanks,
Seal
--
You received this message because you are subscribed to the Google Groups
"android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/
msgid/android-ndk/d64a4476-bd05-4d4c-b6a6-0e049a71e491%40googlegroups.com
<https://groups.google.com/d/msgid/android-ndk/d64a4476-bd05-4d4c-b6a6-0e049a71e491%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAJwpw3aKuDCFaRosiXgwMVybOMn%2Bth%2BjP-2UGz8NO4YFSNRjNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
seal2002
2018-02-07 02:53:46 UTC
Permalink
Hi Michael,
Thank you for help, I can print the log now.
Thanks,
Seal
Post by mic _
See
https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.ExternalNativeCmakeOptions.html#com.android.build.gradle.internal.dsl.ExternalNativeCmakeOptions:cFlags
/Michael
Post by seal2002
Hello guys,
I am a newbie on cmake and Android Studio, too. Currently, I use Android
Studio to port my game from Win32 to android with C++ in core. I get some
issue with compiler and I try to find out what is it. Which Android Studio
and Gradle, Cmake, I don't know where to put the -v for compiler and
-verbose for linking to show the information needed. Do you know how to add
it to Cmake ?
I search in Android NDK page and Android Studio page but have nothing
relate to it.
Any suggestion is appreciated
Thanks,
Seal
--
You received this message because you are subscribed to the Google Groups
"android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an
<javascript:>.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-ndk/d64a4476-bd05-4d4c-b6a6-0e049a71e491%40googlegroups.com
<https://groups.google.com/d/msgid/android-ndk/d64a4476-bd05-4d4c-b6a6-0e049a71e491%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/a6c9bf67-b4cf-4bd3-8ca6-4207fef97ecc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...