Hi. I am new to rust and debugging it with gdb. I am using it inside of my docker. After I type
rust-gdb target/riscv64gc-unknown-none-elf/release/os
It gives me the following warnings:
Warning: /usr/bin/rustc is /usr/bin/rustc
/usr/lib/rustlib/etc: No such file or directory.
I really don't know what this means or why it is happening. I have checked that both files sit where the warning specifies. I couldn't find any information about it online.