Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.6.2, 5.8.0
-
None
-
macOS 10.12.3, Qt 5.8/ Qt 5.7 / Qt 5.6
Description
Android build fails when 'profile' build configuration is used.
Error:
ndk_path/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-objcopy: 'testDepl': No such file
where 'testDepl' is the target name. The target name should have been morphed into 'libtestdepl.so' which somehow is not working.
Stripping symbols i.e. CONFIG+=separate_debug_info causes the problem.
Attachments
Issue Links
- relates to
-
QTBUG-59779 Android: Cannot use build configuration "Profile": "arm-linux-androideabi-objcopy: 'projectname': No such file"
- Closed