Nylon Chen
Nylon Chen
Hello all, I download drltrace_win64 version in my Win10 I set env & run command `drltrace -logdir . .\hello.exe` and my terminal display 'INFO: C:\User\...\...\hello.exe sucessfully started, waiting app for...
Hi @tprrt , FUSDK 2023.06.00 build is broken for Unmatched. The trace-cmd package doesn’t build. This happens on both the Linux cluster and on my Debian laptop. Have you encountered...
Hi @avpatel In my understanding, we use system register to check the privilege specification version. ``` /* Detect if hart supports Priv v1.10 */ val = csr_read_allowed(CSR_MCOUNTEREN, (unsigned long)&trap); if...
I use VTS in my environment and currently encounter some problems. - Unable to find `aapt` in path. ``` $ vts-traded Unable to find `aapt` in path ``` We need...