Tommy Murphy
Tommy Murphy
Isn't this what you want here? https://www.segger.com/products/debug-probes/j-link/tools/j-link-swo-viewer/ Would this link also be of any use? It's from 2016 so I'm not sure if it's still all relevant? https://mcuoneclipse.com/2016/10/17/tutorial-using-single-wire-output-swo-with-arm-cortex-m-and-eclipse/
FWIW this was asked before here https://github.com/eclipse-embed-cdt/eclipse-plugins/issues/309
Hi Liviu - any chance this is a bug in Eclipse's starter.exe e.g. ...\eclipse\plugins\org.eclipse.cdt.core.win32.x86_64_5.4.1.201712020452\os\win32\x86_64\starter.exe? We had to modify this to terminate openocd more gracefully than it would normally - see...
OK - on reflection, starter.exe is specific to Windows (neither it nor any equivalent exists in CDT for Linux), so if you problem is not specific to Windows then starter.exe...
That being the case presumably the same effective issue can be reproduced using the default CTD debug dialog and can then be reported against CDT itself (or Eclipse if appropriate)?...
Apologies if this might be slightly off topic but isn't there a strong argument for making "/" the default path separator regardless of OS since it's compatible/portable across Windows, linuxes,...
> A. eclipse-embed-cdt is for embedded MCUs Pedantic point - we (Microsemi/Microchip), and I suspect others, successfully use the plugins to support our FPGA based soft IP CPU cores which...
Can/should such references be macroized to use the current year so they don't have to be maintained manually?
It's claimed that it was fixed in the upstream CDT: * https://bugs.eclipse.org/bugs/show_bug.cgi?id=539927 Maybe the fix was inadequate or there has been a regression? Perhaps @jonahgraham might know more?
I cannot reproduce this using the following: 1. Eclipse IDE for Embedded C/C++ Developers (includes Incubating components) Version: 2022-12 (4.26.0) Build id: 20221201-1913 2. riscv-none-elf-gcc (xPack GNU RISC-V Embedded GCC...