AndroidIDE-NDK icon indicating copy to clipboard operation
AndroidIDE-NDK copied to clipboard

C/C++ Hard link from x to y failed warning

Open Alex3474247 opened this issue 1 year ago • 1 comments

Hello! I have successfully compiled https://github.com/Alex3474247/Zeta_Touch.git with some build.gradle and android makefiles fixes but getting these warnings

Task :app:externalNativeBuildDebug C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/armeabi-v7a/libraze_1.5.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libraze_1.5.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/armeabi-v7a/libraze_1.5.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libraze_1.5.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/armeabi-v7a/libraze.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libraze.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/armeabi-v7a/libraze.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libraze.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/armeabi-v7a/libraze_dev.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libraze_dev.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/armeabi-v7a/libraze_dev.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libraze_dev.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/arm64-v8a/libraze.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libraze.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/arm64-v8a/libraze.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libraze.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/arm64-v8a/libraze_1.5.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libraze_1.5.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/arm64-v8a/libraze_1.5.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libraze_1.5.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/arm64-v8a/libraze_dev.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libraze_dev.so' failed. Doing a slower copy instead. C/C++: Hard link from '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/cxx/Debug/3x3l512m/obj/local/arm64-v8a/libraze_dev.so' to '/storage/emulated/0/Zeta_Touch/RazeTouch/app/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libraze_dev.so' failed. Doing a slower copy instead.

Using ndk choise 5) 21.4.7075529 when running the install bash script, Huawei P60 Pro 8/256 phone from box, AndroidIDE version 2.5.3-beta

Why this is happening and can I fix it?

My output log is here build_output (4).txt

Alex3474247 avatar Aug 30 '23 06:08 Alex3474247

Hi, i think ignore it 😁

MrIkso avatar Aug 30 '23 11:08 MrIkso