1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Tue Ton f7d137102b
Add Terminal's native fragment for Linux riscv64 (#1210)
- add a new fragment 'org.eclipse.cdt.core.linux.riscv64' containing
compiled riscv64 natives suitable for the Linux riscv64
platform.

- add the 'libserial.so' binary compiled for
Linux riscv64, for the serial communication interface.

- add the linux/gtk/riscv64 environment triplet to various Maven
build scripts to support building CDT software for that environment.

Fixes #980
2025-06-20 14:41:55 -04:00
..
.settings Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projects 2020-08-30 20:02:41 -04:00
.project Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
debug.product [releng] Prepare repo for 12.2 development (#1185) 2025-06-09 15:31:36 -04:00
pom.xml Add Terminal's native fragment for Linux riscv64 (#1210) 2025-06-20 14:41:55 -04:00
README Change standalone debugger to no longer limit number of bundles 2024-05-12 16:12:17 -04:00

This product is based on the CDT Stand-alone Debugger application found in
org.eclipse.cdt.debug.application. This product can be built on its own, without the rest of
the C/C++ package which makes it much smaller. It also makes it easier to use because the user only
has to launch the executable after extracting the product. For example the product can be launched
by simply running: ./cdtdebug -e ~/myproject/bin/a.out arg1 arg2

You can find more information about command-line options in
org.eclipse.cdt.debug.application/scripts/README.

Note that this product is currently only built for the more popular architecture x86_64 on
Linux, Windows and Mac and aarch64 on Linux.