Cygdrive terminal error: opus / src / opus.o failed to do

I am importing a Telegram application into an android studio.

This project contains many files .C, so I needed to convert these C files using the Android NDK in order to create the lib folder, and finally the final import process!

But! I have a problem using Cygdrive .

I see this error:

$ $ndkbuild [armeabi] Compile arm    : tmessages.17 <= opus.c /bin/sh:
/cygdrive/h/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/arm-linux-androideabi-gcc:
No such file or directory
/cygdrive/h/android-ndk-r10e/build/core/build-binary.mk:464: recipe
for target
'/cygdrive/d/Telegram-master/TMessagesProj/obj/local/armeabi/objs/tmessages.17/./opus/src/opus.o'
failed make: ***
[/cygdrive/d/Telegram-master/TMessagesProj/obj/local/armeabi/objs/tmessages.17/./opus/src/opus.o]
Error 127

It excites me! What should I do?

+4
source share
1 answer

/cygdrive/h/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/arm-linux-androideabi-gcc:

/ , :

  • /.
  • / .
+1

Source: https://habr.com/ru/post/1624353/


All Articles