You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RV32E base ISA devices have 16 GPRs while RV32I base ISA devices have 32, this is correctly reported to gdb in the target description xml, but when reading or writing all registers BMD still considers 32 registers to be present.
The main symptom is GDB reporting incorrect length for 'g' packets: Remote 'g' packet reply is too long (expected 104 bytes, got 132 bytes): ....
The text was updated successfully, but these errors were encountered:
RV32E base ISA devices have 16 GPRs while RV32I base ISA devices have 32, this is correctly reported to gdb in the target description xml, but when reading or writing all registers BMD still considers 32 registers to be present.
The main symptom is GDB reporting incorrect length for 'g' packets:
Remote 'g' packet reply is too long (expected 104 bytes, got 132 bytes): ....
The text was updated successfully, but these errors were encountered: