Hello,
I'm investigating using RTT as output for gcov results. We intend to use this setup to get coverage results of continuous integration tests executed by our build environment.
Using gcov means we need a way to create the .gcda files on the host machine. It is my understanding that this is not currently possible to do directly using RTT.
- Has any plans been made for letting RTT support retargeting of syscalls (open, read, write etc.) to be able to interact with files on the host machine?
- How do we implement the RTT tools on the PC (JLinkRTTLogger.exe etc.) in an automated setup? We need to be able to specify which RTT channel to listen to, debugger interface, MCU type etc. I haven't been able to find any way to specify this.
I'm investigating using RTT as output for gcov results. We intend to use this setup to get coverage results of continuous integration tests executed by our build environment.
Using gcov means we need a way to create the .gcda files on the host machine. It is my understanding that this is not currently possible to do directly using RTT.
- Has any plans been made for letting RTT support retargeting of syscalls (open, read, write etc.) to be able to interact with files on the host machine?
- How do we implement the RTT tools on the PC (JLinkRTTLogger.exe etc.) in an automated setup? We need to be able to specify which RTT channel to listen to, debugger interface, MCU type etc. I haven't been able to find any way to specify this.