Hello,
i have trouble running rust on my xmc4500 relax lite kit. Here is my project: https://github.com/SirWalross/xmc4500-rust. I can compile the project with cargo build, but if i try to debug it with the JLinkGDBServer using cargo run it never reaches the main function.
If i step in gdb it just gives me some weird error messages: Internal error: pc 0xbc4 in read in CU, but not in symtab.
I would very much appreciate any help, tips or information what i am doing wrong. Thanks in advance.
using
arm-none-eabi-gcc 13.2.0
arm-none-eabi-gdb 13.2
JLinkGDBServer V7.92o
rustc 1.74.0