Hello,
I'm currently working on a tms570lc4357zwt MCU, and I encountered some issue with the JLinkGDBServer executable.
The mentioned MCU is a big endian target, and the latest versions of the JLinkGDBServer (version 6.50) returns the register values in little endian format.
A detailed description of the issue is available here: youtrack.jetbrains.com/issue/CPP-17493
After reading a thread dealing with similar symptoms (sourceware-org.1504.n7.nabble.…endian-host-td560191.html), I tried to use an older version of the software (6.22, as suggested in the thread), and I can smoothly debug my application.
Am I missing something, or is it just a regression in your software?
Best regards,
Guillaume
I'm currently working on a tms570lc4357zwt MCU, and I encountered some issue with the JLinkGDBServer executable.
The mentioned MCU is a big endian target, and the latest versions of the JLinkGDBServer (version 6.50) returns the register values in little endian format.
A detailed description of the issue is available here: youtrack.jetbrains.com/issue/CPP-17493
After reading a thread dealing with similar symptoms (sourceware-org.1504.n7.nabble.…endian-host-td560191.html), I tried to use an older version of the software (6.22, as suggested in the thread), and I can smoothly debug my application.
Am I missing something, or is it just a regression in your software?
Best regards,
Guillaume