Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple.Tutorial #13

Open
ariadesupriyatna opened this issue Dec 24, 2024 · 3 comments
Open

Simple.Tutorial #13

ariadesupriyatna opened this issue Dec 24, 2024 · 3 comments

Comments

@ariadesupriyatna
Copy link

Thanks Dev TermuC

[ basic ]
https://drive.google.com/file/d/1-HcA9qBVd0gaZcND7cBCkfftDOnl_12A/view?usp=drivesdk

how acces external storage?

@RainbowC0
Copy link
Owner

A good tutorial. But have you tried the "initialize Termux" in Settings?
image
Please view the wiki of this project: https://github.com/RainbowC0/TermuC/wiki/Setup

@ariadesupriyatna
Copy link
Author

hehe thanks, I have tried many tutorials,, my advice, is there an apk feature select compiler options (tcc/gcc/clang/etc),,,

and if possible gdb or cgdb or gdb-peda, can be run on termuC

@RainbowC0
Copy link
Owner

hehe thanks, I have tried many tutorials,, my advice, is there an apk feature select compiler options (tcc/gcc/clang/etc),,,

and if possible gdb or cgdb or gdb-peda, can be run on termuC

The compiler can be customized if you try a project instead of a single file, and the GDB is also supported. See https://github.com/RainbowC0/TermuC/wiki/Usage.

Note

Termux official repository provides clang, tcc, gdb, lldb, cgdb only, excluding gcc and gdb-peda. The gcc command you can use is actually a link to clang.

You must be aware that the current debugger function is a temporary solution. I have an idea of developing a simple GUI of GDB via GDB/MI in the future versions, but not urgent. If anyone would like to contribute such an implementation, I would be appreciated a lot.

However, the GDB/MI is not a common specification like LSP, so in the future versions it cannot support multiple debuggers.

See also:

  1. https://ftp.gnu.org/old-gnu/Manuals/gdb/html_chapter/gdb_22.html
  2. https://sourceware.org/gdb/current/onlinedocs/gdb.html/GDB_002fMI.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants