mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
![]() - add a new fragment 'org.eclipse.cdt.core.win32.aarch64' containing re-compiled Arm64 natives suitable for the Windows on Arm64 platform. - add the 'serial.dll' binary re-compiled for Windows on Arm64. - add the win32/win32/aarch64 environment triplet to various Maven build scripts to support building CDT software for that environment. The updated dlls/exes are not included in this commit and will be provided in subsequent commits with the corresponding update to build infrastructure Part of #969 |
||
---|---|---|
.. | ||
.settings | ||
.project | ||
debug.product | ||
pom.xml | ||
README |
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.