Giter Club home page Giter Club logo

Comments (13)

Martinvlba avatar Martinvlba commented on June 3, 2024

Going to add these soon.

from neoterm.

Martinvlba avatar Martinvlba commented on June 3, 2024

These packages are now added

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

Thank you so much...
I want help one more
I am compiling one opensource application in my device but I got error with clang...
Can you add gcc g++ pkg please?

from neoterm.

Martinvlba avatar Martinvlba commented on June 3, 2024

apt install clang

as g++ and gcc are symlinked to clang

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

It's not available in termux can you add please?
I am really to much upset for this I am unable to compile...😐😑

from neoterm.

Martinvlba avatar Martinvlba commented on June 3, 2024

I think its better to use proot or chroot env for that still as there is no premade source for gcc (That works with latest termux-*-packages) still.

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

Yes I already trying
But when I input
export LD_LIBRARY_PATH="/system/vendor/lib64:/system/lib64"
export CFLAGS="-I$HOME/OpenCL-Headers"
export LDFLAGS="-L/system/vendor/lib64"
Showing LibOpenCL not found
But when I use directly your application or termux showing OpenCL found...

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

See with environment OpenCL not found

Screenshot_2021-06-14-14-30-36-464_tech ula

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

Can you give me any solution ?
Why I am getting lpthread cancel error
You have any suggestions or solutions please ?

from neoterm.

Martinvlba avatar Martinvlba commented on June 3, 2024

https://github.com/Lzhiyong/termux-ndk/tree/master/openjdk-build

get real libc.so path

the dlopen function requires a real librt.so path

src/hotspot/os/linux/os_linux.cpp:1312:clock_init()

/system/lib64/libc.so -> /apex/com.android.runtime/lib64/bionic/libc.so

ls -l /system/lib64/libc.so

libc.so -> librt.so

ln -sf /apex/com.android.runtime/lib64/bionic/libc.so /data/data/com.termux/files/usr/lib/librt.so

libc.so -> libpthread.so

ln -sf /apex/com.android.runtime/lib64/bionic/libc.so /data/data/com.termux/files/usr/lib/libpthread.so

from neoterm.

Martinvlba avatar Martinvlba commented on June 3, 2024

maybe this helps ( See libc.so -> libpthread.so )

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

Ok thank you for your help I will trying... thank you thank you thank you

from neoterm.

Saikatsaha1996 avatar Saikatsaha1996 commented on June 3, 2024

@Martinvlba Hello dear too many PKG unavailable..

from neoterm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.