-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I have encountered alot of small issues in buld process (trying to build only with kivy module), have solved some of them, some haven't
- Issue listed in compile failing #1 solved like there
- Build crashed due to the absence of arm-linux-androideabi-4.6/arm-linux-androideabi-ar on build of libjpeg. I use NDK r8b and arm-linux-androideabi-ar utility doesn't exist in its distribution not only for arm-linux-androideabi-4.6 but also for arm-linux-androideabi-4.4.3 so I downloaded NDK r8 and used arm-linux-androideabi-4.4.3/arm-linux-androideabi-ar from there with other utils from NDK r8b arm-linux-androideabi-4.6 distribution
- The last one which I haven't solved is this one. distribute.sh can't find 'ld' utility during libsdl.so build process
collect2: cannot find 'ld'
make: *** [/home/redwan/Development/SDKs/python-for-android/src/obj/local/armeabi/libsdl.so] Error 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels